CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
Vertical center of vertical menu items
iorch22
Permalink to comment
#
July 2012
Hi,
I have a vertical menu and I need to center the child items on the parent node, let's say it's a normal menu:
menu1
menu2 > submenu1
menu3
submenu2
submenu3
and I need to have it like this;
menu1
submenu1
menu2 > submenu2
menu3
submenu3
Can someone help me ???? =(
ChrisxClash
Permalink to comment
#
July 2012
Would you possibly be able to make a test case on
http://codepen.io/
so we can see what exactly is going on?
Add a Comment
I have a vertical menu and I need to center the child items on the parent node, let's say it's a normal menu:
menu1
menu2 > submenu1
menu3 submenu2
submenu3
and I need to have it like this;
menu1 submenu1
menu2 > submenu2
menu3 submenu3
Can someone help me ???? =(