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", 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.
regards
Georg
--
http://www.gunlaug.no
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************