View Full Version : What is wrong with this code??


hunnybun
06-16-2003, 02:01 PM
What is wrong with this code??

<HTML>
<HEAD><style type="text/css">
<!--
body{
scrollbar-3dlight-color:#CC0099;
scrollbar-arrow-color:#993399;
scrollbar-base-color:#CC0099;
scrollbar-darkshadow-color:#993399;
scrollbar-face-color:#CC0099;
scrollbar-highlight-color:#993399;
scrollbar-shadow-color:#CC0099 }

A:link
{ text-decoration: underline overline; color:#FFCCFF }
A:visited
{ text-decoration: underline overline; color:#FFCCFF }
A:active
{ text-decoration: underline overline; color:#FFCCFF}
A:hover
{ text-decoration: underline overline; color:#FFCCFF;

font-family: comic sans ms;
color: #FFCCFF;
letter-spacing: 3pt;
font-weight: normal;
font-size: xx-small;

cursor:crosshair }

-->
</STYLE>

The font wont work!!!!!

Help??

lefty
06-16-2003, 02:09 PM
Do you want the font stuff to be on hover? because that's where it's placed in the code. If not...

<style type="text/css">
<!--
body{
scrollbar-3dlight-color:#CC0099;
scrollbar-arrow-color:#993399;
scrollbar-base-color:#CC0099;
scrollbar-darkshadow-color:#993399;
scrollbar-face-color:#CC0099;
scrollbar-highlight-color:#993399;
scrollbar-shadow-color:#CC0099;
font-family: comic sans ms;
color: #FFCCFF;
letter-spacing: 3pt;
font-weight: normal;
font-size: xx-small;
cursor:crosshair ; }

A:link
{ text-decoration: underline overline; color:#FFCCFF }
A:visited
{ text-decoration: underline overline; color:#FFCCFF }
A:active
{ text-decoration: underline overline; color:#FFCCFF}
A:hover
{ text-decoration: underline overline; color:#FFCCFF;}

-->
</STYLE>

hunnybun
06-16-2003, 02:19 PM
Thank you, it helped a load, but the text won't get xx-small!!!

lefty
06-16-2003, 02:20 PM
hmm. you're probably better off using a number value instead... try 8pt or 6pt, see if that works better. :)