View Full Version : opacity change on hover


oxmt_brainxo
08-05-2005, 02:45 AM
does anyone kno how to make the entry boxes light up? normally im pretty good with html but i dont know what to put in the code so that the opacity changes when you hover.

example;; here. (http://www.xanga.com/home.aspx?user=etched_in_bone)

i looked through the other posts on here but i couldnt find any asking for help with this. help would be greatly appreciated!

thanks
-shyla

tokyo bleu
08-05-2005, 04:54 AM
<style>
a:hover {
filter: flipH;
height: 4;
color: #ffffff;}
</style>

oxmt_brainxo
08-05-2005, 06:03 AM
that code doesnt seem to work.

thanks for trying!
-shyla