On 8/8/06, Rachel May <[EMAIL PROTECTED]> wrote:
What happens when you remove the margin-left rule? Does the bullet come up
correctly?
I have found that IE can be particular when it comes to margins and paddings
on lists. Try playing around with using padding instead of margin, or your
margins on the UL instead of the LI, etc. etc.
Global Whitespace reset is your friend.
*{
margin:0;
padding:0;
list-style:none;
}
http://developer.yahoo.com/yui/reset/
http://leftjustified.net/journal/2004/10/19/global-ws-reset/
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************