CSS:
-
<style>
-
.vis1 {
-
visibility:visible;
-
}
-
.vis2 {
-
visibility:hidden;
-
}
-
</style>
-
-
<img src="http://www.va-mas.com/blog/logo.jpg" name="oSphere" width="162" height="127" id="oSphere" class="vis1" />
-
<p onmouseover="oSphere.className='vis2'" onmouseout="oSphere.className='vis1'">Pon el cursor sobre este texto para hacer desaparecer la imagen.</p>
Related posts:
