On 8/9/07, M. Jama <[EMAIL PROTECTED]> wrote:
> Hey Guys,
>
> I am having this problem, I used custom Firefox properties to get the
> desired opacity effect
>
> filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;
>
> Now it works just fine on IE7:VISTA , FF:VISTA , FF:XP , FF:MAC, SAFARI:MAC,
> when it comes to IE7:XP the browser throws in the activex controller
> security in the information bar and disables my opacity effect, however if
> you accept it will enable it again , but people might get paranoid and
> suspicious about such matter.

I am 99% certain your problem is with:

filter:alpha(opacity=65);

which is not a FF property, it's an IE ActiveX property. My suggestion
is to hide this behind a conditional comment for IE 6 and use some
other method with IE 7.

-- 
--
Christian Montoya
christianmontoya.net .. designtocss.com


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to