groups

name language licence
Contact Form 2 PHP Other
FTG-1-FormBody HTML Other
Horizontal Menu 1 CSS Other
imageMenu Header JS JavaScript Other
Growing1 HTML Other
Glider CSS CSS Other
Horizontal Menu 2 HTML Other
Bookmarks_post JavaScript 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

Horizontal Menu 2

options: view full snippetsend to code collector
<!-- Replace the url,  target and linkname -->
<!-- Delete target=_new" when you want to open the url in the same window  -->

<div class="menuBar">
<a class="menuButton" href="http://www.google.com" target=_new">Google</a>
<a class="menuButton" href="http://www.realmacsoftware.com" target=_new">RapidWeaver</a>
<a class="menuButton" href="http://www.apple.com" target=_new">Apple</a>
<a class="menuButton" href="http://www.yourhead.com" target=_new">YourHead</a>
<a class="menuButton" href="http://www.realmacsoftware.com/support/" target=_new">RapidWeaver Forum</a>
</div> 
	
(Continues...)