Can someone help! Why does my (left menu) text line up nicely (for the link below) in IE but not in Firefox, and the same for the body text?
http://ap.com.msu.edu/NEW/index2.php
diff between IE and Firefox
Moderator: General Moderators
Re: diff between IE and Firefox
Re: diff between IE and Firefox
It's because of margin:
Code: Select all
#menubar a:link {
color: #FFFFCC;
margin-left: -15px;
text-decoration: none;
width: 118px;
}Re: diff between IE and Firefox
I think there is something wrong with my CSS code.
Re: diff between IE and Firefox
Yes there is, but problem with "content out of place" is caused by incorrect html, you forgot to close some tag.