Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-27-2012, 02:45 PM   PM User | #1
olivah
New to the CF scene

 
Join Date: Jun 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
olivah is an unknown quantity at this point
How to create a page drop like the BBC website

Does anyone know How I can replicate this functionality on the BBC site?

If you go to the bbc 2012 page: http://www.bbc.co.uk/2012/

and you position the mouse over the "London 2012" menu button, the lower half of the page automatically drops.

I'm trying to recreate this function but I want the page to drop on-click and stay down.

Please help.
olivah is offline   Reply With Quote
Old 06-27-2012, 03:55 PM   PM User | #2
DrDOS
Senior Coder

 
Join Date: Sep 2010
Posts: 1,155
Thanks: 10
Thanked 148 Times in 148 Posts
DrDOS is infamous around these parts
That should be pretty easy. Just have a div above the div that people see when the page opens, have javascript set it to display: none;visibility: hidden; when the page loads, make a function that changes it to display: block;visibility:visible; when you click, maybe make it toggle. Set the hidden aspect in javascript and not just in css, when you set it in css it doesn't load smoothly. And get your z-indexes correct.
DrDOS is offline   Reply With Quote
Old 06-28-2012, 12:33 AM   PM User | #3
olivah
New to the CF scene

 
Join Date: Jun 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
olivah is an unknown quantity at this point
Thanks man. I find a solution similar to the one you described.
olivah is offline   Reply With Quote
Reply

Bookmarks

Tags
html. css, javascript, jquery

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:03 PM.


Advertisement
Log in to turn off these ads.