Results 1 to 3 of 3

Thread: Drop Down Menu - Problem with submenu position

  1. #1
    Join Date
    Oct 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Drop Down Menu - Problem with submenu position

    Hi,
    I need some help for a drop down menu. Everything is working good, until the position of the submenus. They are going to the right and I don't know where should I change.

    My test page is under:
    http://vali.selfip.biz/agenturstar/index3.html

    Has someone any idea how to modify ?

    Thanks a lot for your help !

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Whether you are aware of it or not:

    Your page is in violation of Dynamic Drive's usage terms, which, among other things, state that the script credit must appear in the source code of the page(s) using the script. Please reinstate the notice first.


    As that is AnyLink CSS Menu:

    http://www.dynamicdrive.com/dynamici...anylinkcss.htm


    As to your question -

    Generally, you cannot put the drop downs inside other positioned elements, sometimes not inside static elements (depending upon their attributes, parents, etc.). They can go as the first thing after the opening body tag, and usually will work well there. Move this:

    HTML Code:
    <div id="community" class="anylinkcss">
    		<a href="iframes/gb.php" target="content">Guestbook</a>
    		<a href="iframes/newsletter.php" target="content">Newsletter</a>
    		<a href="iframes/download-area.html" target="content">Download Area</a>
    		<a href="iframes/links.html" target="content">Links</a>
    		<a href="iframes/win-a-ticket.html" target="content">Win A Ticket</a>
    
    		<a href="iframes/crew.html" target="content">Crew</a></div>
    		<div id="booking" class="anylinkcss">
    		<a href="artists/index.php/overview/all" target="content">All Booking's</a>
    		<a href="artists/index.php/overview/1" target="content">DJ's & MC's</a>
    		<a href="artists/index.php/overview/2" target="content">Live Act's</a>
    		<a href="artists/index.php/overview/3" target="content">DanceCrew's</a>
    
    		<a href="artists/index.php/overview/4" target="content">Dance Act's</a>
    		</div>		
    		<div id="events" class="anylinkcss">
    		<a href="events/index.php/next_events" target="content">Next Events</a>
    		<a href="events/index.php/last_events" target="content">Last Events</a>
    		<a href="partyshots/index.php/overview" target="content">Partyshots</a>
    		</div>
    to here:

    HTML Code:
    <body style="overflow-x:hidden; overflow-y:auto;" onload="MM_preloadImages('img/menue/01-home-r.jpg','img/menue/02-comm-r.jpg','img/menue/03-bookings-r.jpg','img/menue/04-events-r.jpg','img/menue/05-contact-r.jpg','img/menue/06-impressum-r.jpg')">
    
    <!-- Put drop downs below here -->
    
    <!-- End drop downs -->
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Oct 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default thanks

    Thanks a lot for your help...
    a lot of kissing ...you really saved me, last night I spent it only to find the error.

    Once more thank you !
    Greetings !

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
  •