View Full Version : Small caps?


Kasumi×
09-03-2004, 06:06 AM
how can I get a hover over small caps?

A:link { color: #FFFFFF; text-decoration: none; cursor: url(02.ani); font-weight: bold; font-size: 9px;}
A:visited { color: #000000; text-decoration: none; cursor: url(02.ani); font-weight: bold;

font-size:9px;}
A:hover {CURSOR: url(02.ani); COLOR: #ffba00; TEXT-DECORATION: small-caps; height: 1px;

behavior: url(link.htc); filter: progid:dximagetransform.microsoft.strips(duration= 1) ;
}

.head { font-family: verdana, tahoma; font-size: 9px; font-weight:bold; text-align: center; color:

#000000; border: #000000; border-style: solid; border-top-width: 0px; border-right-width: 0px;

border-bottom-width: 1px; border-left-width: 0px;}

adrielle
09-03-2004, 09:26 AM
A:link { color: #FFFFFF; text-decoration: none; cursor: url(02.ani); font-weight: bold; font-size: 9px;}
A:visited { color: #000000; text-decoration: none; cursor: url(02.ani); font-weight: bold;

font-size:9px;}
A:hover {CURSOR: url(02.ani); COLOR: #ffba00; font-variant: small-caps; height: 1px;

behavior: url(link.htc); filter: progid:dximagetransform.m icrosoft.strips(duration= 1) ;
}

.head { font-family: verdana, tahoma; font-size: 9px; font-weight:bold; text-align: center; color:

#000000; border: #000000; border-style: solid; border-top-width: 0px; border-right-width: 0px;

border-bottom-width: 1px; border-left-width: 0px;}

:) Hope it helps =)