Re: [WSG] Problem in Firefox on initial page load only

2005-07-27 Thread Jorge Laranjo
Em 27/jul/2005, às 06:46, Philippe Wittenbergh escreveu: I can't see the problem (latest nightly build, OS X). I suspect some insufficient clearing however, something the 1.0x builds suffer from, at times. At the bottom of the page, you have a p class=clear/p make that p class=clearnbps;/p

Re: [WSG] Problem in Firefox on initial page load only

2005-07-27 Thread Hope Stewart
On 27/7/05 8:00 PM, Jorge Laranjo [EMAIL PROTECTED] wrote: At the bottom of the page, you have a p class=clear/p make that p class=clearnbps;/p p class=clearnbsp;/p Note, nbsp; and not nbPS; When I've needed to clear a floated, I've used: div class=clear/div which seems to work, though

Re: [WSG] Problem in Firefox on initial page load only

2005-07-27 Thread matt andrews
On 27/07/05, Hope Stewart [EMAIL PROTECTED] wrote: On 27/7/05 8:00 PM, Jorge Laranjo [EMAIL PROTECTED] wrote: At the bottom of the page, you have a p class=clear/p make that p class=clearnbps;/p p class=clearnbsp;/p Note, nbsp; and not nbPS; When I've needed to clear a floated,

RE: [WSG] Problem in Firefox on initial page load only

2005-07-27 Thread Gledhill, Scott
A nicer approach, IMHO, is not to use markup for clearing at all: http://www.positioniseverything.net/easyclearing.html ** although not 100% solid I have found. I laid out a site once (news site) with the traditional 'more' links after a

Re: [WSG] Problem in Firefox on initial page load only

2005-07-26 Thread Jorge Laranjo
Hello Antony! The site http://www.trisalford.info/ works well with Safari in Mac OS X (version 312) Has the same problem usign Firefox for Mac OS X (lastest Night Build) I think you should see this http://jigsaw.w3.org/css-validator/validator?uri=http:// www.trisalford.info/ You should

RE: [WSG] Problem in Firefox on initial page load only

2005-07-26 Thread AntonyG
This is a multi-part message in MIME format.My apologies, the url for the actual site is http://www.trisalford.info Antony -Original Message- From: [EMAIL PROTECTED] on behalf of AntonyG Sent: Tue 26/07/2005 18:49 To: wsg@webstandardsgroup.org Cc: Subject: [WSG] Problem in Firefox

RE: [WSG] Problem in Firefox on initial page load only

2005-07-26 Thread Drake, Ted C.
I did a quick look at it and it seems to be a float issue. I floated the contentcontainer and it stretched to contain all of the elements. I wish I had more time to do a better analysis. I would suggest looking at your floats and seeing if you can clear them better. Ted -Original

Re: [WSG] Problem in Firefox on initial page load only

2005-07-26 Thread Randall Potter
As an aside, I get the same behavior with Firefox/Linux. AntonyG wrote: My apologies, the url for the actual site is http://www.trisalford.info Antony -Original Message- From: [EMAIL PROTECTED] on behalf of AntonyG Sent: Tue 26/07/2005 18:49 To: wsg@webstandardsgroup.org Cc:

Re: [WSG] Problem in Firefox on initial page load only

2005-07-26 Thread Philippe Wittenbergh
On 27 Jul 2005, at 3:09 am, AntonyG wrote: My apologies, the url for the actual site is http://www.trisalford.info I can't see the problem (latest nightly build, OS X). I suspect some insufficient clearing however, something the 1.0x builds suffer from, at times. At the bottom of the