[thelist] CSS list style question

Maximillian Schwanekamp anaxamaxan at neptunewebworks.com
Sat Jun 26 03:11:52 CDT 2004


------------------------
something like this?

<style type="text/css">
div#nav ul {
	display: block;
	list-style: none;
	width: 200px;
	padding: 0;
	margin: 0;
}

div#nav ul li {
	width: 100px;
	float: left;
	background-color: #eee;
}
</style>
------------------------

Yes, exactly Joe.  Thanks!

Maximillian Schwanekamp
Dynamic Websites for Microbusiness
www.NeptuneWebworks.com
v: +1 541-302-1438
f: +1 208-730-6504




More information about the thelist mailing list