NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming > CODE
Reload this Page Free JavaScript Code library

CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here.

Advanced Search
7 members in live chat ~  


Reply
 
LinkBack Thread Tools
Old 08-26-2009, 01:31 AM THREAD STARTER               #1 (permalink)
New Member
Join Date: Jul 2009
Posts: 3
JavaScriptBank is an unknown quantity at this point
 



Free JavaScript Code library


This JavaScript code is a hierarchical, object oriented navigator, open source menu. It can be easily displayed horizontally or vertically, and on several different levels.... detail


How to setup

Step 1: Use CSS code below for styling the script
CSS
Code:
<style>
/*
	Created by: Vladimir Bodurov 
	Web Site: http://www.bodurov.com/menu/ 
*/
A.MenuLink{
 	color:#1D2123;
	 width:100%;
 	text-decoration: none;
}

/* Menu Link when the mouse is over */
A.MenuLink:hover{
 	color:#AA0000;
 	background-color:#FFFF99;
 	text-decoration: underline;
}

/* First menu link element */
DIV.FirstMenuElement{
 	font: 12px Geneva, Arial, Helvetica, sans-serif;
 	position:absolute;
 	padding:3px;
 	width:130px;
 	text-align: center;
 	background-color:#82A6C4;
  border: solid #475156 1px;
 	display:none;
}

/* First menu link element when the mouse is over */
DIV.FirstMenuElementOver{
 	font: 12px Geneva, Arial, Helvetica, sans-serif;
 	position:absolute;
 	width:130px;
 	padding:3px;
 	text-align: center;
 	background-color:#FFFF99;
  border: solid #475156 1px;
}

/* Menu link element */
DIV.MenuElement {
 	font: 12px Geneva, Arial, Helvetica, sans-serif;
 	position:absolute;
 	padding:3px;
 	width:150px;
 	background-color:#EFEFFF;
  border: solid #475156 1px;
 	display:none;
}

/* Menu link element when the mouse is over */
DIV.MenuElementOver {
 	font: 12px Geneva, Arial, Helvetica, sans-serif;
 	position:absolute;
 	padding:3px;
 	width:150px;
 	background-color:#FFFF99;
  border: solid #475156 1px;
}
</style>
Step 2: Copy & Paste JavaScript code below in your HEAD section
????: NamePros.com http://www.namepros.com/showthread.php?t=605853
JavaScript
Code:
<script language="JavaScript" type="text/javascript" src="vb_menu.js"></script>
Step 3: Place HTML below in your BODY section
HTML
Code:
<div id="MenuLine" style="position:relative;"></div>

<script language="JavaScript" src="theMenu.js"></script>
Step 4: Download files below
Files
menu_arrow.gif
theMenu.js
vb_menu.js
JavaScriptBank is offline   Reply With Quote
Old 08-28-2009, 03:54 AM   #2 (permalink)
Account Suspended
Join Date: Aug 2009
Posts: 164
bodil4o is on a distinguished road
 



Thanks but http://www.javascriptbank.com/vb-navigator.html/en// isn't opening ?!
bodil4o is offline   Reply With Quote
Old 10-23-2009, 08:52 PM THREAD STARTER               #3 (permalink)
New Member
Join Date: Jul 2009
Posts: 3
JavaScriptBank is an unknown quantity at this point
 



thank for noticing, but it's normal, please check again
JavaScriptBank is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


 
All times are GMT -7. The time now is 07:27 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger