I'm looking for a good reference site for dealing with issues with the layout in IE looking as it should in Netscape. Any suggestions ? I've searched myself but am not happy with my results so far.
Also, on the same topic - I'm trying to use an href tag to call a whole table cell to a particular link, an example :
When designing, it is better to code for mozilla based browsers and then tweak the design to get it to work in IE. Mozilla more closely adheres to the W3C specs so if you write standards complient code then the page should work fine in Mozilla. There are a few well known treaks such as the Box Model Hack and the Child Selector Hack which can be used to hide styles from IE.