TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Pinku
1.4k
292
44.3k
onhover how to create a boreder bottom
Jul 26 2019 1:41 AM
$('.list-style-header-nav >li > a').hover(function () {
$(this).css("background-color", "red");
}, function () {
$(this).css("background-color", "white");
});
here on hover i want to create a border bottom and want to specify a color.how can i do it?
i tried
border-bottom-color:"solid 2px red";
this things not working.
Reply
Answers (
1
)
In Jquery How to remove the text from DOM element
Session in web api.