On 8/7/07, Nathar Leichoz wrote:
>
> Hello fellow designers,I'm using IE's "filter" CSS property and
> have found that when I use it, IE has problems rendering
> positioned elements on a completely different part of the page
> I also tried experimenting with IE's "expression" value and
> have found the same problem.
[...]

In the code that you posted you have a position:relative element
(.box) with no hasLayout  and this may cause many types of problems
[1], especially if that element is used as reference for absolutely
positioned ones. So try giving hasLayout to it, with
.box { zoom: 1 }
or any other trigger.  If this does not solve the problem, you could
post the url of a full public page with the problem, that would be
easier to debug.

Bruno


[1] http://www.satzansatz.de/cssd/onhavinglayout.html#rp

-- 
Bruno Fassino http://www.brunildo.org/test
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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/

Reply via email to