Previous Message
Next Message

ie6 gap issue.....my head hurts!

Sent by Gunlaug_Sørtun on 11 April 2008 11:11


simon bullen wrote:
> Hi everyone, I subscribed to this list after getting the url from my 
> css mastery book.

Welcome to "the club" :-)

> I have an issue with ie6, my site looks fine in ie7, firefox but ie6 
> is presenting me with a rather annoying 2 or pixel gap between my 
> maincontent and navigation.  But I'm looked and played and had late 
> nights and eaten monster munch and i just cannot find out what is 
> causing the shift..can anybody shed any light please?
> 
> <www.tranquilseas.co.uk/test.html>

IE6 doesn't respect declared dimensions if content is too large or that
old browser thinks it is. So the solution is often to simply hide the
problematic overflow - in that browser only.

In your case, adding...

* html #title, * html #navholder {overflow-y: hidden;}

....will cure IE6 completely.

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: