css - Zurb Foundation vertical navbar? -
hello guys started using zurb foundation , need vertical navbar top bar vertically. playing around here wit css no luck. searched on google couldn't find such thing. easy convert top-bar vertical navbar?
try pen
.top-bar{ height:100%; width:150px; } ul.right > li{ display:block; float:none; border-bottom:1px solid #444; } ul.right > li:last-child{ border-bottom:none; } .has-dropdown ul.dropdown{ position:absolute !important; left:100% !important; top:0px; border-left:1px solid #444; }
update:added right chevron pen.
Comments
Post a Comment