Bernd: ul Li untereinander und nebeneinander

Beitrag lesen

Ichh abe ein LISTEN Problem. Ich würde meie LISTE gerne so darstellen

titel1  titel1a  titel1b  titel1c
titel2  titel2a  titel2b  titel2c
titel3  titel3a  titel3b  title3c

aber ich bekomme es nicht hin. ich habe es auch online gepostet unter:

http://www.cssdesk.com/eRa2d

es wäre toll wenn mir jemand weiter helfen könnte!

<ul>

<li>

  titel1

	<ul>

	<li>titel 1a</li>

	<li>titel 1b</li>

	<li>titel 1c</li>

	</ul>

</li>

<li>

	titel2

	<ul>

	<li>titel 2a</li>

	<li>titel 2b</li>

	<li>titel 2c</li>

	</ul>

</li>

<li>

	titel3

	<ul>

	<li>titel 3a</li>

	<li>titel 3b</li>

	<li>titel 2c</li>

	</ul>

</li>

</ul>

ul li{background:#ff0000;width:25%;float:left;}
li{background:#ff0000;width:25%;float:left;}