Forum Moderators: not2easy
<script type="text/javascript" language="JavaScript"><!--
function HideDIV(d) { document.getElementById(d).style.display = "none"; }
function DisplayDIV(d) { document.getElementById(d).style.display = "block"; }
//--></script>
<span onmouseover="HideDIV('testDiv');DisplayDIV('testDivCopy');" style="cursor:pointer; height:477px; width:299px;">
<div id="testDiv" style="display:block; background-image:url(images/testBlock1.jpg); height:477px; width:299px; background-repeat:no-repeat; padding:0; margin:0;" >
</div>
</span>
<span style="height:477px; width:299px;" onmouseout="HideDIV('testDivCopy');DisplayDIV('testDiv');">
<div id="testDivCopy" style="background-image:url('images/testBlock1Over.jpg'); height:477px; width:299px; background-repeat:no-repeat; display:none; padding:0; margin-top:200;">
<div style="padding-top:200px; padding-right:0px; padding-left:0px;max-height:280px; ">
copy here... copy here copy here
<a href="test/" class="readMore">Read More...</a>
</div>
</div>
</span>