Re: [WSG] Lists CSS
On Fri, 28 Dec 2007, Jixor - Stephen I wrote: > I thought there was a browser that used margin on lists also? IIRC, IE uses margins and Firefox uses padding. -- Regards, | Lions District 201 Q3 Rob Unsworth | IT & Internet Chairman Ipswich, Australia| http://www.lionsq3.asn.au - *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
Re: [WSG] Lists CSS
I thought there was a browser that used margin on lists also? Justas Butkus wrote: padding-left Dean Matthews rašė: What is the method for controlling the amount of "indent" (specifically, reducing it) in a list? Thanks, Dean *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *** *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
Re: [WSG] Lists CSS
Dean Matthews wrote: > What is the method for controlling the amount of "indent" (specifically, > reducing it) in a list? > Dean, most likely margins and padding are all you need to take care of one method is to remove all margins and padding from all lists like: ol, ul, li { margin: 0; padding: 0; } then add back in the required amounts -- Chris Knowles *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
Re: [WSG] Lists CSS
padding-left Dean Matthews rašė: What is the method for controlling the amount of "indent" (specifically, reducing it) in a list? Thanks, Dean *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
[WSG] Lists CSS
What is the method for controlling the amount of "indent" (specifically, reducing it) in a list? Thanks, Dean *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
[WSG] Lists CSS
What is the method for controlling the amount of "indent" (specifically, reducing it) in a list? Thanks, Dean *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***