Page 1 of 1

Help!!!!

Posted: Wed Apr 19, 2006 8:31 am
by Kaky
Help people i dont know how to link my external css stylesheet into my html **** :x ?
Also would be thankful if someone posted the code for changing the scrollbar colors...

Posted: Sat Apr 22, 2006 10:07 am
by Lixas
in the head section add this line :
<link rel="stylesheet" href="pats/to/your/css.css" type="text/css">

to change scroolbar colors, i'll post part of my website code. Change colors to meet your requirements. Add this also to ypur head of ****. This scrollbar coloring work only for internet explorer, not work in Firefox. I dont know about the other browsers
<style>
body
{
scrollbar-face-color:#80A6F2;
scrollbar-highlight-color:##FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#FFFFFF;
}
</style>

Posted: Sat Apr 22, 2006 10:42 am
by Kaky
thanks a lot :wink: