I wanna make my own description label using javascript.
usually, in HTML, we can do like this...
<a href="http://...link" title="description label">link</a>
so that when we mouseover the link, it will display description label in a label around the mouse... However, it can't show a large description... that's why I wanna make my own label which can show more details...
here is the example which I saw in website...
http://www.experts-exchange.com/Web/Web_Languages/PHP/Q_21535262.html
when you mouse over the "uploading" "photos" and "website"(which are highlighted and underlined into green color), it will have a nice and big description box... and that's a kind of what I wanna create in javascript!
THank you!
usually, in HTML, we can do like this...
<a href="http://...link" title="description label">link</a>
so that when we mouseover the link, it will display description label in a label around the mouse... However, it can't show a large description... that's why I wanna make my own label which can show more details...
here is the example which I saw in website...
http://www.experts-exchange.com/Web/Web_Languages/PHP/Q_21535262.html
when you mouse over the "uploading" "photos" and "website"(which are highlighted and underlined into green color), it will have a nice and big description box... and that's a kind of what I wanna create in javascript!
THank you!
