Drop Down Navi disappears behind Slider :(

Forums Forums Menus Drop Down Navi disappears behind Slider :(

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #966
    NorteX
    Member

    I hope somebody here can help me…

    the page i request help for is http://www.crossfire-germany.de and as u can see, we have a drop down navigation whicht disappears behind  our new slider and we want to change this …

    I will post the codes of the Navigation, the CSS and the Flashslider and i hope that somebody of u can help me <img decoding=” title=”Sad” />

    navigation.php:

    [code:3iectc31]<?php
    $_language->read_module(‘navigation’);

    eval ("$navigation = "".gettemplate("navigation")."";");
    echo $navigation;
    ?>

    navigation.html:
    (shorted a bit...)

    <ul class="sf-menu">
    <li class="current">
    <a href="/index.php" id="home">Home</a>
    </li>
    <li>
    <a href="#" id="clan">Clanliste</a>
    <ul id="clan_list">
    <li>
    <a href="/index.php?site=squads">Teams zeigen !</a>
      </li>
            <li>
    <a href="/index.php?site=clanwars">Wars</a>
      </li>
                      <li>
      <a href="/index.php?site=static&staticID=1">Rules</a></li>
                      <li>
      <a href="/index.php?site=joinus">Join a Clan</a></li>
                      <li>
      <a href="/index.php?site=challenge">Fight a Clan</a></li>
                     
      </ul>
      </li>
    </ul>

    shorted part of the settings.css:

    #slider ul, #slider li{
    margin:0;
    padding:0;
    list-style:none;
    }
    #slider li{
    /*
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
    */
    width:618px;
    height:241px;
    overflow:hidden;
    }

    that was the only .css i found which tells something about the <li> and <ul> tags in the navigation.html

    and now the code of the SLIDER taken out of the index.php:

    <noscript>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="618" height="300" id="banner" align="middle">
        <param name="wmode" value="transparent">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="banner.swf" /><param name="quality"  value="high" /><param name="bgcolor" value="#222222" /> <embed wmode="transparent" src="banner.swf" quality="high" bgcolor="#222222" width="618" height="300" name="banner" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    </noscript>       
    [/code:3iectc31]

    i really hope somebody can help me <img decoding=” title=”Sad” /> 

    [size=1:3iectc31]EDIT by Ryan: placed code inside CODE tags[/size:3iectc31]

    #6815
    Anonymous
    Member

    It looks like you’ve solved it already. I’d recommend maybe dropping the height of your drop-down list items, as the "Misc" menu drop-down is quite long.

    #6816

    This appears fixed, but if you are still having problems then let us know <img decoding=” title=”Smiley” />

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.