[css-d] Old IE6 Problem again

2009-04-21 Thread Nic Pulford
Hi,

 

Working on a site and just got to test out in IE 6 and run into a problem
that looks like the empty div problem but I cannot spot one.

 

Here is the page http://www.leadersmith.org.uk/tnbda/about.htm the thing
that does wrong is the Case Studies list in the bottom of the left column.
When I use full screen it had no problem, but in a smaller window where the
whole page does not fit the case study does not show until you scroll to the
bottom right and then hover over the Case Study area.

 

Any help appreciated.

 

Nic

 

 

__
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] Old IE6 Problem again

2009-04-21 Thread Gunlaug Sørtun
Nic Pulford wrote:

 Here is the page http://www.leadersmith.org.uk/tnbda/about.htm the 
 thing that does wrong is the Case Studies list in the bottom of the 
 left column.

IE6' broken 'overflow' handling.

Add...

#seperator {overflow: visible;}

...to make sure IE6 keeps that container's overflowing absolute
positioned content visible even when the container itself is/goes below
lower window edge.

regards
Georg
-- 
http://www.gunlaug.no
__
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/