[css-d] IE and Negative Absolute Positioning

2009-01-10 Thread Elle Meredith
Hello,

I've created this website on a mac. When checking the page on browser  
shots, I'm having trouble with absolute positioning an image of a  
rooster at the bottom in both IE6 and 7. Would anyone know how to fix  
it?

Besides that, I haven't noticed any other major problems in IE (to my  
surprise) but maybe I have missed some. Could anyone let me know if  
there is anything else I've missed and should fix?

The page is at: http://designbyelle.com.au/mq/

Thanks,
Elle

__
css-discuss [cs...@lists.css-discuss.org]
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/


Re: [css-d] IE and Negative Absolute Positioning

2009-01-10 Thread Gunlaug Sørtun
Elle Meredith wrote:
 http://designbyelle.com.au/mq/
 
 I'm having trouble with absolute positioning an image of a rooster at
  the bottom in both IE6 and 7. Would anyone know how to fix it?

Add...
#footer { z-index: -1;}
...to compensate for IE's lousy stacking of positioned elements.

 Could anyone let me know if there is anything else I've missed and 
 should fix?

Doesn't take font resizing well in any browser - text overflows fixed
backgrounds quite early.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [cs...@lists.css-discuss.org]
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/