| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #3 (permalink) | |
| Senior Member | Re: Iframe and css Quote:
You can call your style sheet in any page by adding something like this to the head section of your page: Code: <link rel="stylesheet" type="text/css" href="/path/css.css" /> It is alot easier to make a style sheet this way and then be able to add it to the pages you want with one line of code then it is to try and edit each individual file. | |
| |
| | #4 (permalink) |
| NamePros Member | As its already been said it is possible. If you add this code to your style sheet or in between your head tags it will change the scroll bar colour. All you have to do is change the colours to what ever you want. Code:
body
{
border: 1 solid #0434B1;
SCROLLBAR-FACE-COLOR: #eeeeff;
SCROLLBAR-HIGHLIGHT-COLOR: #b8c9dc;
SCROLLBAR-SHADOW-COLOR: #b8c9dc;
SCROLLBAR-3DLIGHT-COLOR: #b8c9dc;
SCROLLBAR-ARROW-COLOR: #b8c9dc;
SCROLLBAR-TRACK-COLOR: #eeeeff;
SCROLLBAR-DARKSHADOW-COLOR: #eeeeff;
}
__________________ Paulicon Web design - Your one stop shop |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |