banner

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.
    • #admin
    • #sliding drop down menu
    • #navigation bars
    • #dropdown menu
  • 1 year ago
  • 107
  • Permalink
  • Share

Sliding Drop Down Menu With Image II


  • 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"> 
<img src="IMG URL" class="links_head"> 
<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 “IMG URL” with url of image you want. “LINK URL” with Url link example http://www.tumblr.com/. “LINK TITLE” with title of your url.
    • #admin
    • #sliding dropdown menu with image
    • #dropdown menu
  • 1 year ago
  • 173
  • Permalink
  • Share

Sliding Dropdown Menu

 

1. Copy the code below before <style type=”text/css”>

<script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
<script type="text/javascript"> 
$(document).ready(function () {
$('li.drawer div:nth-child(2)').hide();
$('li.drawer h4').click(function () {
if ($(this).hasClass('open')) {
$('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
else {
$('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
$(this).next().slideDown();
$(this).addClass('open');}
});
});
</script>

2. Copy and paste the code below before </style>

ul#drawers {width: 100px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}

ul#drawers a {text-decoration: none; color: #000;}

ul#drawers li h4 {margin: 0; padding: 0px; text-transform: Camelcase; font-size: 10px; text-align: center; background-color: #363835; background: rgba(255, 255, 255, 0.0); -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out;}

h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;}

li.drawer h4.open {background-color: ; border-top: 0px;}

li.drawer div {padding: 0px; margin: 0px; line-height: 10px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}

li.drawer div li {list-style-type: disc;}

li.drawer div ul {-webkit-padding-start: 12px;}

3. Then add this code in your description. Replace “Title / Image URL” with title or image you want to click on for the menu to slide. Replace “LINK HERE” with the link you want, “TEXT HERE” with the title of the link.

<ul >
<li class="drawer" > 
<h4>Title / Image URL</h4>
<div align="center">
<p>
<a href="LINK HERE">TEXT HERE</a>
<p>
<a href="LINK HERE">TEXT HERE</a>
<p>
<a href="LINK HERE">TEXT HERE</a>
</p>
</div>
</li>
</ul>

**add this if you want use an image:

<img src="IMAGE URL"></a>

example:

<h4><img src="http://bloggingmage.fileave.com/cerealguy.PNG"></a></h4>

Done! Good Luck :)

    • #admin
    • #dropdown menu
    • #sliding dropdown menu
    • #basic
    • #sliding drop down menu with image
    • #sliding dropdown menu with image
  • 1 year ago
  • 745
  • Permalink
  • Share

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)

    • #admin
    • #tips
    • #useful link
    • #dropdown menu
    • #sliding dropdown menu
    • #sliding drop down menu
  • 2 years ago
  • 1
  • Permalink
  • Share

Portrait/Logo

Tumblr Academy is a Tutorial Blog. You can find a various tutorials for your tumblr including html code, theme, useful link, tips etc.

7 confused students




For Theme Docs
● Energy Saving Mode
● Welcome Message
● Putting A Background
● Putting A Header
● Endless Scroll
● Disable Right Click
● Fading Image
● Reblog Button On Your Post
● Cursor
● Scroll To Top Button
● Recommend Button
● Stylish Scrollbar / Scrollbar With Image
● Sparkle Link Hover
● Rainbow Link Hover
● Shaking Image
● Pop Up Ask Box/Link

For Descriptions
● Background Music
✓ Youtube Player
✓ SCM Player
✓ MixPod
✓ Streampad
● Ask Box In Description/Sidebar
● Twitter Badge
● Chat Box
●Make A Link
● Hit Counter And User Online
● Scroll Box
● Scrolling Image / Image Marquee
● Navigation Bars
● Sliding Drop Down Menu
● Sliding Drop Down Menu With Image

For Dashboard
●Missing e 1.5.7 [update]
[ ✓ Unfollower List. ✓ Follow Checker. ✓ Bookmark. ✓ Magnify. ✓ Reblog Yourself. ✓ Safe Dash. ✓ Time Stamp. ✓ Post Tumblr Crush. ✓Jump To Dash. ✓ Ask Box In Dashboard. ✓ Enlarge Tumblr Avatar. ✓ Slim Sidebar. ✓ One Click Reblog. ✓ Mass Editor Tweaks etc ]
● Dashboard / Log-in Background
● Others

Basic / For Posting
● Basic HTML Code
● Marquee
● Change URL
● Hide Following People
● Follow Yourself
● Answer Questions With Image/Gifs
● Let People Answer Your Post
● Link Tag Post
● Make A Page
Music Posting ● Number of post to show on your blog
● Enable Ask Box (for new dashboard)

Others
● Image For Saving Energy / Standby Mode
● Track Anonymous Ask
● Redirect To a New URL
●Delete Secondary Blog ● Tumblr Status
● Disable Follow Button
● Mapping Image / Image Map
● Background Layout
● Facebook Things
● Theme Recover

● Pop Up Ask Box/Link
● Sliding Drop Down Menu With Image
● Sliding Drop Down Menu
● Energy Saving Mode
● Shaking Image
● Rainbow Link Hover
● Image For Saving Energy / Standby Mode
●Make A Link
● Redirect To a New URL

I do not own all the code on this blog, i'm modify and edit some code a bit to suit for the Tumblr Theme All images for an explanation of the tutorial is copyrighted by TUMBLR ACADEMY. If you see something has been poorly credited, please TA me. Thank You.

  • FAQs
  • Useful Link
  • Saving Energy Image
  • Icons
  • RSS
  • Random
  • Archive
  • Ask Professor
  • Submit
  • Mobile

Tumblr Academy. Effector Theme by Carlo Franco.

Powered by Tumblr

Counting Since 30 MAY 2011 free counters



ASK BOX IS NOW OPEN

CLICK HERE

click the link and wait for 5second and click skip ad. Thank You ;)