Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS text out of div? Re: text out of div?

#65390
richtestani
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