Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
kalu singh rao
376
6.3k
100.5k
Change color of selected menu
Aug 7 2014 11:57 PM
I have a menu bar that create in html and css. When first load my wbsite then home is selected active and when user click on other tab then change color of selected tab item.
I have following code of html .
<div id="menu" >
<div class="home">
<a href="home.html">
Home
</a>
</div>
<div class="service">
<a href="service.html" target="_self">
Sales & Services
</a>
</div>
<div class="About">
<a href="about.html">
About Us
</a>
</div>
<div class="media">
<a href="media.html" target="_self">
Press
</a>
</div>
<div class="contact">
<a href="contact.php">
Contact Us
</a>
</div>
</div>
How can implement javascript code ?
Reply
Answers (
4
)
Does SharePoint manage documents or modules?
validate minmum and maximum salaries