Examples
Examples - Relative Menu
This page shows a menu that is flowed inline with other content.

It's extremely simple to implement:
					JavaScript
// Begin base menu
var menu = {
	'position':'relative',
	'top':0,
	'left':0,
	'width':500,
	'height':30,
	'expand_menu':'auto',

	// The rest of the menu...
};
				
					HTML
Simply place the container DIV tag
<div id="menu"></div>
where you want the menu to appear!!
				
View Source
View CSS file - View JavaScript file.
Examples
Examples: Last - Next