groups

name language licence
JaxsPro Single Button Mp3 Player (TopLeft) HTML Other
3 Column Footer HTML Other
2 Column Layout HTML - float style HTML Other
Loading 1 JavaScript Other
MiniMenu 2 HTML Other
Login HTML Other
imageMenu HTML HTML Other
2 Column Layout CSS - float style CSS Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 >



language: HTML
licence: Other

imageMenu HTML

options: view full snippetsend to code collector
<div id="imageMenu">
			<ul>
				<li class="landscapes"><a href="http://www.aaronbirchphotography.com">Landscapes</a></li>
				<li class="people"><a href="http://www.aaronbirchphotography.com">People</a></li>
				<li class="nature"><a href="http://www.aaronbirchphotography.com">Nature</a></li>
				<li class="urban"><a href="http://www.aaronbirchphotography.com">Urban</a></li>
				<li class="abstract"><a href="http://www.aaronbirchphotography.com">Abstract</a></li>
			</ul>
			</div>
		
		<script type="text/javascript">
			
			window.addEvent('domready', function(){
				var myMenu = new ImageMenu($$('#imageMenu a'),{openWidth:310, border:2, onOpen:function(e,i){alert(e);}});
			});
	
(Continues...)