Submit Your Article
Home Articles News Tutorials Videos Add An Article
Topics: Design Photoshop Programming PHP CSS Java Database Web Development Javascript Ajax

Check out our CES 2010 Video Coverage: Watch Now!

Good-Looking Tooltips

Thursday, July 26th, 2007
Text: Decrease Font Size Increase Font Size | Print Print Article | Share: Delicious Digg StumbleUpon Post to Twitter Post to Facebook

Good-Looking Tooltips is a small JavaScript library that you can include to spice up the look of your tooltips in your web page. Move your mouse pointer over any of the headings in the main column here to see it in effect.

Click here for the live demo!

The implementation is easy!
1. Download the Javascript file and upload to your site directory.
2. Include the code at herder section of your web page.

< script src=”js/glt.js” type=”text/javascript”>

3. Place the CSS code at your stylesheet.

.glt-elm{
position: absolute;
left: 0;
top: 0;
width: 150px;
color: #fff;
opacity: 0.9;
visibility: hidden;
}

.glt-elm p{
background: #666;
margin: 0;
padding: 0.5em;
}

.glt-elm img{
display: block;
}

4. Upload the two images to your directory.

top image
bottom

Please visit the website for more information and customizing.

Topics: , ,

Leave a Comment

DevWebPro is an iEntry Network ® publication - © 1998-2010 All Rights Reserved