Previous Message
Next Message

IE7 Explosions

Sent by Gunlaug_Sørtun on 8 October 2007 14:02


Blake wrote:
> http://blakehaswell.com/others/pts/

> I have a number of problems in IE7, I can't imagine what it's like in
>  IE6 but I do need it to play nice in IE6 too.

IE/win needs Layout...
#container {height: 1%;}

IE/win can't stack absolute positioned elements properly, so A:P is no
good on its own. "Removed float" works...
#branding {position: static; float: left; margin: 24px -1000px -1000px 0;}

Float the list-items, not the links...
#site-info ul li {float: left;}

IE6 and IE7 are near identical.


BTW: Document breaks easily when subjected to font-resizing - in all
browsers.

regards
	Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread:

Possibly related: