Click to See Complete Forum and Search --> : i need help soon


luke0
11-13-2003, 05:01 AM
i have just made a scrollbar to colour it in :confused: do u follow. but it dont work plz help :confused:







<STYLE TYPE="text/css">
BODY { scrollbar-face-color: #daa520; scrollbar-highlight-color: #daa520; scrollbar-shadow-color: #ffffff;
scrollbar-3Dligh-color: #ffffff; scrollbar-arrow-color: #ffffff; scrollbar-darkshadow-color: #ffffff;
scrollbar-base-color: #ffffff;
}
</style>

Pittimann
11-13-2003, 10:39 AM
Where did you put that style-tag??

Robert Wellock
11-13-2003, 10:58 AM
It shouldn't work either if you are following the W3C Technical Recommendations or your user-agent is not M$ Explorer.

luke0
11-14-2003, 07:39 AM
can someone help me fix it
:mad: plz

DaveSW
11-14-2003, 10:20 AM
well aside from the fact you've spelt light wrong, the problem will be where it is in the code of the page.

neil9999
11-14-2003, 12:12 PM
Put the <style> tag in the head of the document, that works perfectly. And don't forget to change ligh to light.

Neil