kicker91
07-20-2003, 11:26 PM
eek...me and css don't mix...
<style type="text/css">
A:link
{ text-decoration: underline; color:#000000; font-weight;bold; }
A:visited
{ text-decoration: underline; color:#000000; font-weight;bold; }
A:active
{ text-decoration: underline; color:#000000; font-weight;bold; }
A:hover
{ text-decoration: overline underline; color:#ffff00; font-weight;bold; }
cursor: s-resize; }
body {
font-family: arial;
color: #000000;
letter-spacing: 3pt;
font-weight: bolder;
font-size: 3px;
scrollbar-face-color : #000000;
scrollbar-highlight-color : #ffffff;
scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #ffffff; scrollbar-track-color : #000000;
scrollbar-arrow-color : #ffff00; }
</style>
everything not working...
<style type="text/css">
A:link
{ text-decoration: underline; color:#000000; font-weight;bold; }
A:visited
{ text-decoration: underline; color:#000000; font-weight;bold; }
A:active
{ text-decoration: underline; color:#000000; font-weight;bold; }
A:hover
{ text-decoration: overline underline; color:#ffff00; font-weight;bold; }
cursor: s-resize; }
body {
font-family: arial;
color: #000000;
letter-spacing: 3pt;
font-weight: bolder;
font-size: 3px;
scrollbar-face-color : #000000;
scrollbar-highlight-color : #ffffff;
scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #ffffff; scrollbar-track-color : #000000;
scrollbar-arrow-color : #ffff00; }
</style>
everything not working...