rexolioISback
Programmer
Not sure why, but it seems anytime I use the Margin style, its correct in Firefox but not in IE.
If I set the following:
margin: 5px 8px 6px 8px;
The top and bottom margins are correct in both browsers. But the left margin, although perfect in Firefox, always appears to be double the width in IE.
If I set the following:
margin: 5px 8px 6px 8px;
The top and bottom margins are correct in both browsers. But the left margin, although perfect in Firefox, always appears to be double the width in IE.