Bellow I show the the script ; the image button code and a div code !! For better understanding !!
<script language="javascript">
<!--
var state = 'none';
function showhide(layer_ref) {
if (state == 'block') {
state = 'none';
}
else {
state = 'block';
}
if (document.all) { //IS IE 4 or 5 (or 6 beta)
eval( "document.all." + layer_ref + ".style.display = state");
}
if (document.layers) { //IS NETSCAPE 4 or below
document.layers[layer_ref].display = state;
}
if (document.getElementById &&!document.all) {
hza = document.getElementById(layer_ref);
hza.style.display = state;
}
}
//-->
</script>
/*INPUT IMAGE BUTTON */
<input type="image" src="http://dl.dropbox.com/u/33652950/WEBSITE/desktop1.png" class="sombra" alt="Desktop 1" onclick="showhide('desktop1');">
/*DIV1*/
<div id="desktop1" style="display: none;" class="div_figure">
<p><img class="img_scaled" src="http://dl.dropbox.com/u/33652950/WEBSITE/desktop1.png" alt="30 - June Desktop "></p>
<p id="pf"><a id="href" href="http://paulo1471.deviantart.com/gallery/#/d3kvymg" target="_blank">30 - June Desktop</a> by <a id="href" href="http://paulo1471.deviantart.com/" target="_blank">Paulo1471</a> on <a id="href" href="http://www.deviantart.com/" target="_blank">DeviantArt</a></p>
</div>
I hope for reply as soon as possible !! Please help !! Really need this !!
Thanks !!


Sign In
Create Account


Back to top









