Script Perfect

         Random snips of code and bugs

Simple Tool Tips w/ Only CSS

Posted by Tim On September - 17 - 2009

Flashy unobtrusive boxes that give hints and tips to your visitors can be very helpful, informative, and improve your sign ups or sales. You can accomplish this nifty feat without any plugins or API’s weighing down your site. Of course with JQuery UI or Scriptaculous you could add some impressive eye candy and give your tool tips a more professional appeal.

Any time you require a user to click an information link or button you may be taking away from the user experience and even more possibly losing a repeat visitor. Using a tool tip is very easy and will give your visitor all of the information they need to complete a form or application without being diverted to another page or loading a pop up.


The Idea…

This is as easy as hiding and displaying a small area which contains your tool tip. All we need to do this is a few lines of CSS and our HTML for the tool:

CSS

a.tip:hover span {
      display: inline;
      position: absolute;
      border: 1px solid #111;
      background: #ccc;
      padding: 5px;
      margin-left: 10px;
}
a.tip span {
      display: none;
}
a:hover {
      background: #ccc;
}

/*The background for a:hover is a requirement for IE*/

Now all we need to do is create our page where we want our tool tip:
HTML

<a href="#" class="tip">ToolTip Demo<span>Here is our tooltip text</span></a>

Easy as that! Want to see it in action? Move you mouse over the ToolTip DemoHere is our tooltip text then!

Anything you place within your SPAN tags in the A tag with a class of “tip” will generate your tool tip.

2,930 Responses to “Simple Tool Tips w/ Only CSS”

  1. South Trailers…

    Watch latest tamil, Malayalam, Hindi, telugu and English HD trailers online…

  2. Links…

    [...]Sites of interest we have a link to[...]……

  3. Cool sites…

    [...]we came across a cool site that you might enjoy. Take a look if you want[...]……

  4. Skeleton says:

    mint…

    [...]Medicines can be had to strengthen the lower esophageal sphincter[...]…

  5. Sources…

    [...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]……

  6. Oils says:

    Related……

    [...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]……

  7. erotyka…

    Lubisz pooatrzyc sie na pierdolenie cipek, zatem zobacz seks za darmo….

  8. Check These Out…

    [...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…

  9. Blogs to check…

    [...] Just about every now and then we tend to go with blogs that we understand. Listed below are the hottest sites that we like [...]…

  10. Sources…

    [...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]……

  11. Websites worth visiting…

    [...]here are some links to sites that we link to because we think they are worth visiting[...]……

  12. … [Trackback]…

    I’d must consult with you here. Which is not something It’s my job to do! I quite like reading a post that will make people believe. Also, thanks for permitting me to comment!…

  13. [...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]……

    [...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]……

  14. important links…

    Guys check out these important links…

  15. Wow!…

    A very spectacular post….

  16. on your period, both estrogen and progesterone…

    levels are relatively low. a week after that, your estrogen levels start to surge until they finally peak, which happens as the follicle that’s going to release an egg develops. as your estrogen levels decline after this peak, progesterone starts to…

  17. Minibus sale says:

    Minibus sale…

    [...]one of our guests recently encouraged the following website[...]…

  18. Okna Poznan says:

    About thatarticle I read……

    …check that out – we’re linking to……

  19. [...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]……

    [...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]……

  20. Favorite webpage…

    [...] plenty of time to study or visit the actual content or websites we now have linked to below the [...]…

  21. seattle seo says:

    Sites we Like……

    [...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]……

  22. Sites we love……

    [...] Are you absolutely convinced that is definitely the right details? I observed something more productive. I’ve just had an additional idea that pop nicely right into my mind [...]…

  23. [...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]……

    [...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]……

  24. Sources……

    [...] You should not smoke or drink alcohol as they can as well cause heartburn. The most effective way regarding how to treat heartburn is to lower the spice materials [...]…

  25. click here says:

    Gems from the Internet…

    [...] I’d personally tried over several blogs for original ideas and therefore I did [...]…

  26. Cool sites…

    [...] The following are some of the sites we highly recommend for our site visitors [...]…

  27. Recent Blogrolls……

    [...] I saw somebody chatting about this on Tumblr and it linked to [...]…

  28. These kind of post are always inspiring and I prefer to read quality content so I happy to find many good point here in the post

  29. … [Trackback]…

    [...] Informations on that Topic: scriptperfect.com/2009/09/simple-tool-tips-w-only-css/ [...]…

  30. … [Trackback]…

    [...] Find More Informations here: scriptperfect.com/2009/09/simple-tool-tips-w-only-css/ [...]…

Leave a Reply

Spam protection by WP Captcha-Free

About Me

I am an independent web developer and webmaster of many sites. The main goal of Script Perfect is to provide answers to some of the hard to find questions when it comes to website design and coding.

Twitter