Posted by BootNic on 01/30/07 16:26
> Marc <mbradshaw@beasolutions.com> wrote:
> news: 1170167376.87782.1@iris.uk.clara.net
> 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?
From what I recall of the styles in use it should function
regardless of where you insert it.
It may be added at the bottom, the other rules will
override it.
--
BootNic Tuesday, January 30, 2007 11:26 AM
Behind every successful woman...is a substantial amount of coffee.
*Stephanie Piro*
[Back to original message]
|