How to create a drop down menu like in twenty eleven theme?

I really like the drop down menu solution of twenty eleven theme: http://twentyelevendemo.wordpress.com/ and would like to create a similar one but I cannot figure how it works, or is it based on some existing code for dropdown menus? Is there any source code that can be used, or can someone explain the principle behind … Read more

How to override function in functions.php of parent theme?

I have created child of theme twentyten. I tried to override function written below /** * Returns a “Continue Reading” link for excerpts * * @since Twenty Ten 1.0 * @return string “Continue Reading” link */ function twentyten_continue_reading_link() { return ‘ <a href=”‘. get_permalink() . ‘”>’ . __( ‘Continue reading <span class=”meta-nav”>&rarr;</span>’, ‘twentyten’ ) . … Read more