RE: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-17 Thread Taco Fleur
I just wanted to say that this suggestion indeed fixed the problem. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philippe Wittenbergh Sent: Friday, 15 June 2007 1:06 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Difference between IE and

Re: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Philippe Wittenbergh
On Jun 15, 2007, at 1:30 PM, Taco Fleur wrote: What do you mean by 'hasLayout', I don't use that as a class or id name and I have no idea what else it could be? Probably the only person who doesn't get it, sorry... Read the link in footnote [1] in my first message. It is only 45 printed p

RE: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Taco Fleur
] Difference between IE and Firefox - can't figure it out... > From: [EMAIL PROTECTED] > I'm not sure what > "giving the parent 'layout' _might_ solve the issue." > means though? Philippe posted a link that explains this: http://www.satzansatz.de/cssd/onhavi

RE: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Taco Fleur
[EMAIL PROTECTED] On Behalf Of Philippe Wittenbergh Sent: Friday, 15 June 2007 1:59 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Difference between IE and Firefox - can't figure it out... On Jun 15, 2007, at 12:26 PM, Taco Fleur wrote: > I'm not sure what > "giving the

RE: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Taco Fleur
] [mailto:[EMAIL PROTECTED] On Behalf Of Karl Lurman Sent: Friday, 15 June 2007 1:57 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Difference between IE and Firefox - can't figure it out... heh, funny, I see it as having absolute positioning within firebug when I inspect one of the numbe

RE: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Thierry Koblentz
> From: [EMAIL PROTECTED] > I'm not sure what > "giving the parent 'layout' _might_ solve the issue." > means though? Philippe posted a link that explains this: http://www.satzansatz.de/cssd/onhavinglayout.html But I believe it is the DIV that needs to have layout, try this: div {zoom:1} ---

Re: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Philippe Wittenbergh
On Jun 15, 2007, at 12:26 PM, Taco Fleur wrote: I'm not sure what "giving the parent 'layout' _might_ solve the issue." means though? Maybe this translation works better: "Triggering 'hasLayout' on the parent _might_ solve the issue" Philippe --- Philippe Wittenbergh

Re: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Karl Lurman
heh, funny, I see it as having absolute positioning within firebug when I inspect one of the numbers in the very right column: #result-tree .c-4 {reports-hierarchi... (line 102) right:0px; } #result-tree .c-2, #result-tree .c-3, #result-tree .c-4 {reports-hierarchi... (line 81) position:absolute;

RE: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Taco Fleur
oup.org Subject: Re: [WSG] Difference between IE and Firefox - can't figure it out... On Jun 15, 2007, at 10:12 AM, Taco Fleur wrote: > I'm hoping someone can see the obvious on the following page and tell > me where I've gone wrong; > > http://vasco.brucehighway.

Re: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Philippe Wittenbergh
On Jun 15, 2007, at 10:12 AM, Taco Fleur wrote: I'm hoping someone can see the obvious on the following page and tell me where I've gone wrong; http://vasco.brucehighway.com/reports-hierarchical-display.htm in Firefox it displays the totals on the right-hand side exactly where I expect it

RE: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Taco Fleur
Subject: Re: [WSG] Difference between IE and Firefox - can't figure it out... Not sure why this sort of tabular information isn't in a table? Tables are not all evil... I suppose you are going to have "expanding/contracting" with the plus button/icon. Besides that though,

Re: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Karl Lurman
Not sure why this sort of tabular information isn't in a table? Tables are not all evil... I suppose you are going to have "expanding/contracting" with the plus button/icon. Besides that though, you should look into the absolute positioning of some of the elements you are putting on the page. Yo