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

Changing scroll bar colour when using frames.

Status
Not open for further replies.

JProg

Programmer
Apr 4, 2002
88
JP
Hi Everyone,

I wan't to change the colour of scroll bars across my website.

If I was using a standard web layout (no frames) then this code would work:

body
{
scrollbar-base-color: #3299FF;
scrollbar-arrow-color: #74B5FC;
scrollbar-face-color: #BD2B11;
scrollbar-track-color: #B5D6FB;
}

However I haven't worked out how to change the scroll bar colours in my framed site. If anybody can suggest how to change the scrollbar colour across a frames web site it will be really appreciated.

Regards

David
 

You'd need to include that CSS on all pages where you want coloured scrollbars, as CSS can't be inherited across pages.

Hope this helps,
Dan


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top