Twitter Bootstrap sideways caret

前端 未结 9 580
执念已碎
执念已碎 2021-01-31 03:09

I\'m using Twitter Bootstrap and some custom css (found here) to have dropdown menus open up on mouseover.

I am using the \"caret\" on a on the root menu items to show

9条回答
  •  梦谈多话
    2021-01-31 03:29

    you can use simple code:

    HTML

    
    

    CSS:

    .caret{
    border-color:#ffffff transparent transparent transparent;
    border-width:4px;
    border-style:solid;
    content: ""
    display:inline-block;
    }
    

提交回复
热议问题