Page 1 of 1

diff between IE and Firefox

Posted: Mon Aug 10, 2009 2:01 pm
by drdokter
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

Re: diff between IE and Firefox

Posted: Mon Aug 10, 2009 2:16 pm
by Benjamin
:arrow: Moved to client side.

Re: diff between IE and Firefox

Posted: Mon Aug 10, 2009 3:35 pm
by kaszu
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

Posted: Tue Aug 11, 2009 2:54 pm
by drdokter
I think there is something wrong with my CSS code.

Re: diff between IE and Firefox

Posted: Tue Aug 11, 2009 5:46 pm
by kaszu
Yes there is, but problem with "content out of place" is caused by incorrect html, you forgot to close some tag.