On
Behalf Of jaredh123
Sent: Tuesday, November 18, 2008 4:08 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: jQuery css opacity and 2nd level suckerfish menus...
ok, i put up two fully functional, self-contained test pages that
demonstrate
the problem:
http://netrivetsandbox.com/jquery/test
ok, i put up two fully functional, self-contained test pages that demonstrate
the problem:
http://netrivetsandbox.com/jquery/test.html (with jQuery opacity rule)
http://netrivetsandbox.com/jquery/test2.html (without jQuery opacity rule)
compare in non-IE and IE and see that the first doesn't
just tried the filter trick, no dice.
--
View this message in context:
http://www.nabble.com/jQuery-css-opacity-and-2nd-level-suckerfish-menus...-tp20568430s27240p20570849.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.
For IE, use "filter":
.css_test{
opacity: 0.5; // for all browsers except IE
filter: alpha(opacity = 50); // for IE
}
I found that here:
http://joseph.randomnetworks.com/archives/2006/08/16/css-opacity-in-internet-explorer-ie/
Maybe this will help?
-Hector
On Tue, Nov 18, 2008 at 1:50 PM, jar
Hector, thanks for your response. But the reason I used jQuery is because IE
won't respect opacity in the stylesheet.
Would it help to set the opacity using a stylesheet instead of using
javascript?
-Hector
--
View this message in context:
http://www.nabble.com/jQuery-css-opacity-and-2nd
Would it help to set the opacity using a stylesheet instead of using
javascript?
-Hector
On Tue, Nov 18, 2008 at 1:19 PM, jaredh123 <[EMAIL PROTECTED]> wrote:
>
>
> Hopefully this makes sense to someone:
>
> I'm working on a site that is using
> http://htmldog.com/articles/suckerfish/
> son-of-s
6 matches
Mail list logo