[WSG] IE6 issue with a ul

2007-12-14 Thread Lyn Patterson
Am having trouble with a photo gallery that is not displaying as it should in IE6. http://www.westernwebdesign.com.au/bluelightning/gallery.html It is fine in Fx, IE7 and Opera. In IE6, ul#img li is not displaying. This is the bit that supplies the background and room for a large caption.

Re: [WSG] IE6 issue with a ul

2007-12-14 Thread Gunlaug Sørtun
Lyn Patterson wrote: http://www.westernwebdesign.com.au/bluelightning/gallery.html It is fine in Fx, IE7 and Opera. In IE6, ul#img li is not displaying. This is the bit that supplies the background and room for a large caption. Can anyone tell me why this is so? IE6 has "stacking bugs", wh

Re: [WSG] IE6 issue with a ul

2007-12-14 Thread Lyn Patterson
IE6 has "stacking bugs", which in your case results in a hidden ul. Adding... ul#img {position: relative;} ...will lift that container up in front - making it visible, without any negative effects across browser-land AFAICS. Thanks Georg - "stacking bugs" ? something for me to research. Th

Re: [WSG] IE6 issue with a ul

2007-12-14 Thread Al Sparber
From: "Lyn Patterson" <[EMAIL PROTECTED]> To: Sent: Friday, December 14, 2007 8:42 PM Subject: [WSG] IE6 issue with a ul Am having trouble with a photo gallery that is not displaying as it should in IE6. http://www.westernwebdesign.com.au/bluelightning/gallery.html It is fin

Re: [WSG] IE6 issue with a ul

2007-12-15 Thread Gunlaug Sørtun
Lyn Patterson wrote: "stacking bugs" ? something for me to research. You'll find few references to that bug under that "name". It's rather a description of how the bug works - individual layers of an element get wrongly stacked relative to individual layers of other elements _visually_ in the

Re: [WSG] IE6 issue with a ul

2007-12-15 Thread Lyn Patterson
Thanks Georg for the excellent explanation.- I'll remember that if/when the same problem comes up again. Kind regards Lyn "stacking bugs" ? something for me to research. You'll find few references to that bug under that "name". It's rather a description of how the bug works - individual