View Full Version : Colored Frames!


Billie Jean
04-26-2003, 12:31 AM
Does anyone here know how to make colored frames? like where the scroll bar is colored? ok thanks!

Alcy
04-26-2003, 12:38 AM
It's not so much the frame that's coloured, but the page it's showing. Anyway, it's done with CSS (http://www.lissaexplains.com/css.shtml) :)

Billie Jean
04-26-2003, 12:51 AM
oh ok thanks!

Billie Jean
04-26-2003, 01:20 AM
I don't get it. lol. I'm so stupid! So like do I use this?

<style type="text/css">
<!--
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000; scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000
-->
</style

Seriously I have no idea what I'm doing.

starlet
04-26-2003, 01:35 AM
Almost!

<style type="text/css">
<!--
body
{scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000; scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000 }
-->
</style>

Also you need to be useing IE5.5 plus to see them...just to let you know in case you dont have it and go insane trying to get it to work lol

Billie Jean
04-26-2003, 02:32 AM
Yay it works!!! Thank you sooooooo much!!!!:D