I'm trying to learn how to take a PSD file and turn it into a webpage. This particular one has a challenging menu (at least for me). First, how do I deal with the subtext under the menu link? And second, how do I deal with the non-standard spacing between the menu items? Link attached. Your text to link here...
Hi,
I'm trying to learn how to take a PSD file and turn it into a webpage. This particular one has a challenging menu (at least for me). First, how do I deal with the subtext under the menu link? And second, how do I deal with the non-standard spacing between the menu items? Link attached. Your text to link here...
Thanks for your help, K
how about using ul li tags and a little bit of css
As long as you float the lis, the spacing would take care of itself. See rough example below
http://codepen.io/Krish1980/pen/kIEpu
i dont understand...spacing? where?? one alternative of float is using inline-block