Michelle

If all you want is a normal displaying list and merely changing the padding and list-style. You can safely remove the display:block.

Also I saw in your stylesheet that you have:
#soclist
{
display: block;
list-style: square;
padding-left: 0;
margin-left: 0;
width: 400px;
padding: .7em;
}

Here you have to take care as line 6 overrides the padding-left:0 you set in line 3. If you indeed do want left padding to be zero then you should move line 3 to below line 6.

HTH

Michelle Tarby wrote:

I'm having a problem with the way my list looks in IE:

<ul id="soclist">
   <LI>Human Services</LI>
   <LI>Research and Theory</LI>
   <LI>Criminology and Criminal Justice</LI>
   <LI>Education</LI>
</UL>


Seems like it is displaying inline in IE 6. Here's the snip from my stylesheet:

Or the whole page can be viewed at http://www.lemoyne.edu/sociology_anthropology/test1.htm and the css at http://www.lemoyne.edu/css/soc.css

--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers
emotionalize.conceptualize.visualize.realize
Landlines
Tel: +27125468436
Fax: +27125468436
Web
email:[EMAIL PROTECTED]
Global: www.volume4.com
Messenger
Yahoo!: v_olume4
AOL: v0lume4
MSN: [EMAIL PROTECTED]

We support OpenSource
Get Firefox!- The browser reloaded - http://www.mozilla.org/products/firefox/

This message contains information that is considered to be sensitive or 
confidential and may not be forwarded or disclosed to any other party without 
the permission of the sender. If you received this message in error, please 
notify me immediately so that I can correct and delete the original email. 
Thank you.


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to