C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Resources » Code Snippets » Javascript »

Menu Generation in Java Script and CSS


Posted Date: 12 Oct 2009    Resource Type: Code Snippets    Category: Javascript
Author: santoshMember Level: Silver    
Rating: 1 out of 5Points: 5




<html xmlns="http://www.w3.org/1999/xhtml" >

<head runat="server">

<title>JS Menu Jeneration</title>



<style type="text/css">



#coolmenu{

border: 3px solid black;

width: 170px;

background-color: magenta;

}



#coolmenu a{

font: bold 13px Verdana;

padding: 2px;

padding-left: 4px;

display: block;

width: 100%;

color: white;

text-decoration: none;

border-bottom: 1px solid black;

}



html>body #coolmenu a{ /*Non IE lule*/

width: auto;

}



#coolmenu a:hover{background-color:cyan;

color: black

}



</style>

</head>

<body>



<div id="coolmenu">

<a href="http://dotnetspider.com">Post Resources</a>

<a href="http://santoshdotnetarena.blogspot.com">Code Snippets</a>

<a href=”http://www.santoshonlinehelp.blogspot.com>Online Help</a>

<a href="http://www.microsoft.com">.Net Software</a>

<a href="http://www.asp.netm">ASP.Net CODE</a>

</div>

</body>

</html>


For more details, visit http://santoshdotnetarena.blogspot.com/



Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Sign In to add tags.
Java script and CSS Menu Creation  .  Java script  .  

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: Enter Characters Only
Previous Resource: Disable Cut,Copy,Paste,Right Click in Web page
Return to Discussion Resource Index
Post New Resource
Category: Javascript


Post resources and earn money!
 
More Resources



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use