Jump to content
  • 0

How To Make This all Drop Down menu's ?


Zezicla

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  121
  • Reputation:   1
  • Joined:  12/01/12
  • Last Seen:  

        <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 :D

thnx thx thnnxxx

Edited by Zezicla
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  121
  • Reputation:   1
  • Joined:  12/01/12
  • Last Seen:  

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 by Zezicla
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  121
  • Reputation:   1
  • Joined:  12/01/12
  • Last Seen:  

up

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...