Lightbox 2 tutorial – Javascript / XHTML

Tuesday, November 10th, 2009

http://www.plainshanedesign.com/tutorials.html
This tutorial shows you how to implement Lightbox 2 into your webpages.

Duration : 0:9:40

(more…)

Technorati Tags: , , , , , , , , , , , ,

What is the html code for text over images?

Friday, November 6th, 2009

What is the html code for text to appear when someone moves the mouse over a picture?

People never know what they are talking about. The alt="" attribute is NOT the attribute that shows the tooltip popup on a mouseover of an image. Although Internet Explorer does show the tooltip on a mouseover using the alt="" atribute, it is doing it WRONG!

The proper attribute to use in jus about any tag is the title="" attribute. Add this one with the short text description you want along with the alt="" attribute to stay within proper coding standards.

Ron

Technorati Tags: , , , , , , , , , , , , , , , , ,