DHTML Menu component

D

David Russell

Hi all,

Once again, not entirely sure whether this is the ideal forum for this...

I am looking for a DHTML menu component that will work nicely for my site. I
need icons, and infinite skin customisability.

Something like the PHPLayersManu component would be nice, although it would
be better for me to be able to simply include/link one or two files and be
done with. I really don't want a lot of messy stuff in my pages.

Freeware would be nice too :)

Any suggestions?

Thanks

David
 
D

David Dorward

David said:
I am looking for a DHTML menu component that will work nicely for my site.

You would be better of specifying what features you need then the technology
you wish you use - especially when said technology is a buzzword that means
different things depending on who you ask.

Anyway, menu with icons that can be customised:

<ul class="menu">

<li><a href="link.html"><img src="icon.png" width="5" height="5"
alt="">Foo</a></li>

<li><a href="file.html"><img src="picy.png" width="5" height="5"
alt="">Bar</a></li>

<li><a href="misc.html"><img src="imge.png" width="5" height="5"
alt="">Baz</a></li>

</ul>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top