Marvelous!  Thanks, that would have taken me forever to work out!

regards

M. 


-----Original Message-----
From: Gunlaug Sørtun [mailto:[EMAIL PROTECTED] 
Sent: 30 May 2008 16:00
To: Clark, Martin (M.)
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] Select replacement

Clark, Martin (M.) wrote:

> http://old.easy-designs.net.whsites.net/articles/replaceSelect/.

> Can anyone suggest what I need to do do get the list to drop down over 
> the top of any other page content?

Using the...
<http://old.easy-designs.net.whsites.net/articles/replaceSelect/files/final.html>
...for debugging / example.

To make IE6 behave, add...

* html ul.selectReplacement {
       overflow-y: hidden;
     }
* html ul.selectOpen li {
       position: relative;
     }

That'll prevent "auto-expansion" on the container, and make the overflowing 
parts visible and ready for action in IE6 - same as in other browsers.

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to