| View previous topic :: View next topic |
| Author |
Message |
Ash 1000+ Club

Joined: 03 Aug 2005 Posts: 1017 Location: England
|
Posted: Sat Mar 25, 2006 5:38 pm Post subject: Can someone tell me how to do this |
|
|
| I want to do the same link effect as this page. [/url] |
|
| Back to top |
|
 |
|
|
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3642 Location: Sweden
|
Posted: Sat Mar 25, 2006 11:23 pm Post subject: Re: Can someone tell me how to do this |
|
|
Search google for: dropdown javascript menu
Or something like that. You can also just copy their code and change it. |
|
| Back to top |
|
 |
Ash 1000+ Club

Joined: 03 Aug 2005 Posts: 1017 Location: England
|
Posted: Sat Mar 25, 2006 11:38 pm Post subject: Re: Can someone tell me how to do this |
|
|
| What if I wanked to add expanable menu boxes kind of the what this site has for the tutorials how do I do that? |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3642 Location: Sweden
|
|
| Back to top |
|
 |
Ash 1000+ Club

Joined: 03 Aug 2005 Posts: 1017 Location: England
|
Posted: Sun Mar 26, 2006 5:15 pm Post subject: Re: Can someone tell me how to do this |
|
|
| Ok I see that but what if I wanted to use a different icon for every say folder. |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3642 Location: Sweden
|
Posted: Sun Mar 26, 2006 10:26 pm Post subject: Re: Can someone tell me how to do this |
|
|
Just add it into the code. Maybe something like
| Code: |
| <li><img src="bullet.gif"> Text</li> |
|
|
| Back to top |
|
 |
Ash 1000+ Club

Joined: 03 Aug 2005 Posts: 1017 Location: England
|
Posted: Sun Mar 26, 2006 10:52 pm Post subject: Re: Can someone tell me how to do this |
|
|
what if I did say
| Code: |
| <img src="image url" border="0" width="" height="" /><a href="#">Link name</a> |
So it has an image right next to the link then do say a page that has all the links of that folder on? |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3642 Location: Sweden
|
Posted: Mon Mar 27, 2006 11:43 am Post subject: Re: Can someone tell me how to do this |
|
|
| Try it. There are many different types of menu systems on that page I sent you. They all work in different ways. |
|
| Back to top |
|
 |
|