Zezicla Posted April 1, 2014 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
Zezicla Posted April 9, 2014 Author 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
Question
Zezicla
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 Zezicla2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.