Hi all,
I'm having a problem with positioning with CSS in IE.
If you look at the first photo, everything looks the way it should, but when I change the font size, the positioning gets messed up as shown in the second photo. Here is the css used for the main body:
#main
{
width:96%;
margin:0 auto;
padding-bottom: 20px;
text-align:left;
}
#main h1 { padding:...