Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize the effect of underline sliding out of mouse hover navigation by jquery

2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces "jquery how to achieve mouse hover navigation underline slipping effect". In daily operation, I believe many people have doubts about how to achieve mouse hover navigation underline slipping effect in jquery. Xiaobian consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful for everyone to answer "how jquery can achieve mouse hover navigation underline slipping effect". Next, please follow the editor to study!

The specific code is as follows

Jquery mouse-over navigation underline slips out effect * {margin:0; padding:0; list-style:none;} img {border:0;} .header {width:100%; background:#F5F5F5;} .nav {width:1000px; margin:0 auto; overflow:hidden;}. Nav ul li {height:40px; line-height:40px; float:left; padding:10px 5px; margin:0px 5px positional color:#666; font-family:'Microsoft Yahei'; font-size:14px;} .nav ul li a {color:#666; font-family:'Microsoft Yahei'; font-size:14px Text-decoration:none;}. Nav ul li a:hover {color:#000; text-decoration:none;}. Nav ul li span {display:block; position:absolute; width:0px; height:0px; background:#1FAEFF; top:58px; left:50% } Home menu navigation time, date focus map, tab tag, jquery special effects album code, special effects station $(function () {$('. Nav li') .hover (function () {$('span',this). Stop (). Css (' height','2px'); $('span',this). Animate ({left:'0',width:'100%',right:'0'}, 200) }, function () {$('span',this). Stop (). Animate ({left:'50%',width:'0'}, 200);}). At this point, the study on "how jquery can achieve the effect of mouse-over navigation underlining" is over. I hope to solve everyone's doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report