Welcome to TalkGraphics.com
Results 1 to 10 of 35

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    2

    Default Re: Firefox drop down menu problem

    Although this post goes back to 2005 I'm experiencing a similar problem... but not on all computers. I have to be very quick with the mouse and sometimes need to have several attempts at "catching" the sub menu... particularly if it branches out into a second sub menu.

    I use both Firefox and IE to test my pages. They seem to work fine at home where I put the pages together, but other people are finding it somewhat frustrating.

    Has anyone got a fix to this?

    Thanks in advance.

  2. #2
    Join Date
    Mar 2004
    Posts
    6

    Default Re: Firefox drop down menu problem

    It seems to work if you place the code in Beginning of Body, set the vertical position manually and center it on the page with <center> tags - as long as you wanted it to be centered, of course.


    Code:
    --------------------------------------------------------------------------

    <div id="xmenu" style="position:absolute; top:228px; left:0px; width:100%; height:74px; z-index:999;">
    <center>
    <script src="xaramenu.js"></script><script menumaker src="berkeley.js"></script>
    </center>
    </div>

    --------------------------------------------------------------------------
    I don't take credit for this solution, it was given to me by a friend, but it does work for me.
    Last edited by sunni; 12 July 2007 at 11:38 PM.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •