Dec 28
24 Comments, Add a Response

Tag clouds When, used properly, they can provide visitors with an instant illustration of the main topics of the site’s content. And although we don’t have that much choice in designing them, we can still find our way to come up with new design approaches and solutions.

Here is a new approach: Using jQuery  to reduce the size of the tag cloud that you have on your sites, so our demo will introduce "Hover Sub Tags" under each main Tag, for example if you have Ajax as a tag, you can have jquery, mootools, etc… as sub-tags.  A Sub Tag  Cloud will appear when hovering over the main Tag links.

Check out the link below to see it in action.
[LIVE EXAMPLE]


[Download the code here]

The hover code is by Dave Cohen’s Hovertips.


For more Web Design related tips, subscribe to Noupe today.
What others said...

24 Comments, Add Comment or Ping


  • On Jan 1st, 2008

    Wow, very cool… I really like how you can style these. Excellente indeed.

  • On Jan 2nd, 2008

    Cool work, I do it in my blog (later ^^).

  • On Jan 7th, 2008

    usefull , i’ll try it!

    http://www.baboosh.fr

  • On Jan 21st, 2008

    Thank you, I’s very good, but for modifificade the css I’s very difficulte.

  • Tanveer
    On Jan 23rd, 2008

    Can it possible to have a multi-level tag-cloud?

  • On Jan 27th, 2008

    Tanveer,
    Yes you can use multi level tag cloud if you have many tags and you are looking to reduce the space it take. Its a matter of personal preference and a new way to display your tag cloud.

  • Looks like an awful lot of code for something as simple as

    $(document).ready(function(){
    $(ul li ul).hide();
    $(ul li ul).mousover(function(){
    $(ul li ul).show();
    }
    }

    Not my actual code of course but you get the idea.

  • left it blank
    On Apr 2nd, 2008

    Your link is malformed.

    Links to:
    http:///noupe.com/examples/tagcloud/hover_sub_tags.zip

    one too many forward slashes

Trackbacks
  1. All in a day's work... - Jan 10th, 2008

Your email is never published nor shared. Required fields are marked *