|
Date: 3/19/2008 11:24 am · Subject: CSS problem in IE6 · Rating: 1
I'm working on this site: http://ishrgroup.com/whats-your-scenario There's a large "i" image in the upper right background layer placed with the CSS below. It works great in FF and IE7, but in IE6, the 'i' gets pushed to the bottom left instead of the upper right background position. I have an IE6 screen shot, but I don't see a way to include it in this message. Let me know if you want to see it. I know the opacity settings aren't supported universally, but I figured there'd be no problem with position. When I validate the CSS, I see no warnings or errors concerning position. Can you help? .bigi { position:fixed; top:10px; right:3%; z-index:1; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
--- (Edited on 3/19/2008 11:24 am [GMT-0500] by troutdream) ---
|