Although I got this nice written article link as to why it shows different lay outs in IE, FF or Opera but being newbie still can't figure out. Any more helpful info on resolving this thru your practical experience? http://www.search-this.com/2007/03/12/no-margin-for-error/
I've had a similar issue with margin-bottom, it worked fine on Firefox and Opera, but in IE it ignored it. I wanted to add a space to my site at the bottom, so instead of using margin, I used padding in body. body { padding-bottom: 10px; } Code (markup): If you specify your problem, maybe I'll be able to help you.