WebKid03
07-08-2004, 08:50 AM
okay, so I got this drop-down menu on my site working fine, but I'm wondering how to change like the border and background?? I used the CSS code for input and textarea, but that's not helping with my drop down menu still looking ugly!! can anyone help? Does anyone even know what I'm talking about?? lol... sorry. Please help! I've looked everywhere and tried a bunch of stuff and nothing is working.
salomeyasobko
07-08-2004, 08:54 AM
can i see the code you're using?
if it's CSS you'd most-likely add:
border: ##pt solid #FFFFFF
edit the bold parts.. the first one is the width of the border in pixels, the second is the pattern of the border [dotted, dashed, double, etc.] , the third part is the color of the border.
then for the background color, you would add:
background-color: #FFFFFF
or for a background image,:
background-image: url(URL OF IMAGE)
[edit the bold parts again]
hope that helps :)