School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Pop-Up Menu Problem in IE 7

#1 dizzyflower28  Icon User is offline

  • New D.I.C Head
  • Pip

Reputation: 0
  • View blog
  • Posts: 8
  • Joined: 19-August 08


Dream Kudos: 0

Share |

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
Was This Post Helpful? 0
  • +
  • -


#2 sly  Icon User is offline

  • D.I.C Head
  • PipPip

Reputation: 2
  • View blog
  • Posts: 128
  • Joined: 05-December 08


Dream Kudos: 0

Re: Pop-Up Menu Problem in IE 7

Posted 21 January 2009 - 04:41 PM

Sorry for spamming but could you please tell me how to create a drop down menu like you did on ur site?
Was This Post Helpful? 0
  • +
  • -

#3 BetaWar  Icon User is offline

  • #include "soul.h"
  • Icon

Reputation: 359
  • View blog
  • Posts: 5,147
  • Joined: 07-September 06


Dream Kudos: 1500

Re: Pop-Up Menu Problem in IE 7

Posted 21 January 2009 - 04:55 PM

Where is the pop-up menu you are talking about?

The drop down seems to work fine for me in IE7...
Was This Post Helpful? 0
  • +
  • -

#4 BrianRS  Icon User is offline

  • New D.I.C Head
  • Pip

Reputation: 0
  • View blog
  • Posts: 2
  • Joined: 16-February 09


Dream Kudos: 0

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


<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>

Was This Post Helpful? 0
  • +
  • -



Fast Reply

  

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users