I'm having continual problems with CSS and netscape, but i think i've nearly got everything sorted except this one thing. I want to layer a table with buttons over another table which just has images on it. I've done the two separately and then wrapped them both in DIV tags, one relatively positioned which goes around both tables, and the one that floats above is absolutely positioned inside the larger DIV. My problem is that Netscape doesn't seem to understand that i want the inner DIV to be absolutely positioned to only the outer DIV, not the edge of the page. Well it sort of understands it because the top is correct, but it keeps moving it to the left.
One easy solution is to relatively position the inner DIV, but then although Netscape moves the images in the table to the desired position, it leaves the links behind, just floating in space. I am going mad. I have tried applying my positioning styles to the tables, and their rows and even cells, i have tried nesting the tables, but all i get is even more bizarre special effects in netscape.
at the moment i am contemplating doing a browser detection test and giving netscape users another version. i need this site to work in netscape 4.x, but it's getting really tempting to just ditch the irritating browser.
anyway, here's the code:
if your #main table is at 0,0 try changing it from relative to absolute. that will lock it in the corner no matter what else is going on.
also try closing the main div before opening the front div. i think you are getting your browser cornfused.
Im still a newb so disregard this comment if it sounds elementary, but if your wanting to place 9 images on top of the "one, logo1, and training1" images.
If those three images are only to be used for looks and not to link from,
maybe it would be easier to combine those three images into one and set it as a background to a table which will then hold the other nine image links?
You could build the table to be 600x140 so the background image would fit. and the image links would take the top half of the table.
(or you could center the links...whatever)
Bookmarks