Page 1 of 1
Pop-Up Menu Problem in IE 7
#1
Pop-Up Menu Problem in IE 7
Posted 11 January 2009 - 12:16 PM
I'm working on optimizing my site to the best of my ability and using div's instead of tables as well as using CSS (which I'm new to). The layout looks fine in Firefox and Safari but when I try using IE 7 my pop-up menu disappears (you can see it as it's loading but then it vanishes when the page is done loading). Is this a z-index problem? Any suggestions?
Here's the link: http://www.classicen...ayout/test.html
Here's the link: http://www.classicen...ayout/test.html
#4
Re: Pop-Up Menu Problem in IE 7
Posted 16 February 2009 - 03:42 AM
I am having a problem with IE7, I created a pop up menu using Dreamweaver 8 see code below. The problem is when I hover over the trigger text, the pop up menu shows without the text for each item. By moving across from the trigger text to the pop up menu the text then displays but until then the boxes are blank. This is very minor but also very irritating as I do not want to display a set of blank boxes before I move to the pop up menu itself.
The problem does not occur in FF or Netscape but there is a slight irritation with these browsers as well in that the mouse pointer changes to a text cursor image rather than a pointing finger as one would expect.
If anyone has come across any of these problems and can suggest a solution it would be much appreciated as I am fairly new to programming and don't know how to fix the problems.
Thanks
The problem does not occur in FF or Netscape but there is a slight irritation with these browsers as well in that the mouse pointer changes to a text cursor image rather than a pointing finger as one would expect.
If anyone has come across any of these problems and can suggest a solution it would be much appreciated as I am fairly new to programming and don't know how to fix the problems.
Thanks
<script language="Javascript">
<!--
function mmLoadMenus() {
if (window.mm_menu_0127130206_0) return;
window.mm_menu_0127130206_0 = new Menu("root",146,21,"Arial, Helvetica, sans-serif",14,"#FFFFFF","#FFCC00","#996633","#996633","left","middle",0,0,1000,-5,7,true,true,true,10,false,false);
mm_menu_0127130206_0.addMenuItem("Income","location='income_tax.html'");
mm_menu_0127130206_0.addMenuItem("Wealth","location='wealth_tax.html'");
mm_menu_0127130206_0.addMenuItem("Succession","location='retirement_pensions_inheritance.html'");
mm_menu_0127130206_0.addMenuItem("Social Charges","location='retirement_pensions_inheritance.html'");
mm_menu_0127130206_0.fontWeight="normal";
mm_menu_0127130206_0.fontStyle="italic";
mm_menu_0127130206_0.bgColor='#555555';
mm_menu_0127130206_0.menuBorder=2;
mm_menu_0127130206_0.menuLiteBgColor='#FFFFFF';
mm_menu_0127130206_0.menuBorderBgColor='#663300';
mm_menu_0127130206_0.writeMenus();
} // mmLoadMenus()
//-->
mm_menu_0127130206_0.hideonmouseout=true;
</script>
Page 1 of 1

Ask A New Question
Reply




MultiQuote





|