fantastic, you wouldn't believe how many hours I punished myself (sounds a bit weird!) last night. I think I burnt a hole in my laptop screen just staring at it! many thanks indeed!
> Date: Fri, 11 Apr 2008 12:31:32 +0200> From: [EMAIL PROTECTED]> To: [EMAIL > PROTECTED]> CC: [email protected]> Subject: Re: [css-d] ie6 gap > issue.....my head hurts!> > 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 PROTECTED]> > 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/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] 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/
