is there any way in javascript to add borderbottom on menu ul when i hover on li of that menu........ plz help me..
you can do it using css style easily, #menu ul li a:hover{text-decoration:underline;} OR #menu ul li a:hover{border-bottom:solid 1px #000;} Using javascript, onmouseover="this.style.textDecoration='#underline'" onmouseout="this.style.textDecoration='#none'" hope this is helpfull to you...
Thanks, Som way4solutions.com
thank you som for this code... but i have done by.. j(".item435").hover( function() { j(".menud_max").addClass("item435_hover"); }, function() { j(".menud_max").removeClass("item435_hover"); } ); then .item435_hover{border-bottom:10px solid #fff;}
There are currently 1 users browsing this thread. (0 members and 1 guests)
Forum Rules
Bookmarks