Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Stealing a bit of html script for my website HELP!?

Hi guys

Building a little site for my business and I really like the drop down menu on the BBC News website when scrolling over the 'More...' button.

I've looked at the page source but I'm unable to identify the bit of script I need to rip out and play with.

http://www.bbc.co.uk/news/

Cheers!

3 Answers

Relevance
  • 9 years ago
    Favorite Answer

    Good luck with that one :) Its a bit more than a 'bit of script' and most of the stuff you really need will be unavailable to you.

    Better off searching on t' internet for jquery navigation menus.

    Have fun

  • Instead of ripping script, why don't you create your own? That way you would have 100% control over what it does and how it does it.

    Anyways, I imagine you could replicate what the bbc has using jquery animation. Something like:

    $(document).ready(function(){

    $("#dropdown").hide()

    })//end document.ready

    $("#more-button").click(function(){

    $('#header').css("background-color=white")

    $("#dropdown").show("slow")

    })//end click event

  • Anonymous
    9 years ago

    why not just use some scripts and nice themes to make a business page or mail me i will help you

Still have questions? Get your answers by asking now.