View Full Version : Simple codes.


jd_gurl_sourmsh
03-22-2005, 04:17 AM
Im sorry I know i asked this before. But i cant find the thing.
But if there is any way, could you help me?

I need the code to when your mouse goes over links the words are blurred.

Then to make your dates a different size and stuff.

And then when you bold , it changes color.

I think thats all for now. Thank you verrrryyyyy much :)

JiNgLeBeLLz77
03-22-2005, 04:30 AM
search the forum for it. you already asked the first two questions before and someone answered it click (http://www.lissaexplains.com/forum/showthread.php?t=68014&highlight=hover)

<style type="text/css">
B, strong {
/* edits bolded text in your entry */
font-weight: bold;
color: #93BC95;
}
</style>

[2] nekked
03-22-2005, 10:32 PM
for the hover.. its not really blurred.. is pixelated.. if you want it to blurr more.. just change the numbers around (:

<style>
A:hover{color:c0c0c0;font-family:arial;font-size:8pt;text-transform:lowercase;font-weight:normal; letter-
spacing;0px;filter:progid:dximagetransform.microso ft.pixelate(duration=.25,
maxSquare=5, enabled=true); height: 5px; clip: rect( ); text-align:justify;}
</style>