Forum Moderators: not2easy
I'm working on a new site and I had a page that was OK in all my test browsers - including NN4. Since this new client still shows about 35% Netscape 4 users in their logs (OUCH) it's a must.
Since it was basically OK, I began tweaking the typography: line-height and some paragraph top and bottom margins. But now when I went back to NN 4.7, the logo image was only half rendered - it stops part way down the image. Every other browser is still fine, but I can't make Netscape 4 render the whole gif.
Squirreliest thing I ever ran into. Has anyone else ever seen this?
Assigned my line-height declaration to #bodytext instead of <body>, and the problem went away.
Another possible solution might be to create an .img class, and give it a display: block attribute... or assign a disply: block attribute to the <img> tag itself, but I don't know if that will override the line-height declaration in NN... or perhaps cause layout problems otherwise.