Posted by Marc on 01/30/07 14:29
BootNic wrote:
> Different browsers may have different default margins and padding on
> elements. Perhaps even different versions of the same browser.
>
> Adding the following may resolve the issue for this example.
> ul,li {
> margin: 0;
> padding: 0;
> }
But should this be added before or after the main CSS rules?
Marc
[Back to original message]
|