Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

scrollbars and css

Status
Not open for further replies.

Gert74

Technical User
Jan 26, 2001
48
NL
Hope someone has a clue. For some reason this code doesn´t seem to work on all platforms (IE5.5+) I tested. I use a linked stylesheet

<LINK HREF=&quot;../impuls_html.css&quot; REL=&quot;stylesheet&quot; TYPE=&quot;text/css&quot; MEDIA=&quot;screen, print&quot;>

Then, in the css itself I make use of the following code:
body { font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 8pt;color: #000000;
text-decoration: none;
background-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FDF064;
scrollbar-shadow-color: #000000}

I hope anyone sees a problem with this, cause I can´t. Thanx. Tom
 
the problem is that the coloring of scroll bars is not supported. I dont believe ie5 mac supports it, as well as many netscape versions. might check tho! Robert Carpenter
questions? comments? thanks? email me!
linkemapx@hotmail.com
Icq: 124408594
online.dll

AIM & MSN: robacarp
 
The problem is not that the coloring of scrollbars is not supported. I can see colored scroll-bars in my browser (IE6.0), but this code doesn´t work in my browser.

Could it be something with the MEDIA=&quot;screen, print&quot; or the fact that it´s a PHP3 page that uses the CSS?
 
it could be the media=&quot;screen,print&quot;.

I really dont think you can do that. have you tried just leaving out the media attribute alltogether. Robert Carpenter
questions? comments? thanks? email me!
linkemapx@hotmail.com
Icq: 124408594
online.dll

AIM & MSN: robacarp
 
HI all,

Can my scrollbar attributes (lets say i defined my own scrollbars rather use IE default.

My problems due to every time my user clicks a hyperlinks a new window opened but it returned to normal scrollbar.

THnks in advance.

Ps: Merry Christmas and Happy New Year,....




 
273485, i'm sorry what is you're question again?? I'm not sure I understand... I have not failed; I merely found 100,000 different ways of not succeding...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top