Tom Anthony wrote: > I understand that AlphaImageLoader needs a div to have a set height/ > width, or be positioned absolute. I can make neither of these > solutions work without breaking my design though.
This is not complete, even if the MSDN article [1] could be read so. An element needs layout [2] for any filter to apply; you can choose from more properties: in your case, zoom:1 or display: inline-block seem to be appropriate when served to 5.0<IE<7.0 via Conditionals only. Applying position:absolute is not a bright idea, even if the MSDN article ... since links that are children of such a p.a./filter-box become not clickable. [3] Ingo [1] http://msdn.microsoft.com/workshop/author/filter/filters.asp [2] http://www.satzansatz.de/cssd/onhavinglayout.html#prop [3] http://www.satzansatz.de/cssd/tmp/alphatransparency.html -- http://www.satzansatz.de/css.html ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
