ljkeashly
12-17-2007, 02:44 AM
Hello,
I have a problem when I have an anchor link in the content on the page and someone clicks the the link to go down to the anchor, the layout in FF breaks, but is fine in IE7.
The layout gets moved up about 15 pixels in FF when you click the anchor link, so the menu items are half hidden (which is due to the overflow:hidden on the topnav div). When you first view the page with the anchor links, the layout is fine, it is only when you click one of the anchor links, that the layout breaks.
The menu is displaying correctly, but click on one of the questions and the top menu is half hidden. It is like the whole content is moving up about 15 pixels for some reason. I can't figure out what I need to change to stop this from happening.
This is a CSS tableless layout using negative margins. There is a global div { overflow:hidden; } which when removed seems to solve the problem of the menu moving, but the layout breaks when this is added.
Any help would be greatly appreciated. Thank you
I have a problem when I have an anchor link in the content on the page and someone clicks the the link to go down to the anchor, the layout in FF breaks, but is fine in IE7.
The layout gets moved up about 15 pixels in FF when you click the anchor link, so the menu items are half hidden (which is due to the overflow:hidden on the topnav div). When you first view the page with the anchor links, the layout is fine, it is only when you click one of the anchor links, that the layout breaks.
The menu is displaying correctly, but click on one of the questions and the top menu is half hidden. It is like the whole content is moving up about 15 pixels for some reason. I can't figure out what I need to change to stop this from happening.
This is a CSS tableless layout using negative margins. There is a global div { overflow:hidden; } which when removed seems to solve the problem of the menu moving, but the layout breaks when this is added.
Any help would be greatly appreciated. Thank you