Re: [css-d] IE6 horizontal list height problem

2008-11-23 Thread Peter Bradley
Ysgrifennodd Gunlaug Sørtun: > Can be fixed by applying 'hasLayout' to the right element to prevent IE > from finishing to early, but in this case the simplest fix is to add... > > #home-navlist a { > position: relative; > } > > ...which makes IE collect together and stack all layers of an elem

Re: [css-d] IE6 horizontal list height problem

2008-11-22 Thread Gunlaug Sørtun
Peter Bradley wrote: > I have a horizontal navigation list on a page. It looks fine in FF, > but has no bottom padding in IE6 (I haven't had chance to try it in > IE7 yet). > http://www.apvx95.dsl.pipex.com/SpanishIntensives/index.html The padding is there. We know this as an "IE stacking bug"

Re: [css-d] IE6 horizontal list height problem

2008-11-22 Thread David Laakso
Peter Bradley wrote: > > > Ouch! Yes. Sorry. Copy and paste error. Now validates, but is still > odd in IE6 > > > > Peter > > I believe the correction for IE/7.0 and IE/6.0 is: #home-navlist-container { border: 1px solid fuchsia; <-- :: 4 position only :: padding: 0.5em 0; <---

Re: [css-d] IE6 horizontal list height problem

2008-11-22 Thread Peter Bradley
Ysgrifennodd David Laakso: > Validate the markup. Bring it back. Let's play. > As ever, > el mariachi > -- desperado > > Ouch! Yes. Sorry. Copy and paste error. Now validates, but is still odd in IE6 Thanks for pointing that out.

Re: [css-d] IE6 horizontal list height problem

2008-11-22 Thread David Laakso
Peter Bradley wrote: > I have a horizontal navigation list on a page. It looks fine in FF, but > has no bottom padding in IE6 (I haven't had chance to try it in IE7 yet). > > http://www.apvx95.dsl.pipex.com/SpanishIntensives/index.html > > > > Peter > > Validate the markup. Bring it back. Let

[css-d] IE6 horizontal list height problem

2008-11-22 Thread Peter Bradley
I have a horizontal navigation list on a page. It looks fine in FF, but has no bottom padding in IE6 (I haven't had chance to try it in IE7 yet). Is there a fix for this, or do I have to live with it? I've put the page up temporarily at: http://www.apvx95.dsl.pipex.com/SpanishIntensives/index.h