FeedBack

liunx

Guest
Someone was asking for a scroll bar for the left side of a web page and was told I couldn't be done, I replied with this script,<br />
(This goes in the Body Section)<br />
<STYLE type="text/css"><br />
<!--<br />
BODY <br />
{<br />
direction:rtl;<br />
background-attachment:fixed;<br />
scrollbar-arrow-color: black;<br />
scrollbar-track-color: grey;<br />
scrollbar-face-color: grey;<br />
scrollbar-highlight-color: white;<br />
scrollbar-3dlight-color: black;<br />
scrollbar-darkshadow-color: black;<br />
scrollbar-shadow-color: grey;<br />
}<br />
--><br />
</STYLE><br />
<br />
Someone else said it would cause problems, any feedback on any problems with this? Just curious.<!--content-->it would work fine on ie 5, but the problems that I could only think of that it would cause is clashes with other browsers. Like if you tried viewing that in netscape, it won't have the same effect.<!--content-->
 
Back
Top