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
Menu alignment IE vs Foxfire
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
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