Re: [WSG] Konqueror and Galeon issues

2005-09-22 Thread Alan Trick
I'm running Konqueror 3.4.1 w/ KDE 3.4.1 on Gentoo Linux and there
aren't any problems at all when I go to your website. Konqueror and
Firefox render it exacly the same. On top of that IIRC Galeon uses
gecko, which is the same thing Firefox, Mozilla, Epiphany, et al use so
they should render the same.

I don't know what is up w/ brosershots.org, but I don't think it's a
problem w/ your website. I think you can just safely ignore that.

Alan Trick



Webmaster wrote:
> Hi all,
> 
> The fix provided the other day to clear floats and make disappearing content
> re-appear worked well enough in most browsers.
> 
> However, having just performed a preview test at http://browsershots.org
> (incidentally, this site deserves an award for its service to the web-dev
> community), I'm horrified to discover that my third column is pulling back
> into the centre in these two broswers.
> 
> The question is: should I care? Is this due to quirks in those browsers? All
> others display just how I intended.
> 
> The screenshots can be viewed here:
> 
> http://browsershots.org/website/363651/
> 
> Do I simply need to apply my fix to ALL higher-level container divs?
> 
>   /* Improved hack for Peekaboo bug which causes content from #middle
> to disappear
>   if its height is less than that of #right. Include backjslash here
> for IE5-Mac \*/ 
>   @media screen {
>   * html #middle { height: 0; }
>   }
>   /* end fix */
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



RE: [WSG] Konqueror and Galeon issues

2005-09-22 Thread Webmaster
> ...my third column is pulling back into the centre in Konqueror and
Galeon.

For thos who are interested, this is a clearing problem which only seems to
occur in these browsers.

The good news is that the wonderful new .clearfix solution for clearing
floats does the trick very nicely.

For those still using clearing DIVs, HRs and BRs I urge you to look at
adopting this new solution. Far more elegant and it actually works as
expected.

The only disclaimer lies in the explicit order of your DIC elements.

Apologies if I'm going over old ground but this solution has entirely
changed the way I construct my sites.

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



RE: [WSG] Konqueror and Galeon issues

2005-09-21 Thread Webmaster
[edit edit] Doh!

[edit] I did, of course, mean "should I apply a .clearfix style to each
parent div and NOT the all-encompassing hack below. 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Webmaster
Sent: Thursday, 22 September 2005 12:52 PM
To: wsg@webstandardsgroup.org
Subject: [WSG] Konqueror and Galeon issues

Hi all,

The fix provided the other day to clear floats and make disappearing content
re-appear worked well enough in most browsers.

However, having just performed a preview test at http://browsershots.org
(incidentally, this site deserves an award for its service to the web-dev
community), I'm horrified to discover that my third column is pulling back
into the centre in these two broswers.

The question is: should I care? Is this due to quirks in those browsers? All
others display just how I intended.

The screenshots can be viewed here:

http://browsershots.org/website/363651/

Do I simply need to apply my fix to ALL higher-level container divs?

/* Improved hack for Peekaboo bug which causes content from #middle
to disappear
if its height is less than that of #right. Include backjslash here
for IE5-Mac \*/ 
@media screen {
* html #middle { height: 0; }
}
/* end fix */

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



[WSG] Konqueror and Galeon issues

2005-09-21 Thread Webmaster
Hi all,

The fix provided the other day to clear floats and make disappearing content
re-appear worked well enough in most browsers.

However, having just performed a preview test at http://browsershots.org
(incidentally, this site deserves an award for its service to the web-dev
community), I'm horrified to discover that my third column is pulling back
into the centre in these two broswers.

The question is: should I care? Is this due to quirks in those browsers? All
others display just how I intended.

The screenshots can be viewed here:

http://browsershots.org/website/363651/

Do I simply need to apply my fix to ALL higher-level container divs?

/* Improved hack for Peekaboo bug which causes content from #middle
to disappear
if its height is less than that of #right. Include backjslash here
for IE5-Mac \*/ 
@media screen {
* html #middle { height: 0; }
}
/* end fix */

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**