首页 > 网页制作 > CSS

打造最美CSS多级下拉横向导航菜单代码

本文实例为大家分享了纯CSS实现多级下拉横向导航菜单代码,供大家参考,具体内容如下

先看看效果图:

实现代码:

CSS代码:

CSS Code复制内容到剪贴板
  1. "text/css">   
  2. /* for this demo only */  
  3. #backgroundHolder { width:750pxheight:500pxpadding-top:10pxmargin:0 auto; }   
  4. /* ---------------------------------------------------------------------------- */  
  5. /* default styling */  
  6. .nav, .nav ul { list-style-type:nonemargin:0; padding:0; }   
  7. .nav a { text-decoration:none; }   
  8. .nav { font-familyarialsans-seriffont-size:12pxwidth:650pxmargin:0 auto; }   
  9. /* style the links */  
  10. .nav a { background:url(ulmulti3/box.gif) no-repeat rightright center; }   
  11. .nav a.top { background:url(ulmulti3/box.gif) no-repeat rightright top; }   
  12. .nav a.top2 { background:url(ulmulti3/box2.gif) no-repeat rightright top; }   
  13. .nav a.bottombottom { background:url(ulmulti3/box.gif) no-repeat rightright bottombottom; }   
  14. .rightright ul ul a { background:url(ulmulti3/box3.gif) no-repeat rightright center; }   
  15. .rightright ul ul a.top2 { background:url(ulmulti3/box3.gif) no-repeat rightright top; }   
  16. .rightright ul ul a.bottombottom { background:url(ulmulti3/box3.gif) no-repeat rightright bottombottom; }   
  17. /* style the  element so that is does not affect the size of the link */  
  18. .nav a b { color:#ffffont-weight:normaldisplay:blockpadding:5px 10px 5px 15px; }   
  19. .nav .fly .main b { backgroundtransparent url(ulmulti3/arrow.gif) no-repeat 117px 9px; }   
  20. .nav .down b { backgroundtransparent url(ulmulti3/arrow2.gif) no-repeat 115px 11px; }   
  21. .nav .rightright ul b { text-align:rightright; }   
  22. .nav .rightright ul ul b { padding5px 15px 5px 10px; }   
  23. .nav .rightright ul .main b { backgroundtransparent url(ulmulti3/arrow3.gif) no-repeat 15px 9pxtext-align:rightright; }   
  24. .nav .rightright ul ul .main b { backgroundtransparent url(ulmulti3/arrow3.gif) no-repeat 5px 9pxtext-align:rightright; }   
  25. /* HEIGHT */  
  26. .nav ul ul { top:-24px; } /* position the top of the flyout first sub menus */  
  27. .nav ul ul ul { top:-25px; } /* position the top of the flyout second and third sub menus */  
  28. .nav ul.two { top:-40px; } /* position the top of the flyout sub menus with previous text on two lines */  
  29. /* WIDTH change this WITH CARE to suit your requirements */  
  30.     
  31. /*set the link width here*/  
  32. .nav .drop, .nav a { width:130px; }   
  33. .nav ul li { max-width:130px; } /* fix for IE8 */  
  34. /* set the left flyout position here */  
  35. .nav ul ul { left:130px; }   
  36. /* set the right flyout position here */  
  37. .nav li.rightright ul ul { left:autorightright:120px; }   
  38. .nav li.rightright ul ul ul { left:autorightright:130px; }   
  39. /* make this WIDTH - 1px */ /* or WIDTH - 0.063em if using em sizing */  
  40. .nav a { margin-right:-129px; }   
  41. /* ---------------------------------------------------------------------------- */  
  42.     
  43. /* DO NOT CHANGE ANYTHING BELOW */  
  44. .nav li { float:left; } /* fixes IE bugs, and allows for clearing */  
  45. .nav ul { float:leftposition:relativez-index:20; } /* necessary for float drop and to stack the 
      s */  
    • .nav ul li { clear:left; } /* must clear the floated list item inside sublist */  
    • .nav a { position:relativedisplay:block; } /* needs to have a position, to be above the rest */  
    • .nav a.main { float:left/* necessary for float drop */ margin-top:10000px; } /* bring the top level links back into view */  
    • .nav .drop, .nav .fly { margin-top:-10000px; } /* hide the sub links and their containers, opera has low upper limits */  
    • .nav ul { margin-bottom:-5000px; } /* avoid any interaction between the subs, can be any large size */  
    • /* The bit that does ALL the work to bring the sub menus into view */  
    •     
    • .nav a:hover, .nav a:focus, .nav a:active { margin-right:0; z-index:10; outline:0; }   
    • .nav a:hover b, .nav a:focus b, .nav a:active b { color:#000cursor:pointer; } /* this is for keyboard tabbing color change */  
    • /* OPERA fix */  
    • .nav ul:hover, .nav ul ul:hover { clear:left; } /* to stop intermittent sub link :hover problems */  
    •     
    • /* ---------------------------------------------------------------------------- */  
    •   

潘少俊衡

| 桂ICP备2023010378号-4

Powered By EmpireCMS

爱享小站

中德益农

谷姐神农

环亚肥料

使用手机软件扫描微信二维码

关注我们可获取更多热点资讯

感谢潘少俊衡友情技术支持