Opacity should work in IE6.
just beware of one think : In IE6 the last element also has the highest
priority.

I test all my sites on IE6,7,8, FF2,3 Chrome and safari. never had a problem
with opacity

On Wed, Jun 17, 2009 at 11:05 PM, Jeff <jmccl...@gmail.com> wrote:

>
> Since jQuery.browser and jQuery.browser.version are depreciated as of
> jQuery 1.3, what is the preferred way to check if the browser (in this
> case IE6) needs to have the "BackgroundImageCache" set?
>
> The closest match I see is jQuery.support.opacity, but I'm not sure if
> that is pertaining to how the browser interprets the alpha properties
> of images or if it's other elements as well?
>
> Ref: document.execCommand("BackgroundImageCache", false, true)
> Ref: http://docs.jquery.com/Utilities/jQuery.support
>

Reply via email to