Re: [css-d] IE footer problem - nct-res

2006-03-08 Thread ~davidLaakso
Michael Clayton wrote: > Thanks, I wasn't aware that NN 6.x were betas. I'll stop fretting now. > Yesterday I went a bit insane and downloaded 20+ old browsers. My thinking > was this, "It will be awesome if I can make my sites work in everything." > The odds of anyone using an old Netscape are a

Re: [css-d] IE footer problem - nct-res

2006-03-08 Thread Michael Clayton
Thanks, I wasn't aware that NN 6.x were betas. I'll stop fretting now. Yesterday I went a bit insane and downloaded 20+ old browsers. My thinking was this, "It will be awesome if I can make my sites work in everything." The odds of anyone using an old Netscape are about as good as the odds of my

Re: [css-d] IE footer problem

2006-03-08 Thread Michael Clayton
Though peace now reigns in IExplorerville, danger is brewing in Netscapia. The same problem --but probably with a different cause-- is occuring in NN 6.0 and NN 6.01. It doesn't impair accessability at all, so normally I wouldn't worry too much about it. Unfortunately it is concealing the Copyri

Re: [css-d] IE footer problem

2006-03-07 Thread Holly Bergevin
From: "Michael Clayton" <[EMAIL PROTECTED]> >I discovered that the following code is what breaks the site in IE. > >ul.nav { >list-style: url(bullet_small.jpg); >line-height: 1.5em; >margin-left: 18px; >padding: 0; >} > >The list-style specifically is what kills it. Does anyon

Re: [css-d] IE footer problem

2006-03-06 Thread Cem Meric
> In IE 6, the footer is only pushed down by the left and right columns, but > not the center column. This can be fixed by resizing the window, but the > initial load is bugged. Tough one. Try adding these lines at the end of your style, * html .column-one { margin-left: 25%; float:

Re: [css-d] IE footer problem

2006-03-06 Thread Michael Clayton
I discovered that the following code is what breaks the site in IE. ul.nav { list-style: url(bullet_small.jpg); line-height: 1.5em; margin-left: 18px; padding: 0; } The list-style specifically is what kills it. Does anyone know why applying a bullet image mucks up IE? I gues

[css-d] IE footer problem

2006-03-06 Thread Michael Clayton
I nabbed this layout from the famous http://www.fu2k.org/alex/css/layouts/3Col_NN4_FMFM.mhtml My current progress is here: http://www.twilighted.com/ntc/ In IE 6, the footer is only pushed down by the left and right columns, but not the center column. This can be fixed by resizing the window, bu