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:
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
Post a Comment