View Full Version : My code isn't working!


kayjenne
01-15-2003, 01:23 PM
Can you please help me! i don't know what's wrong with it!
Am I missing a space or sumthing?????


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

A:link {text-decoration: none; color:#000000}
A:visited {text-decoration: none; color:#FFFFFF;}
A:hover {text-decoration: under overline; color:#FFFFFF;

cursor:ne-resize}

body
{background-attachment:scroll,fixed

font-family:verdana;
color:#000000;
font-weight:bold
font-size:10pt


scrollbar-face-color:#FE0000;
scrollbar-arrow-color:#000000 }

-->
</style>

pb&j
01-15-2003, 02:09 PM
Perhaps try this....

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

A:link {text-decoration: none; color:#000000;}
A:visited {text-decoration: none; color:#FFFFFF;}
A:hover {text-decoration: underline overline; color:#FFFFFF;}

body
{background-attachment:fixed;
font-family:verdana;
color:#000000;
font-weight:bold;
font-size:10pt;
scrollbar-face-color:#FE0000;
scrollbar-arrow-color:#000000;}

-->
</style>

I dont know about the cursor part in HOVER and the scroll in BODY and I put in the missing semicolons and spelled UNDERLINE correctly. Give this a go so far and work up from there.