On Fri, 14 Sep 2007 17:42:53 +0800, Ethan wrote:
> Hi,
>
> I really want to know that if I can set some sentences transparent in an 
> article using
> IE filter opacity.
>
> For example, ....<a>a link</a> or <span>sentence</span>.....
>
> I can do this using opacity in FireFox very easily. But this is not the case 
> for IE. I
> know I need to give a position to the "block" elements for filter like 
> float:left. [...]

Odd. I did an experiment with experiment that seems to work in IE6.
I *did* use positioning, but not for the element with opacity. In order
to "layer" some text over the semi-opaque element I used relative
positioning to prevent the opacity setting affecting the text itself.
The element carrying opacity is positioned statically.

All CSS in the HEAD section:

 <http://webwiz.robinshosting.com/temp/opacity/>

Cordially,
David
--

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to