Using a 3 col layout the left nav on my template is an unordered list. What I find a constant problem is the default margins which IE and Mozilla use. In IE if I set margin to 0 then the bullet points are off left but in Mozilla they're still viewable.
What properties and values should I use for consistency?
The same concept applies to other elements e.g. the body. Some browsers apply default padding and some apply default margin. Neither is incorrect but just different.
Which is why I always say about a 100 times a week always set the padding amd margins for an element explicitly in order to avoid conflicts
Bookmarks