At 2010-05-30 18:55, Aryeh Gregor wrote:
On Sun, May 30, 2010 at 12:20 PM, Maciej Jarosegil@wp.pl wrote:
I agree. Don't use CSS for positioning if you can do it better. Except for the problems mentioned by others there is a box model problem: http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug Which might be a problem as #content has padding.
We don't render in quirks mode and don't really care about anything before IE6, so thankfully, we don't have to worry about that.
Hm... Indeed... Weird. I haven't noticed that Wiki is shown in compatibility view just because of the by domain settings... That alone at least doesn't change much in horizontal positions of elements (only the search bar seems to be affected).
Still, using CSS for positioning is always risky unless an element to be positioned is anchored inside an element over which you want to position it.
Regards, Nux