Hi, I'm pretty new to CSS, I was wondering why the following code will work on a page on its own but will not work on a page in a frameset?
<STYLE TYPE-"type/css">
<!--
BODY
{
scrollbar-base-color: white;
scrollbar-arrow-color: blue;
scrollbar-DarkShadow-Color: blue;
}
-->
</STYLE>
Also, I have a client side include file with CSS but this does not work either, can someone tell me why and how to deal with these two issues?
Many thanks.