Here's the problem I'm getting.
I build a table by pulling data from a database, and populating each row with the data pulled. In three cells, I have images that are hyper linked to javascript popup windows. The href links are built using variables pulled from the database.
In netscape7.1 and only on a PC I get the first column of images with links, and the first image of the second column, and not the rest of the column or the third column of images. However, if I view the source of the page in the browser all of the code is correct, but the images simply are not displayed. If the link is removed, then the images all show up. But the code works in IE and also IE and NS on a Mac.
It only happens in the latest version of the browser and not the 7.01 or 7.02 fork.
Any ideas?