Zezicla Posted April 1, 2014 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 121 Reputation: 1 Joined: 12/01/12 Last Seen: May 9, 2015 Share 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 Link to comment Share on other sites More sharing options...
Zezicla Posted April 9, 2014 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 121 Reputation: 1 Joined: 12/01/12 Last Seen: May 9, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Zezicla Posted April 11, 2014 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 121 Reputation: 1 Joined: 12/01/12 Last Seen: May 9, 2015 Author Share Posted April 11, 2014 up Quote Link to comment Share on other sites More sharing options...
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 ZeziclaLink to comment
Share on other sites
2 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.