I just recently started teaching myself web design (been doing mostly print design for the last 8 years) and trying to utilize CSS. On the site I'm working on I need to create a menu where each category has 2 lines of copy (see attached) and for some reason I can't get it to work inline. I've been trying different list options ul and dl but no luck so far. I don't need a drop down menu or anything, the second line of text will always show, only the top portion will rollover white on hover (which the rollover isn't the problem just getting it to format correctly). I'm getting crazy frustrated, I'm such a noob
Thanks

Hi, just put each in a ul/li
Hi, just put each in a ul/li setup (so two ul) and give the li display inline
I thought of that but how
I thought of that but how will I be able to make sure that each of the 4 bottom lines line up with the left edge of each of the top 4 items?
Thanks
or do you mean put another
or do you mean put another list within the first list items, like
ul
li Home
ul
li About us /li
/ul
/li
/ul
You can check
You can check out
http://users.tpg.com.au/j_birch/plugins/superfish/#sample4

