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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scrollbar cannot be seen

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,

I am coding a scrollbar using the style sheet. Thecode is just as followed,
<style type=&quot;text/css&quot;>
<!--
body { scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #CC0099 }
-->
</style>

I then continue doing the codes within <body>...</body>
Is there anything that I have done wrongly? Or are there any more additional stuffs that I must do? Please advise!

Rgds,
Janet
 
Hi,
thanks a lot! I found out where my mistake lies. There is something wrong with my index page..:)

Janet
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top