This is a discussion on "CSS opacity works in FF but not IE?" within the Web Page Design section. This forum, and the thread "CSS opacity works in FF but not IE? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
CSS opacity works in FF but not IE?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
CSS opacity works in FF but not IE?
Is there a way to get opacity with css in IE? I can get Firefox to display a div with a translucent color. But it won't work in Internet Explorer.
Any thoughts? |
|
|
|
||||
|
Re: CSS opacity works in FF but not IE?
i dont know if this is any good to you http://www.daltonlp.com/view/217
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
|
|
||||
|
Re: CSS opacity works in FF but not IE?
IE: filter:alpha(opacity=80);
The Zillas: -moz-opacity:.80; Other: opacity:.80;
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
||||
|
Re: CSS opacity works in FF but not IE?
It does, but the extra line just makes it safe =P
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
![]() |
| Tags |
| css opacity |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| css-opacity | motormaniac | Web Page Design | 5 | Apr 16th, 2008 08:16 |
| IE not setting opacity correctly | djeyewater | JavaScript Forum | 4 | Feb 8th, 2008 09:57 |
| css opacity effect | RZX Developer | Web Page Design | 6 | Aug 7th, 2007 19:05 |
| Opacity | jonnymorris | Web Page Design | 8 | Jul 24th, 2007 21:02 |
| Weird Opacity behavior in PS 7 | autumn_whispers2me | Graphics and 3D | 0 | May 3rd, 2005 22:24 |