Jason Manaigre wrote:
regarding http://test.iisd.org/revamp2/
> Hi Zoe, thanks for the info, works great BUT when the menu is clicked
> on, the hidden div opens, but pushes down the content, I want this
> window to simply float above the main content..
>
> Any ideas? 
>   

Float moves content to the left or right. It doesn't layer content over 
other content. Absolute positioning does. So, I suggest you modify your 
script so that it sets the div to absolute positioning and pushes it off 
the left side of the screen with a large negative left margin. The, when 
the button is clicked, the script changes that left margin to a positive 
number that will position it where you want it on the screen.

Again, see another list for information on how to make this JavaScript work.

Zoe

-- 
Zoe M. Gillenwater
Design Services Manager
UNC Highway Safety Research Center
http://www.hsrc.unc.edu


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to