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:

#soclist
{
display: block;
list-style: square;
padding-left: 0;
margin-left: 0;
width: 400px;
padding: .7em;
}

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 

Thanks in advance for any help.

Michelle

************************************************
Michelle Tarby
Director of Web Development
Office of Information Technology
Le Moyne College

[EMAIL PROTECTED]
http://www.lemoyne.edu


______________________________________________________________________
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