Results 1 to 1 of 1

Thread: CSS Submenu Wierdness

  1. #1
    Join Date
    Apr 2008
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS Submenu Wierdness

    Hi,

    I'm so close to being done with my site but I have these couple issues remaining and I can't figure them out! its driving me bananas.

    The menu can be viewed here: http://eccolo.com/Site2/index4.html

    the problem is in the "more" submenu. it works fine when rolling over however, when you make the browser window smaller it changes position. I need it to stay in its original position.

    Also, both on "our menus" and "More" buttons, I need the buttons to stay on the rollover state when the mouse moves to the sub menu.

    Any help with this would be highly appreciated! Let me know If you would like to see the files, I will post the code below.

    CSS:

    Code:
    .dropmenudiv2{
    margin-left:-64px;/* this is the margin of More submenu tab */
    position:absolute;
    top: 0;
    z-index:102;
    width: 129px;
    visibility: hidden;
    }

    HTML:

    Code:
    <div class="nav5"><a href="#" rel="dropmenu2"><img src="images/NavigationImages/TopMenu/trans.gif" width="65" height="28" border="0" /></a></div>

    Thanks!
    Last edited by jscheuer1; 07-03-2008 at 01:27 AM. Reason: add code tags

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
  •