Home › Forums › CSS › text out of div? › Re: text out of div?
January 18, 2011 at 4:11 pm
#65390
Member
Set the width of your box to accomodate 2 words (or whatever they are).
A better way is to use 2 UL and float them inside a wrapping div or UL.
I assume this is a navigation menu you are building since your id is named menu
div.wrap -
ul.list1 -
li item 1
li item 2
ul.list2
li item 1
li item 2