RE: [WSG] IE6 display issue

2009-10-10 Thread Stuart Foulstone
> To: wsg@webstandardsgroup.org > Subject: Re: [WSG] IE6 display issue > > Try onload() event handler, see: > > http://javascript.about.com/library/bltut31.htm > > > On Fri, October 9, 2009 > 6:55 am, Western Web Design wrote: >> Kepler Gelotte wrote: >&

Re: [Spam] :Re: [WSG] IE6 display issue

2009-10-09 Thread Western Web Design
Hi James It looks like a JS bug. There's two easy things you could try. 1. Just put overflow: hidden; on the #pics div. Brilliant! That's all it took! Thanks to all who replied with suggestions. Kind regards Lyn -- Lyn Smith www.westernwebdesign.com.au Affordable website design Perth W

[Spam] :Re: [WSG] IE6 display issue

2009-10-09 Thread James Ducker
Hi, Generated source: http://www.westernwebdesign.com.au/keynorthcontractors/images/logo.png',sizingMethod='crop'); BACKGROUND-IMAGE: none; POSITION: static; *HEIGHT: 816px*"> It looks like a JS bug. There's two easy things you could try. 1. Just put overflow: hidden; on the #pics div. 2. Add

RE: [WSG] IE6 display issue

2009-10-09 Thread Kepler Gelotte
> Have tried both to no avail. You sound like you are on the right track, though. Thanks! The only other thing I can think of to try is to add this to your css file: .rotating_images {top: 0px; left: 0px; z-index: 3; position: absolute; opacity: 0; display: none;} And then add that cla

RE: [WSG] IE6 display issue

2009-10-09 Thread Foskett, Mike
g Subject: Re: [WSG] IE6 display issue Try onload() event handler, see: http://javascript.about.com/library/bltut31.htm On Fri, October 9, 2009 6:55 am, Western Web Design wrote: > Kepler Gelotte wrote: >>> In IE6, although the image fades and replaces etc, the #header is >>

Re: [WSG] IE6 display issue

2009-10-09 Thread Stuart Foulstone
Try onload() event handler, see: http://javascript.about.com/library/bltut31.htm On Fri, October 9, 2009 6:55 am, Western Web Design wrote: > Kepler Gelotte wrote: >>> In IE6, although the image fades and replaces etc, the #header is >>> enlarged to accommodate all 4 images though three remain h

Re: [WSG] IE6 display issue

2009-10-09 Thread Western Web Design
. In order to be able to read the site, I have the font-size larger than you have allowed for. But, as I mentioned, the problem is not just that, but the fact that you have your credits where the third footerbox should be, so the box is pushed down. Yes, I see the problem now

Re: [WSG] IE6 display issue

2009-10-09 Thread Chris F.A. Johnson
On Fri, 9 Oct 2009, Western Web Design wrote: > Chris F.A. Johnson wrote: > > > > > > > > > > > http://www.westernwebdesign.com.au/keynorthcontractors/index.html > > > > > > > > > > > > >There is a problem with ungainly wordspacing in the justified > > > > > >

Re: [WSG] IE6 display issue

2009-10-08 Thread Western Web Design
Kepler Gelotte wrote: In IE6, although the image fades and replaces etc, the #header is enlarged to accommodate all 4 images though three remain hidden. Hi, I suspect that the javascript is executing before the page has fully loaded so the images are not able to be "stacked" by the javasc

Re: [WSG] IE6 display issue

2009-10-08 Thread Western Web Design
Chris F.A. Johnson wrote: http://www.westernwebdesign.com.au/keynorthcontractors/index.html There is a problem with ungainly wordspacing in the justified text and text that overflows its box: .

Re: [WSG] IE6 display issue

2009-10-08 Thread Western Web Design
Hi Chris OK - I think I get it now - something to do with font-size. I can see what you see if I don't specify a font-size on the #footer. But as I HAVE specified a font-size, I don't understand why you see what you see. Thanks. -- Lyn Smith www.westernwebdesign.com.au Affordable website d

Re: [WSG] IE6 display issue

2009-10-08 Thread Chris F.A. Johnson
On Fri, 9 Oct 2009, Western Web Design wrote: > Chris F.A. Johnson wrote: > > On Fri, 9 Oct 2009, Western Web Design wrote: > > > > > > > > > http://www.westernwebdesign.com.au/keynorthcontractors/index.html > > > > > > > > >There is a problem with ungainly wordspacing in the

Re: [WSG] IE6 display issue

2009-10-08 Thread Western Web Design
Chris F.A. Johnson wrote: On Fri, 9 Oct 2009, Western Web Design wrote: http://www.westernwebdesign.com.au/keynorthcontractors/index.html There is a problem with ungainly wordspacing in the justified text and text that overflows its box:

RE: [WSG] IE6 display issue

2009-10-08 Thread Kepler Gelotte
> In IE6, although the image fades and replaces etc, the #header is > enlarged to accommodate all 4 images though three remain hidden. Hi, I suspect that the javascript is executing before the page has fully loaded so the images are not able to be "stacked" by the javascript function. To make su

Re: [WSG] IE6 display issue

2009-10-08 Thread Chris F.A. Johnson
On Fri, 9 Oct 2009, Western Web Design wrote: > > > http://www.westernwebdesign.com.au/keynorthcontractors/index.html > > > > > > >There is a problem with ungainly wordspacing in the justified text > >and text that overflows its box: > >

Re: [WSG] IE6 display issue

2009-10-08 Thread Western Web Design
HiChris http://www.westernwebdesign.com.au/keynorthcontractors/index.html There is a problem with ungainly wordspacing in the justified text and text that overflows its box: . I am not seeing that at all - where are you seei

Re: [WSG] IE6 display issue

2009-10-08 Thread Chris F.A. Johnson
On Fri, 9 Oct 2009, Western Web Design wrote: > http://www.westernwebdesign.com.au/keynorthcontractors/index.html There is a problem with ungainly wordspacing in the justified text and text that overflows its box: . -- Chris F.A. Johns