»
EnglishFrenchVietnamese

Print - Description for link image - JavaScriptBank.com

Full version: jsB@nk » Image » Description for link image
URL: https://www.javascriptbank.com/description-for-link-image-index.html

Description for link image © JavaScriptBank.comThe effect uses CSS and JavaScript to descript for link. And spacer of description character are increase up to image wide.

Full version: jsB@nk » Image » Description for link image
URL: https://www.javascriptbank.com/description-for-link-image-index.html



CSS
<style>#logodescrip {FONT-SIZE: 8pt; COLOR: #006699; LETTER-SPACING: 0.5em; TEXT-ALIGN: center}</style><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


JavaScript
<script>function HP_openWindow(theURL,winName,features) {   var _W=window.open(theURL,winName,features);  _W.focus();      _W.moveTo(50,50); }function change_text(newtext,elementid) {var textid=document.getElementById(elementid);textid.childNodes[0].nodeValue=newtext;}</script><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<DIV style="FLOAT: left;width: 100%;"><SPAN id=icons><A href="http://javascriptbank.com/"><IMG onmouseover="change_text('Browse','logodescrip');" alt=Browse src="browse.png" border=0></A><A href="http://javascriptbank.com/"><IMG onmouseover="change_text('View Blog','logodescrip');" alt="Shout Box" src="shout.png" border=0></A><A href="http://javascriptbank.com/"><IMG onmouseover="change_text('Contact','logodescrip');" alt=Contact src="email.png" border=0></A><A href="http://javascriptbank.com/"><IMG onmouseover="change_text('Site Info','logodescrip');" alt="Site Info" src="siteinfo.png" border=0></A> </SPAN><DIV id=logodescrip>&nbsp;</DIV></DIV><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


Files
http://javascriptbank.com/javascript/image/description_for_link_image/description_for_link_images.zip