Business Catalyst Dinamic Menu


/ Published in: HTML
Save to your folder(s)

Replace the xxxx_ with menu id


Copy this code and paste it in your HTML
  1. {module_menu,xxxxxx}
  2.  
  3. #nav_xxxxx li{
  4. margin-bottom:5px;
  5. padding-left:15px;
  6. background-image:url(/images/css/greenArrow_s1.png);
  7. background-position:center left;
  8. background-repeat:no-repeat;
  9. }
  10.  
  11. #nav_xxxxx li a{
  12. line-height:110%;
  13. color:#333333;
  14. font-family:'Yanone Kaffeesatz',Arial;
  15. font-size:110%;
  16. font-weight:400;
  17. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.