Ethan wrote:

> 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. But this
> will destroy the structure of the article.


In order for IE filters to work the element they are applied to must have
hasLayout [1].
Try to find an hasLayout trigger with no (or acceptable) side effects for
your case:
You mentioned that you cannot use float or assign a width, then try  zoom:1

Hth,
Bruno

[2] http://www.satzansatz.de/cssd/onhavinglayout.html#filter


--
Bruno Fassino http://www.brunildo.org/test

______________________________________________________________________
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