ICONS / BUTTONS
I just made a Icons / Buttons page. You can find a variety icon for your Sliding Drop Down Menu, Scroll To Top Button, etc…
Check It Out: Icons Lab
DISCLAIMER: NONE OF THIS IMAGE ARE MINE. I FOUND THEM ALL OVER IN THE NET!
Sliding Drop Down Menu

- Copy the code below and paste between <head> </head> tags
<script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".links_body").hide();
$(".links_head").click(function(){
$(this).next(".links_body").slideToggle('fast');
}); }); </script>
<style type="text/css">
.links_list { margin:0px; padding:0px; width:180px;}
.links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
.links_body { padding:10px; text-align:left; color: #fff; display:none;}
</style>

- Put this code into your Description
<div class="links_list">
<p class="links_head">More Link</p>
<div class="links_body">
<center>
<a href="LINK URL">LINK TITLE</a>
<a href="LINK URL">LINK TITLE</a>
<a href="LINK URL">LINK TITLE</a>
<a href="LINK URL">LINK TITLE</a>
</center>
</div></div>

- Change The “More Link” with Title you want. “LINK URL” with Url link example http://www.tumblr.com/. “LINK TITLE” with title of your url.
Stylish Dropdown Menu / Expandable Menu And MORE
hey guys.. i’ve received some message that want a stylish dropdown menu or an image with dropdown menu. so i want share with you a website that you can generate the code and you can get the animate dropdown menu here. Its that cool? :) (click the title)


