I have tried for most of the day to fix a bug in NS6 and it still refuse to work...I even tried making a simple table without the mouseover and HREF's and it still makes white spaces between the images.
ok .. I downloaded the page .. and fixed it. I am not sure what was the problem .. I put it in Dreamweaver .. and adjusted that tables. It might have been that the tables height was not correct. Here it is, the images are not on the server so it doesn;t look all that great .. but just put it in the directory with the images and it should work
Thanks Chuckie...it didn't work but you helped me slove the problem!
Look what I have modified in the page and now it works great in all my 3 browsers!
First, I replaced this:
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
with:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
Then I added a line you had in your updated version:
<meta name="GENERATOR" content="Mozilla/4.76 [en] (Win95; U) [Netscape]">
And then...as per magic ALL works great! I simply modified these lines out of my template page and didn't put any height to some TD or the <table> tag.
Well, thanks for helping me out...now I know that most NS6 bugs will be solved on my sites!
Bookmarks