On this page here: http://mrwgrp.com/index.php
When you rollover the images in the header you get the images below. The client wants the original text to come back on the screen once you mouse off it.
Also, IE is not even showing the mouseover.
Any ideas?
Try this
Store the home page content in a JavaScript variable after the page reload;
<body onload="MM_preloadImages('images/re_ovr.gif','images/rev_ovr.gif','images/env_ovr.gif','images/contact_ovr.gif'); MM_storeHomePageText();">Add a mouseout code to restore the original text;
<div id="pic1" onmouseover="MM_setTextOfLayer('homeText','','<h3>Linda Vista Redevelopment</h3>\n\n<p><img src="images/linda-vista.jpg" /></p>\n\n<p></p>')" onmouseout=MM_restoreHomePageText();> </div>
Please note the
inside the Div, let us know this fixes your IE issue