Firefox display problem
- simongdawson
- Super Advanced
- Posts: 49
- Joined: Sun Oct 12, 2003 6:56 am
- Location: UK
- Contact:
Firefox display problem
I have a problem which appears to be isolated to my homepage only (no other page on my website) and only with Firefox (not IE or Netscape).
If (using IE or Netscape) you go to my homepage at http://www.the-limes.com and place your cursor over the flashing MENU and slide it down through the menu (and submenus) it all works perfectly (or at least it does for me).
Now repeat the procedure using Firefox. When you place your cursor over the flashing MENU and slide it down through the menu past 'Home' and 'Simon's Work' to 'Genealogy' the bottom menu suddenly jumps down, partially offscreen and stays there. Is it maybe a conflict with the text to the right (if so, why only with Firefox?).
Any ideas how to fix this, please?
If (using IE or Netscape) you go to my homepage at http://www.the-limes.com and place your cursor over the flashing MENU and slide it down through the menu (and submenus) it all works perfectly (or at least it does for me).
Now repeat the procedure using Firefox. When you place your cursor over the flashing MENU and slide it down through the menu past 'Home' and 'Simon's Work' to 'Genealogy' the bottom menu suddenly jumps down, partially offscreen and stays there. Is it maybe a conflict with the text to the right (if so, why only with Firefox?).
Any ideas how to fix this, please?
Also, just in case that doesn't solve this problem, it took awhile of watching the action over and over to see that for some reason when you mouse over that Geneology the page was resizing, it would get wider and shorter by a few pixels and return to the original really rapidly and that caused the shift, which then remained as it was. After playing with the images and menu sizes, I noticed you had a percentage in your body tag for margin, so just on the off chance I changed that to a fixed margin and the behavior stopped.
Ruth
Ruth
- simongdawson
- Super Advanced
- Posts: 49
- Joined: Sun Oct 12, 2003 6:56 am
- Location: UK
- Contact:
Ruth, what did you change the to make it a fixed margin?
Code: Select all
<body onload="breakout()" style="margin-left: 18%;">
I changed the 18% to a fixed number, like 140px or whatever you need.
I really like what you've done with your menu, and I know you tell the visitors the site is best viewed at 1024 etc. I was messing around with it because I have 800x600 and the menu overlaps the text next to it about 20px so you can't see the words, so I played with numbers and just for your information, if you set the menus at left=7 and then set the bottom menu width at 135 and the submenu top at 100 it doesn't overlap the text, I upped my resolution and it didn't seem to make the menu look funny at the 1024 level.
Ruth
I really like what you've done with your menu, and I know you tell the visitors the site is best viewed at 1024 etc. I was messing around with it because I have 800x600 and the menu overlaps the text next to it about 20px so you can't see the words, so I played with numbers and just for your information, if you set the menus at left=7 and then set the bottom menu width at 135 and the submenu top at 100 it doesn't overlap the text, I upped my resolution and it didn't seem to make the menu look funny at the 1024 level.
Ruth
- simongdawson
- Super Advanced
- Posts: 49
- Joined: Sun Oct 12, 2003 6:56 am
- Location: UK
- Contact:
Ruth, glad you like what I'm trying to do.
I have uploaded the latest version of the menu. I have (I think) implemented all of your suggestions, and throughout the website. It has made a big improvement using the fixed margin width as opposed to my percentage margin.
But......I still have the original problem with the bottom menu jumping down off screen when using Firefox. This is, to the best of my knowledge, not because of ISP cacheing - I have tried it with various proxies.
I have uploaded the latest version of the menu. I have (I think) implemented all of your suggestions, and throughout the website. It has made a big improvement using the fixed margin width as opposed to my percentage margin.
But......I still have the original problem with the bottom menu jumping down off screen when using Firefox. This is, to the best of my knowledge, not because of ISP cacheing - I have tried it with various proxies.
- simongdawson
- Super Advanced
- Posts: 49
- Joined: Sun Oct 12, 2003 6:56 am
- Location: UK
- Contact:
I really don't know what to say - I've spent another hour on your website and still cannot find a problem with the menu.
My only guess is that it's a bug with the Mozilla code base - this has happened before and will probably fix itself on future versions on Mozilla based browsers.
A workaround, however is to add a border around the bottom menu. This can be invisible by setting the color the same as the background.
Here's the code:
borderwidth=1
bordercolor="#FFFFF0";
Sorry I can't be more helpful but it could be any number of things and could literally take days to track down the bug.
Cheers
Andy
My only guess is that it's a bug with the Mozilla code base - this has happened before and will probably fix itself on future versions on Mozilla based browsers.
A workaround, however is to add a border around the bottom menu. This can be invisible by setting the color the same as the background.
Here's the code:
borderwidth=1
bordercolor="#FFFFF0";
Sorry I can't be more helpful but it could be any number of things and could literally take days to track down the bug.
Cheers
Andy
- simongdawson
- Super Advanced
- Posts: 49
- Joined: Sun Oct 12, 2003 6:56 am
- Location: UK
- Contact: