View Full Version : Scroll bar colors


Mel
04-23-2003, 07:19 PM
I put in some colors on my CSS stylesheet and the colors only apply to the main page not to any of my iframes. Does anyone know how to make the iframes the same color too?

MaGiCSuN
04-23-2003, 07:22 PM
can you show us the codes you are using for it currently? thanks :)

Love,
Mirna

Mel
04-23-2003, 09:37 PM
Here are the codes!

<style type="text/css">
<!--

A:link
{text-decoration:underline; color:#00ccff}
A:visited
{text-decoration:underline; color:#cc66ff}
A:active
{text-decoration:underline}
A:hover
{text-decoration:underline; color:#ccccff}

body
{background-color:#000000;
background-repeat:repeat;
background-position:center center;
background-attachment:fixed;
font-family:Book-Antiqua;
color:#ff9999;
letter-spacing:3pt;
font-weight:normal;
font-size:medium;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#ccccff;
scrollbar-cdlight-color:#ccccff;
scrollbar-darkshadow-color:#000000;
scrollbar-arrow-color:#ccccff}

-->
</style>

epolady
04-23-2003, 09:42 PM
scrollbar-cdlight-color should be scrollbar-3dlight-color:

Xiphias
04-23-2003, 09:57 PM
if you're using an external stylesheet, make sure the pages that show up in the iframe are linked to the stylesheet too

if you're using in-page styles, make sure you include them in the pages that show up in the iframe as well