Zezicla 1 Posted April 1, 2014 (edited) <div id="wrapper"> <div id="main"> <div class="spacer"></div> <div id="menu"> <ul> <li><a href="<?php echo $this->url('main'); ?>"><img src="<?php echo $this->themePath('img/home.png'); ?>" /></a></li> <li><a href="<?php echo $this->url('main','info'); ?>"><img src="<?php echo $this->themePath('img/info.png'); ?>" /></a></li> <li><a href="<?php echo $this->url('main','downloads'); ?>"><img src="<?php echo $this->themePath('img/downloads.png'); ?>" /></a></li> <li><a href="http://test/forum" target="_blank"><img src="<?php echo $this->themePath('img/forums.png'); ?>" /></a></li> <li><a href="<?php echo $this->url('donate'); ?>"><img src="<?php echo $this->themePath('img/donate.png'); ?>" /></a></li> <li><a href="<?php echo $this->url('account'); ?>"><img src="<?php echo $this->themePath('img/account.png'); ?>" /></a></li> <li class="clear"></li> </ul> </div> i whanne add all links flux cp has need this as drop down with 1 example or more the rest i can figure out myself i guess any possibily to make it animated ? or just show down same buttons but diffrent links and text in it ? some like this need to be added in it <li><a href="<?php echo $this->url('vote'); ?>"><img src="<?php echo $this->themePath('img/v4p.png'); ?>" onmouseover='this.src="<?php echo $this->themePath('img/v4p_hover.png'); ?>"' onmouseout='this.src="<?php echo $this->themePath('img/v4p.png'); ?>"' /></a></li> but it neeed ot be drop down thnx thx thnnxxx Edited April 1, 2014 by Zezicla Quote Share this post Link to post Share on other sites
Zezicla 1 Posted April 9, 2014 (edited) or bether said how to make this into a drop down menu with choices ? just make it a drop down + 1 option beneath + example how to make the second would be fine <li><a href="<?php echo $this->url('main'); ?>"><img src="<?php echo $this->themePath('img/home.png'); ?>" /></a></li> Edited April 9, 2014 by Zezicla Quote Share this post Link to post Share on other sites
i whanne add all links flux cp has need this as drop down with 1 example or more the rest i can figure out myself i guess
any possibily to make it animated ? or just show down same buttons but diffrent links and text in it ?
some like this need to be added in it
but it neeed ot be drop down
thnx thx thnnxxx
Edited by ZeziclaShare this post
Link to post
Share on other sites