Technology Questions

Go Back   Technology Questions > Software Questions > Internet > Internet Explorer

Internet Explorer Discuss IE7 or any other IE version.

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 11-29-2007, 09:40 AM
Scott Heath
Newsgroup Contributor
 
Posts: n/a
ie7, vista, opacity

I am developing web pages. When I use the opacity css property, Firefox can
use it on XP, but IE7 ignores it. Does anyone know if this property works
on ie7 under vista?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 11-29-2007, 09:40 AM
  #2 (permalink)  
Old 11-29-2007, 10:00 AM
PA Bear
Newsgroup Contributor
 
Posts: n/a
Re: ie7, vista, opacity

Start here http://msdn2.microsoft.com/en-us/ie/default.aspx and here
http://msdn2.microsoft.com/en-us/ie/aa740476.aspx
--
~Robear Dyer (PA Bear)
MS MVP-Windows (IE, OE, Security, Shell/User)
AumHa VSOP & Admin http://aumha.net
DTS-L.ORG http://66.39.69.143/

Scott Heath wrote:
> I am developing web pages. When I use the opacity css property, Firefox
> can
> use it on XP, but IE7 ignores it. Does anyone know if this property works
> on ie7 under vista?


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 11-29-2007, 10:50 AM
Donald Anadell
Newsgroup Contributor
 
Posts: n/a
Re: ie7, vista, opacity

Hi,
Any help here:
http://msdn2.microsoft.com/en-us/library/ms532967.aspx

Good luck,

Donald Anadell



"Scott Heath" <Scott_Heath@bonfils.org> wrote in message
news:C3744416.ECB2%Scott_Heath@bonfils.org...
>I am developing web pages. When I use the opacity css property, Firefox
>can
> use it on XP, but IE7 ignores it. Does anyone know if this property works
> on ie7 under vista?
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 11-29-2007, 12:00 PM
Scott Heath
Newsgroup Contributor
 
Posts: n/a
ie7, opacity style or filter...

Yes, thanks!

That told me exactly how ie7 implements opacity, and that ie does not
support the 'opacity' css property.

I am using a snippet from bigbold that provides several effects that use the
'opacity' style attribute. Now that bigbold has gone away, I'm not sure I
can decipher their snippet and adapt it for ie. Is there any comparable xb
or ie fader code?

Most fader code I have found simply fades from one message to another in a
fully visible section of the page. I am fading an entire div from
display:none to display:block, so the existing page shows through as the new
content takes shape. Now I know ie can do this, but I hate using branching
code. Any suggestions?


On 11/29/07 11:37 AM, in article OhIwhbrMIHA.4480@TK2MSFTNGP06.phx.gbl,
"Donald Anadell" <danadell@nospamersmikrotec.com> wrote:

> Hi,
> Any help here:
> http://msdn2.microsoft.com/en-us/library/ms532967.aspx
>
> Good luck,
>
> Donald Anadell
>
>
>
> "Scott Heath" <Scott_Heath@bonfils.org> wrote in message
> news:C3744416.ECB2%Scott_Heath@bonfils.org...
>> I am developing web pages. When I use the opacity css property, Firefox
>> can
>> use it on XP, but IE7 ignores it. Does anyone know if this property works
>> on ie7 under vista?
>>

>
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 11-29-2007, 01:00 PM
Donald Anadell
Newsgroup Contributor
 
Posts: n/a
Re: ie7, opacity style or filter...


"Scott Heath" <Scott_Heath@bonfils.org> wrote in message
news:C37465E1.EDF1%Scott_Heath@bonfils.org...
> Yes, thanks!


You're welcome Scott.

I'm not a Web site developer, but I was aware that the 'opacity' css
property is handled by Safari and Mozilla but with IE you have to implement
the Alpha Filter to render Opacity. I don't have an answer for your
additional question, you might be better served asking this question in a
Development new group.

Good luck,

Donald Anadell


>
> That told me exactly how ie7 implements opacity, and that ie does not
> support the 'opacity' css property.
>
> I am using a snippet from bigbold that provides several effects that use
> the
> 'opacity' style attribute. Now that bigbold has gone away, I'm not sure I
> can decipher their snippet and adapt it for ie. Is there any comparable xb
> or ie fader code?
>
> Most fader code I have found simply fades from one message to another in a
> fully visible section of the page. I am fading an entire div from
> display:none to display:block, so the existing page shows through as the
> new
> content takes shape. Now I know ie can do this, but I hate using branching
> code. Any suggestions?
>
>
> On 11/29/07 11:37 AM, in article OhIwhbrMIHA.4480@TK2MSFTNGP06.phx.gbl,
> "Donald Anadell" <danadell@nospamersmikrotec.com> wrote:
>
>> Hi,
>> Any help here:
>> http://msdn2.microsoft.com/en-us/library/ms532967.aspx
>>
>> Good luck,
>>
>> Donald Anadell
>>
>>
>>
>> "Scott Heath" <Scott_Heath@bonfils.org> wrote in message
>> news:C3744416.ECB2%Scott_Heath@bonfils.org...
>>> I am developing web pages. When I use the opacity css property, Firefox
>>> can
>>> use it on XP, but IE7 ignores it. Does anyone know if this property
>>> works
>>> on ie7 under vista?
>>>

>>
>>

>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 11-29-2007, 01:50 PM
Scott Heath
Newsgroup Contributor
 
Posts: n/a
Re: ie7, opacity style or filter...

Thanks again! I guess I'll have to keep looking. At least now I know what
I'm looking for.


On 11/29/07 1:42 PM, in article eH4MRhsMIHA.1184@TK2MSFTNGP04.phx.gbl,
"Donald Anadell" <danadell@nospamersmikrotec.com> wrote:

>
> "Scott Heath" <Scott_Heath@bonfils.org> wrote in message
> news:C37465E1.EDF1%Scott_Heath@bonfils.org...
>> Yes, thanks!

>
> You're welcome Scott.
>
> I'm not a Web site developer, but I was aware that the 'opacity' css
> property is handled by Safari and Mozilla but with IE you have to implement
> the Alpha Filter to render Opacity. I don't have an answer for your
> additional question, you might be better served asking this question in a
> Development new group.
>
> Good luck,
>
> Donald Anadell
>
>
>>
>> That told me exactly how ie7 implements opacity, and that ie does not
>> support the 'opacity' css property.
>>
>> I am using a snippet from bigbold that provides several effects that use
>> the
>> 'opacity' style attribute. Now that bigbold has gone away, I'm not sure I
>> can decipher their snippet and adapt it for ie. Is there any comparable xb
>> or ie fader code?
>>
>> Most fader code I have found simply fades from one message to another in a
>> fully visible section of the page. I am fading an entire div from
>> display:none to display:block, so the existing page shows through as the
>> new
>> content takes shape. Now I know ie can do this, but I hate using branching
>> code. Any suggestions?
>>
>>
>> On 11/29/07 11:37 AM, in article OhIwhbrMIHA.4480@TK2MSFTNGP06.phx.gbl,
>> "Donald Anadell" <danadell@nospamersmikrotec.com> wrote:
>>
>>> Hi,
>>> Any help here:
>>> http://msdn2.microsoft.com/en-us/library/ms532967.aspx
>>>
>>> Good luck,
>>>
>>> Donald Anadell
>>>
>>>
>>>
>>> "Scott Heath" <Scott_Heath@bonfils.org> wrote in message
>>> news:C3744416.ECB2%Scott_Heath@bonfils.org...
>>>> I am developing web pages. When I use the opacity css property, Firefox
>>>> can
>>>> use it on XP, but IE7 ignores it. Does anyone know if this property
>>>> works
>>>> on ie7 under vista?
>>>>
>>>
>>>

>>

>
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
sidebar opacity Peter O. Windows Vista 4 11-09-2009 04:30 AM
Sidebar opacity dev Windows Vista 4 05-14-2007 06:30 AM
IE PNG Images with Alpha-transparency -> Alpha(opacity) will not w Matthias V. Internet Explorer 4 05-06-2007 09:24 AM
RE: PNG and Opacity, Alpha filter Corgalore Internet Explorer 0 05-06-2007 08:42 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 02:20 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0