I was doing a little experimenting with Internet Explorer, Mozilla and CSS. Why is it that Internet Explorer acts funny wiith CSS?
For example:
In Mozilla, margin : 10px = margin : 10px all the way around
But
In Internet Explorer, margin : 10px = margin : 10px 20px 10px 10px;
WHYYYYYYYYYYYYYYYYYYYYY
How am I supposed to get around this ???
Look at this LINK and you will see what I mean. Both browsers have the same page open ???