[thelist] CSS margin/padding

Fortune Elkins fortune_elkins at summithq.com
Thu Mar 20 14:36:31 CST 2003


hiya!


>I tried that - but had no luck. 

well, it doesn't always work in everything -- definitely not n4.x. what
about something like:

<ul class="menu">
   <li>home</li>
   <li>stuff</li>
  <li>more stuff</li>
</ul>

css:

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0em;
	}

you might also try playing with the inline/block stuff, and maybe you can't
use a class for the menu, but just define the <ul> and <li> tags for the
menu -- then use classes on all your normal <ul>s to make them look normal
again?

thinking aloud,

f

----------------------------------------------------------------------------
--------------------
The views and opinions expressed in this email message are the sender's
own, and do not necessarily represent the views and opinions of Summit
Systems Inc.



More information about the thelist mailing list