J E P P O
06-03-2003, 10:27 PM
I have a style sheet that goes like this
<style type="text/css">
<!--
A:link
{ text-decoration: value underline overline; color:#000000 }
A:visited
{ text-decoration: value none; color:#000000 }
A:active
{ text-decoration: value none; color:#000000 }
A:hover
{ text-decoration: value none; color:#0099CC; font-weight:bold;
body {cursor:crosshair}
A {cursor:crosshair;}
body
{
scrollbar-face-color:"#006699";
scrollbar-highlight-color:"#006699";
scrollbar-3dlight-color:"#006699";
scrollbar-shadow-color:"#006699";
scrollbar-darkshadow-color:"#006699";
scrollbar-track-color:"#006699";
scrollbar-arrow-color:"#000000";
}
.foo {margin:0px 0px 0px 15px;}
</style>
everything except the link is working, u c it doesn't have overline underline, it just stays the same,
thanx stax
<style type="text/css">
<!--
A:link
{ text-decoration: value underline overline; color:#000000 }
A:visited
{ text-decoration: value none; color:#000000 }
A:active
{ text-decoration: value none; color:#000000 }
A:hover
{ text-decoration: value none; color:#0099CC; font-weight:bold;
body {cursor:crosshair}
A {cursor:crosshair;}
body
{
scrollbar-face-color:"#006699";
scrollbar-highlight-color:"#006699";
scrollbar-3dlight-color:"#006699";
scrollbar-shadow-color:"#006699";
scrollbar-darkshadow-color:"#006699";
scrollbar-track-color:"#006699";
scrollbar-arrow-color:"#000000";
}
.foo {margin:0px 0px 0px 15px;}
</style>
everything except the link is working, u c it doesn't have overline underline, it just stays the same,
thanx stax