[css-d] Gap in IE8

2010-03-08 Thread N Duckworth
Hi,

In IE8 I'm getting a gap somewhere between an image (a JS slide show in 
#slider) and the containing div #pma:

http://onenetwork.com

The extra blue space above the main image should not be there, and the 
bottom of the image is getting clipped. This is only happening in IE8. 
I'd appreciate any ideas!

Thanks,

Nigel


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Gap in IE8

2010-03-08 Thread Ingo Chao
2010/3/8 N Duckworth nduckwo...@gmail.com:
 Hi,

 In IE8 I'm getting a gap somewhere between an image (a JS slide show in
 #slider) and the containing div #pma:

 http://onenetwork.com

 The extra blue space above the main image should not be there, and the
 bottom of the image is getting clipped. This is only happening in IE8.

...

The IMG is already display:block, and so the containing A should
probably get display:block, too.

Ingo
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/