Custom drop down CSS Submenu bar -


so far, have made regular menu bar, not sure how make custom css submenu bar 1 shown. have pointers?

picture:

enter image description here

how make little arrow pointing layouts button?

the little triangle combination of 3 things:

  • the :before or :after pseudo selectors
  • relative positioning
  • css triangles

so style :before of menu triangle using rules , set it's position appropriately. might need content: ' '; height: 0; width: 0; overflow: hidden; on pseudo selector make work.


Comments

Popular posts from this blog

php - Hide output during test execution -

javascript - Migrate custom AngularJS filter from 1.2.28 to 1.4.x -

Update Magento products with multiple images -