I always seem to get totally different padding/margins in IE6/FF. Does anyone know of any articles for tips on how to get things looking the same. Its driving me insane!!!!
It's probably the Box Model problem... whereby IE interprets padding on divs incorrectly and gets their width wrong... http://tantek.com/CSS/Examples/boxmodelhack.html or google for Box Model (Hack)
one tip i use is use the universla selctor for padding and margin to take out those declarations on all elements, then when i need them a just declare a padding and a margin, but really try not to add padding and margin to layout elements