How do I convert this html coding <style> to be all browser-compatible? I'd like it...

Louis

New member
...to work in both IE and FF? <style> IMG
{FILTER:
progid:DXImageTransform.Microsoft.Alpha( Opacity=99, FinishOpacity=1,
Style=21, StartX=0, FinishX=100, StartY=0, FinishY=100)
progid:DXImageTransform.Microsoft.glow
(color=maroon,strength=25)} body,td,p,{color:black; background:#333333
}A{color:blue;}A:a:hover {color: "blue";
text-decoration:none ;}
</style>
<img src="http://pets.neopets.com/cp/f87os5rg/1/2.png">
 
Back
Top