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
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
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
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
> 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:
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
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