I need a java box like at http://demo.themelab.com/ Code (markup): I need the same functions i.e. it scrolls up and down
Hope I'm not too late. If you want just the box, I think I got it from here. Click the "Get the Script" and "Get the Stylesheet" and "Customize the Menu" links on the right to get the Javascript, CSS, and HTML code you need, respectively. If you want the box and the theme switcher drop down inside, you'll need the Theme Switcher plugin. After installing and activating that, put the following PHP code in your theme's HTML code, i.e. the same code from the "Customize the Menu" link above. <?php wp_theme_switcher('dropdown'); ?> PHP: That should be it. Let me know how it works out.