Build your own T-Menu

T-Menu is a powerfull, fast, X Browser, X Platform DXHTML Menu system designed for Web Standards.

It's API is built for maximum simplicity and is very intuitive (even to the none-javascript programmer).

Skinning T-Menu is easy with simple CSS files, but if you can write CSS you can even make your own.

Usage:

It's easy to include the tmenu library onto the page Note: It's best to include the css file before the js, because of a bug in Konqueror 2.

<link href="myskin.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="tmenu.js"></script>

<script type="text/javascript">

// write your individual code, see the Tutorial and API Reference

</script>
What's next?