- This topic has 2 replies, 3 voices, and was last updated 15 years, 3 months ago by imported_Ryan.
-
AuthorPosts
-
August 3, 2009 at 9:54 pm #966NorteXMember
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 ” 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 ” title=”Sad” />
[size=1:3iectc31]EDIT by Ryan: placed code inside CODE tags[/size:3iectc31]
August 4, 2009 at 11:43 am #6815AnonymousMemberIt 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.
August 6, 2009 at 1:28 am #6816imported_RyanMemberThis appears fixed, but if you are still having problems then let us know ” title=”Smiley” />
-
AuthorPosts
- You must be logged in to reply to this topic.