Hi Nick,

I noticed that your page refers to two stylesheets.  In "style.css" you 
have defined the the list item (li) selector as:

li {
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

I didn't get a chance to try it out, but I'm pretty sure that the 
list-style-position attribute is what's causing the problem in IE.  Try 
removing that and test it out.  Since you have defined this attribute 
for the standard li selector, it cascades down to your "#catnav li".  
Again, I'm not familiar with your design, but if you need this inside 
list-style position for other list items in your site, you could also 
add the following attribute to your #catnav li selector with the same 
results:

list-style-position: outside;

Enjoy.
- Nick



[EMAIL PROTECTED] wrote:

>Hi,
>
>I can't seem to get rid of some left-side padding in my <li>s in ie/win. 
>The files are here:
>
>www.michellenewyork.com/index.php
>www.michellenewyork.com/skins/MichelleNY/styleSheets/layout.css
>
>I've color-coded the different pieces, to try and debug, and it looks like
>it's definitely padding in the li.
>
>Can anyone offer any suggestions?
>
>Thanks for the help,
>
>Nick Grossman
>
>______________________________________________________________________
>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/
>  
>
______________________________________________________________________
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