Link to home
Start Free TrialLog in
Avatar of xjdx
xjdxFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Problem with navigation moving in different resolutions (Only in internet explorer)

The site listed in the URL, is something I have been working on for a while, I didn't code the site, but my lad doesn't have a clue how to fix it.

In Firefox on any browser size the site looks and works fine! But in Internet Explorer the div that holds the navigation menu in, moves depending on the size of the browser window. This only happens in IE :S The 3rd button in is a drop down as well.
Avatar of Mark Steggles
Mark Steggles
Flag of United States of America image

Hello,

try changing #menu to this

#menu {
color:#FFFFFF;
margin:-121px 0px 130px;
padding:0pt;
width:700px
}

Steggs
Avatar of xjdx

ASKER

Hi Steggs, I've already tried that solution, now what happens when you hover over the navigation menu, it pushes the rest of the content down, it jumps.
Try giving #topheader margin-bottom:7px and #menu margin:0.
ASKER CERTIFIED SOLUTION
Avatar of xjdx
xjdx
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial