strivejason
Programmer
Does anyone know how to work around the differences in IE and FF/Netscape when it comes to floats and borders? I've got a DIV that is centered in the screen; within that DIV I have two DIVs that need to be aligned to the right and left. The left div needs to start at 205px relative to the parent and hang down 2px over the parent, whereas the right needs to be aligned to the edge. The page is at [URL unfurl="true"]http://temp.insightstudios.ca/index.php[/url].
It looks fine in IE, but in NN7 or FF, the margins in the header/footer links are too much, and the graphic in the header sits 2px too high.
I don't know how to make parts of my code "invisible" to certain browsers. Maybe I'm just doing it wrong with absolute positioning. Any ideas?
It looks fine in IE, but in NN7 or FF, the margins in the header/footer links are too much, and the graphic in the header sits 2px too high.
I don't know how to make parts of my code "invisible" to certain browsers. Maybe I'm just doing it wrong with absolute positioning. Any ideas?