diff between IE and Firefox

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
drdokter
Forum Newbie
Posts: 21
Joined: Thu Jul 23, 2009 10:57 am

diff between IE and Firefox

Post 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
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: diff between IE and Firefox

Post by Benjamin »

:arrow: Moved to client side.
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: diff between IE and Firefox

Post by kaszu »

It's because of margin:

Code: Select all

#menubar a:link {
    color: #FFFFCC;
    margin-left: -15px;
    text-decoration: none;
    width: 118px;
}
drdokter
Forum Newbie
Posts: 21
Joined: Thu Jul 23, 2009 10:57 am

Re: diff between IE and Firefox

Post by drdokter »

I think there is something wrong with my CSS code.
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: diff between IE and Firefox

Post by kaszu »

Yes there is, but problem with "content out of place" is caused by incorrect html, you forgot to close some tag.
Post Reply