Menu alignment IE vs Foxfire

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
nharris
Beginner
Beginner
Posts: 2
Joined: Wed Mar 16, 2005 12:45 am

Menu alignment IE vs Foxfire

Post by nharris »

I have configured the menu and the alignment is perfect when viewed in IE. However, when I view the same page in Foxfire, the alignment is off. Listed below you will find the url for the referenced page.

http://www.beulahbaptist.org/beu2005/ht ... mplate.htm

The menu was configure with resolution 1024 X 768.

If I can get this corrected, I can complete the implementation of the menu. Any help you can provide will be greatly appreciated.

Thanks,
NatH
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hi Nat,

It looks to me like the menu is exactly where you told it to be in FireFox (top=110, left=0). It's the rest of the page content that appears to be shifted. In my FireFox, there's a small left and top margin on the page, but not in IE. It's as if FireFox is not seeing that you have leftMargin="0" and topMargin="0" in your body tag. Do you have any styles in your code that would override these margins? (Gotta go soon, so no time to check).

For some reason, I didn't get the same effect in FireFox when I downloaded your test page and tested it locally (whether I load it from my hard disk or from a web server).

I wonder if adding marginwidth="0" marginheight="0" to the body tag would make any difference?

Kevin
nharris
Beginner
Beginner
Posts: 2
Joined: Wed Mar 16, 2005 12:45 am

Post by nharris »

Hi Kevin,

I really appreciate the quick response. I added marginwidth="0" marginheight="0" to the body tag and that did the trick.

Again, many thanks, I can now proceed to convert our site to the new design.

Na
Post Reply