You Are Here You Are Here NowAllBlogTools > Blogger Tricks and Hacks > blogger graphics > animated “Duck Menu” in blogger

Post Details  Posted By Max On Wednesday, December 31st, 2008 In   Blogger Tricks and Hacks


 share on facebook
 
animated “Duck Menu” in blogger

Amazing new duck menu now can be added for blogger
blogspot animated navigation menuBlogger graphics
All of us saw duck menu in windows and some where els,
and we all love it and the way it moves,
so it’s going to be great thing to see it again here in our blogger “blogspot” blogs.

and here is live demo to try it Click here 
(It’ll open in a new window) and see how nice and charming is it.

We need to say here thanks to iBloGraphics.com


- Before We Start:
- You need to be careful while changing your template.
- Before you make any changes, Back up your template and save it at safe place.

Please go to blogger.com and log into your account,
once you are in your account dashboard click “Layout” and then select ” edit html”

at “edit html” page Make sure to check the “expand widget templates”



after that we’ll start adding the codes,
we’ll add 3 codes, first one, is the java code, second one is is the css and the third will control where is the menu will be displayed on your blog.

so lets go to add the first code.
at “edit html” page find


<head>

and just after it add the next code


<script src='http://iblographics.com/jquery.js' type='text/javascript'/>
<script src='http://iblographics.com/interface.js' type='text/javascript'/>

Adding second code.

Find the next code

]]></b:skin>

and Just “Before” it add the next code


/* Dock menu by www.iblographics.com
----------------------------------------------- */
.fisheye{
text-align: center;
height: 62px;
position: relative;
}
a.fisheyeItem
{
text-align: center;
color: #000;
font-weight: bold;
text-decoration: none;
width: 40px;
position: absolute;
display: block;
top: 0;
}
a.fisheyeItem2
{
text-align: center;
color: #000;
font-weight: bold;
text-decoration: none;
width: 40px;
position: absolute;
display: block;
bottom: 0;
}
.fisheyeItem img
{
border: none;
margin: 0 auto 5px auto;
width: 100%;
}
.fisheyeItem2 img
{
border: none;
margin: 5px auto 0 auto;
width: 100%;
}
.fisheyeItem span,
.fisheyeItem2 span
{
display: none;
positon: absolute;
}
.fisheyeContainter
{

height: 50px;
width: 200px;
left: 500px;
position: absolute;
}
#fisheye2
{
position: absolute;
width: 100%;
bottom: 0px;
}

/* Fin del dock menu
----------------------------------------------- */

And now we’ll add the last code, be careful adding this code in the right please will help you to make it appeare in the right place,
if you are have expirence with html, you’ll be able to add it where ever you want,
if you don’t have, you’ll add it to the default place,( top of blog ) .
so lets learn how to add it to the default place, find

 

<body>

And after it add this code


<div class='fisheye' id='fisheye'>
<div class='fisheyeContainter'>
<a class='fisheyeItem' href='#'><img src='http://4.bp.blogspot.com/_Yhcwq7ZzbIw/SUACQn-ny4I/AAAAAAAAAUc/yy_PBS_YWrc/s1600/music-trans.png' width='30'/><span>Home</span></a>

<a class='fisheyeItem' href='#'><img src='http://2.bp.blogspot.com/_Yhcwq7ZzbIw/SUACbeYOO5I/AAAAAAAAAUk/_Zfiy_TiZtA/s1600/rss2-trans.png' width='30'/><span>Email</span></a>
<a class='fisheyeItem' href='#'><img src='http://2.bp.blogspot.com/_Yhcwq7ZzbIw/SUACQeWOkPI/AAAAAAAAAUU/-1lW9Q0I4-A/s1600/link-trans.png' width='30'/><span>Display</span></a>
<a class='fisheyeItem' href='#'><img src='http://1.bp.blogspot.com/_Yhcwq7ZzbIw/SUACQfGZMrI/AAAAAAAAAUM/7HS7vAdCjls/s1600/home-trans.png' width='30'/><span>Clock</span></a>

<a class='fisheyeItem' href='#'><img src='http://3.bp.blogspot.com/_Yhcwq7ZzbIw/SUACP2ct3iI/AAAAAAAAAUE/Wq7jf6tILFE/s1600/history-trans.png' width='30'/><span>Web</span></a>
<a class='fisheyeItem' href='#'><img src='http://1.bp.blogspot.com/_Yhcwq7ZzbIw/SUACP5KHlaI/AAAAAAAAAT8/0PJpHH9DzLE/s1600/email-trans.png' width='30'/><span>Home</span></a>
<a class='fisheyeItem' href='#'><img src='http://1.bp.blogspot.com/_Yhcwq7ZzbIw/SUACP6w_J0I/AAAAAAAAAT0/RXNWTRfB9po/s1600/video-trans.png' width='30'/><span>Email</span></a>

<a class='fisheyeItem' href='#'><img src='http://3.bp.blogspot.com/_Yhcwq7ZzbIw/SUACPp7mBQI/AAAAAAAAATs/UKxtQ51vOF0/s1600/rss-trans.png' width='30'/><span>Display</span></a>
<a class='fisheyeItem' href='#'><img src='http://4.bp.blogspot.com/_Yhcwq7ZzbIw/SUACBJFd9ZI/AAAAAAAAATk/oJ5lL_SGpFI/s1600/email-trans.png' width='30'/><span>Clock</span></a>
<a class='fisheyeItem' href='#'><img src='http://3.bp.blogspot.com/_Yhcwq7ZzbIw/SUABzssGnaI/AAAAAAAAATc/hxJx2j7VRQA/s1600/calendar-trans.png' width='30'/><span>Web</span></a>

<a class='fisheyeItem' href='#'><img src='http://4.bp.blogspot.com/_Yhcwq7ZzbIw/SUABnXdQNdI/AAAAAAAAATU/jPWR6TthALk/s1600/portfolio-trans.png' width='30'/><span>Web</span></a>
</div>
</div>

<script type="text/javascript">

$(document).ready(
function()
{
$('#fisheye').Fisheye(
{
maxWidth: 15,
items: 'a',
itemsText: 'span',
container: '.fisheyeContainter',
itemWidth: 30,
proximity: 70,
halign : 'center'
}
)

}
);

</script>

Now click save and go to your blog to see the new menu and enjoy,
if any one have any suggestions about this menu icons and size please comment,

We’ll add new skins for this menu soon

By Max

I'm Max, The founder and the admin of AllBlogTools.com I'm a very big van of blogging ,design and coding, I think that i'll die next to my computer.

comments

  • 49 responses so far!
  •      pics of anime & manga porn ( 11:08 PM on 12/31/08 )

    [...] animated “Duck Menu” in blogger Blogger Templates and Tricks [...]

  •      free anime and hentai porn pics ( 11:08 PM on 1/1/09 )

    [...] animated “Duck Menu” in blogger Blogger Templates and Tricks [...]

  •      Anurag ( 7:39 AM on 1/9/09 )

    hi, the demo does not seem to be working !

  •      Max ( 9:12 AM on 1/9/09 )

    hi Anurag
    thanks for your attention.
    we fixed it and now it work
    try it

  •      anurag ( 12:01 PM on 1/9/09 )

    Just a suggestion!
    You can actually improve it by using ‘ ALT ‘ feature for every image. this will make it easier for user to know what each image standa for.

  •      Max ( 3:49 PM on 1/9/09 )

    thanks anurag for your suggest, we’ll apply it as soon as possible

  •      ညခင္းနဲ့ လမင္း ( 5:06 AM on 1/10/09 )

    Hi , i add it carefully ,But not see in my blog

    pls check my blog

  •      ညခင္းနဲ့ လမင္း ( 5:08 AM on 1/10/09 )

    Oh ..Thz Sir I got it .I `m very happy .thx alot

  •      adiguna ( 3:52 AM on 1/14/09 )

    thanks.. its help full for me..

  •      KISHOR ( 7:32 AM on 1/26/09 )

    thanq for giving us the ideas
    can we can generate form for data calection form design by us
    data will store in blog
    data only show after blgger login

  •      Max ( 9:17 PM on 1/31/09 )

    KISHOR
    please explain you words, we don’t understand

  •      ၾကယ္စင္က ( 3:45 AM on 2/1/09 )

    I added it successfully. Wow ! So cool !!!!!!!!!!!!!!

  •      ၾကယ္စင္က ( 3:58 AM on 2/1/09 )

    Hmmmm ! the item i added is shuting with each other , how can i edit links ?

  •      ၾကယ္စင္က ( 4:12 AM on 2/1/09 )

    shunting shunting shunting

  •      Max ( 6:07 PM on 2/1/09 )

    hi., you can edit links by changing the code,
    find: href=’#’
    change ” # ” to URL you want.

  •      John_Freeman ( 11:44 AM on 2/21/09 )

    If put it in any other place of the website – all the links and their names move & shuffle
    What’s wrong?

  •      John_Freeman ( 2:36 PM on 2/21/09 )

    and how can I make it BIGGER ?

  •      John_Freeman ( 2:42 PM on 2/21/09 )

    Oh, they don’t shuffle – they are written in that order….sorry…got it.
    The 2nd question still remains/

  •      Max ( 8:47 AM on 2/22/09 )

    hi John
    we can make them bigger by changing the images that the code linking to.
    you can understand this if you have some knowledge in HTML.

    you can easily do it, you’ll need to do 2 steps.

    1 . create bigger icons,
    2 . edit your code to link for this images.

    we hope this can help.

  •      John ( 8:16 PM on 2/22/09 )

    Thanks for the reply.
    I increased the size of the icons from 128×128 to 512×512px, uploaded them,linked – but that “duck menu” made them small again…
    Do I need to change any parameters of the code?

  •      derwisch ( 5:54 AM on 2/27/09 )

    Hi, I added this menu to my blog but the icons don’t change size when I move the mouse over them.
    I have to move the mouse to a little left instead of exactly on the icon in order to get them bigger. How do I correct this?

  •      rocky ( 6:29 PM on 3/4/09 )

    hi really thanks for your menu but i have got this error what to do i tried to check the code but there are so many “type” in the code pls help me

    Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
    XML error message: The value of attribute “type” associated with an element type “null” must not contain the ‘<’ character.

  •      calvin chew ( 2:35 AM on 3/23/09 )

    sir,in my edit html,dun have ]]>

    what should i do??

  •      mohamed ali ( 7:16 PM on 3/24/09 )

    why it appear in the top

    how i adding this code in the right please ??

  •      tenxen ( 9:32 PM on 4/4/09 )

    it’s great to have duck menu in my website.

  •      afrodita ( 3:17 AM on 4/18/09 )

    its not workin`
    The element type “script” must be terminated by the matching end-tag “”.

  •      jefky ( 2:37 AM on 4/21/09 )

    hi max, great menu but the URL doesn’t work.i have changed the href=’#’ with URL address but it just doesn’t work at all.what should i do?

  •      jefky ( 3:12 AM on 4/21/09 )

    hai max, i finally figured out of changing the href=’#'…now the duck menu is working..thank you very much

  •      Max ( 4:22 PM on 4/22/09 )

    hi jefky, sorry for my late comment, you are always welcome.

  •      Yani Lavigne ( 5:23 AM on 5/3/09 )

    it worked but doesnt look good for me;(

  •      mela ( 1:31 AM on 5/9/09 )

    is there a different color? like pink?

  •      Max ( 9:04 AM on 5/9/09 )

    hi mela
    it’s easy to change the icons but you have to play with html and images locations.
    i hope i can offer another one in different colors and icons soon

  •      STONE ( 8:14 AM on 5/15/09 )

    Hey that’s good article.
    I have a question, if we give separate links to each of the picture in the Duck Menu Bar, then what to do?

    Please if you could then solve it!

  •      STONE ( 8:16 AM on 5/15/09 )

    here is my E-Mail.

    guglemughal@gmail.com

  •      Max ( 4:56 PM on 5/15/09 )

    hi STONE
    please tell me what you mean by give separate links to each of the picture

  •      koteswararao ( 4:03 AM on 7/3/09 )

    i am not getting how to insert the duck menu in my blog?
    to insert in the middle (or) top of the blog (or) down of the blog

  •      bharath ( 7:21 AM on 7/14/09 )

    its not working please check the code once

  •      Pakistani ( 12:42 AM on 8/25/09 )

    The demo is not working.

  •      Love Funlog ( 1:39 AM on 9/1/09 )

    hay its working…… first i install this but it get me error…… so i changed code in my template… now its working……. thanks…

  •      shvtrix ( 1:14 AM on 9/2/09 )

    your site design is awesome,and i think its dock menu

  •      Dheeraz ( 5:34 AM on 9/17/09 )

    Hi,Its showing only one menu image ,….Wat to do,Plzz any one help..Im getting only one menu item..wat abt remaining..i done it as per above guide.Plzz help

  •      electrinick ( 3:51 AM on 10/14/09 )

    Hi.it worked but I can only see one item.where are the others.I can see only this pic
    http://4.bp.blogspot.com/_Yhcwq7ZzbIw/SUABnXdQNdI/AAAAAAAAATU/jPWR6TthALk/s1600/portfolio-trans.png

  •      Max ( 12:53 PM on 10/15/09 )

    @ electrinick, i’ll update this tutorial soon. sorry for the issue.

  •      Admin-Amir ( 4:55 AM on 10/21/09 )

    Hello MAX.
    I have made the process that you have post here.
    but I just have Icon on the top of the blog.
    PPL here said that they have change the code?
    So way not to let all the users to know what
    They have to fix in the code to make it work.
    This is the part of community share.
    So if you please let us/me know what do I/us
    need to change on the code.
    I see the href=’# all over,so what is the next
    fix that has to be made with this please.
    Just to let you know ,It’s about to be on ALL
    Ultimate Edition blogs!
    So please give us hand hear.

    Thank you
    Amir.

  •      sulltan ( 5:08 PM on 10/28/09 )

    Hi, sam
    its working … but i need
    To change on the code.
    I see the href=’# all over,

  •      BenSow ( 10:39 PM on 11/15/09 )

    Hey Max I did everything correctly and tried again a few times it is still not animated.. And the words beside the images look very ugly. I need help here Thanks

  •      Chetan ( 3:19 AM on 11/19/09 )

    working 5ne on my blog…..

  •      Gym ( 8:13 PM on 11/25/09 )

    Hi…

    Can you update this post, this feature looks gretat, but the site http://iblographics.com it’s down, so it’s hard to see the live demo, and also can helt if you put a link to download the files: jquery.js and interface.js

    Also check that not all your links open in a new windows.

    Nice Blog

  •      Max ( 9:33 PM on 11/26/09 )

    hi bensow, please wait, i’ll add updated tutorial about adding this menu.

 

 


advertise
Write For Us

Add to Technorati Favorites Web Design Top Blogs
Top Resources blogs Web Development & Design Blogs hihera.com Resources BlogsArts Blogs - Blog Rankings
Templates Blogs - Blog Catalog Blog Directory Click to see how many people are online TopOfBlogs Computers & The Internet Topsites - TOP.ORG  blogarama - the blog directory
 

Featured in Alltop

AllBlogTools.com © 2009 All rights reserved

Home  |  About Us  |  Contact Us  |  Support Blogger Tricks  |  Blogger News   |  Blogger Templates