View Full Version : grrrr again


dreamspeaker
03-23-2003, 04:21 PM
ok below is the i think exact code i posted yesterday(well not exact)but i've tried it and my background won't work!neither will my scrollbar but everything else does!why won't it work?could someone plz help me!

<style type="text/css">

A:link
{ text-decoration: none; color:#000000 }
A:visited
{ text-decoration: none; color:#000000 }
A:active
{ text-decoration: line-through; color:#000000 }
A:hover
{ text-decoration: line-through; color:#000000;

background-image:url(http://www.geocities.com/dream_cleric/flowers.jpg);
background-color:#000000;

cursor:crosshair }

body
{ background-color: #000000;
background-image:url(http://www.geocities.com/dream_cleric/flowers.jpg);
background-repeat:repeat;
background-position:center center;
background-attachment:fixed;

font-family: verdana;
color: #000000 ;
letter-spacing: 3pt;
font-weight:normal;
font-size:xx-small;

scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000; scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000 }

input textarea
{ background: #000000 url(http://www.geocities.com/dream_cleric/flowers.jpg);
font-family: verdana;
color: #000000;
border-style: dotted;
border-color: #000000;
border-width: 5 }

-->
</style>

MaGiCSuN
03-23-2003, 04:41 PM
you did the background good in the body part but here it went wrong:

input textarea
{ background: #000000 url(http://www.geocities.com/dream_cleric/flowers.jpg);

change it to:

input textarea
{ background:url(http://www.geocities.com/dream_cleric/flowers.jpg);
background-color: #000000;

Love,
Mirna

dreamspeaker
03-23-2003, 04:48 PM
thanx....i got it to work just now though!lol!i think its becuz i had to view the pic....