RE: [WSG] different spacing across browser p in li

2006-10-17 Thread Kepler Gelotte
The list item in ol id=lth are floated to the left, do I not need to clear them? PS: I've removed it and it doesn't make a difference. Hello Taco, I see the width of your page is 680px; Each list item is given a width of 170px; (from lth.css:) #lth LI { PADDING-RIGHT: 0px;

[WSG] different spacing across browser p in li

2006-10-16 Thread Taco Fleur
I was wondering if someone knew why there is a larger spacing above the form in Internet Explorer? http://www.clickfind.com.au/advertiser/register.cfm in Firefox it looks ok, the ol id=lth is right above the form Also wondering if someone could answer the question someone else asked on this list

Re: [WSG] different spacing across browser p in li

2006-10-16 Thread John Faulds
Seems to be the inline clear:left on your form which is causing the trouble in IE. As for using other block level elements within a list item, I don't see the need for them unless your list items contains more than one line of content. If you want to differentiate between two paragraphs or

RE: [WSG] different spacing across browser p in li

2006-10-16 Thread Taco Fleur
@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of John Faulds Sent: Monday, 16 October 2006 9:21 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] different spacing across browser p in li Seems to be the inline clear:left on your form which is causing the trouble in IE. As for using

Re: [WSG] different spacing across browser p in li

2006-10-16 Thread John Faulds
dollars a year, .com.au for fifty dollars two years! -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of John Faulds Sent: Monday, 16 October 2006 9:21 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] different spacing across browser p

Re: [WSG] different spacing across browser p in li

2006-10-16 Thread Gunlaug Sørtun
Taco Fleur wrote: Thanks, any suggestions on how to solve that? I can't remove the clear:left You can hack in a... form {margin-top: -15px} ...(or another value) for IE/win only - using your favorite hack. Georg -- http://www.gunlaug.no