Re: [css-d] IE6 Hides top of body div

2010-02-28 Thread David Laakso
Andrew Hoy wrote: > Hi Everyone, > > I'm trying to make a navigation bar that sits at the bottom of a header > div. It works well in Firefox et al, but in IE6 the header itself is > stretched down below the navigation bar, and the top of the body is pushed > up under the header (so that the text i

Re: [css-d] IE6 Hides top of body div

2010-02-28 Thread Andrew Hoy
> > It is sometimes the case that corrupt images appear on a local system so >> perhaps you see them. I'd suggest making new images and uploading them to >> your host/server -- and then re-submit your post to the list. >> > The images should be fixed now. http://msurveyz.com Thanks! Andrew __

Re: [css-d] IE6 Hides top of body div

2010-02-28 Thread David Laakso
David Laakso wrote: > Andrew Hoy wrote: >> Hi Everyone, >> >> I'm trying to make a navigation bar that sits at the bottom of a header >> div. It works well in Firefox et al, but in IE6 the header itself is >> stretched down below the navigation bar, and the top of the body is >> pushed >> up unde

Re: [css-d] understading ul li as menus - A 5 question quest.

2010-02-28 Thread Philippe Wittenbergh
On Mar 1, 2010, at 12:17 AM, MEM wrote: > Here is the source information: > http://www.nuvemk.com/formacao_lx/outros/ul_li_tests.html - the css styles > are inside. > > 3.1) > I see that, to solve it, we can use the float property to > eliminate tha

[css-d] IE6 Hides top of body div

2010-02-28 Thread Andrew Hoy
Hi Everyone, I'm trying to make a navigation bar that sits at the bottom of a header div. It works well in Firefox et al, but in IE6 the header itself is stretched down below the navigation bar, and the top of the body is pushed up under the header (so that the text is cut off). I took out all t

Re: [css-d] understading ul li as menus - A 5 question quest.

2010-02-28 Thread Ingo Chao
2010/2/28 MEM > > ... > http://www.nuvemk.com/formacao_lx/outros/ul_li_tests.html - the css styles > are inside. > ... > >                1) >                If we apply overflow property here, will this property >                be inherited to descendants even without being declared >          

Re: [css-d] understading ul li as menus - A 5 question quest.

2010-02-28 Thread David Laakso
David Laakso wrote: > MEM wrote: > >> Hello all, >> >> >> http://www.nuvemk.com/formacao_lx/outros/ul_li_tests.html - the css styles >> are inside. >> >> > > -- beware the IE em font-scaling bug > -- since helvetica is in the font-stack why are you feeding Macs arial? > > Best, > ~d > >

Re: [css-d] understading ul li as menus - A 5 question quest.

2010-02-28 Thread David Laakso
MEM wrote: > Hello all, > > > http://www.nuvemk.com/formacao_lx/outros/ul_li_tests.html - the css styles > are inside. > > > > 5) > The question that make all those be here: "how can I > put a background on the navigation, that goes beyond >

[css-d] understading ul li as menus - A 5 question quest.

2010-02-28 Thread MEM
Hello all, Sometimes we learn enough for doing it, and even customize it but, I actually would like to clear some points on the path to properly and precisely understand it. I will try to be as technical as I can at this moment, please correct any concepts that I may get wrong. Thanks a lot.