I removed the script to script to test and left the script for the
ilayer in the page. The IE7 did start scrolling with the left click
mouse button

The layer still shows, but the close button does not
work. Is it possible to close the layer and use it w/o the script I
removed. I could clean up the ilayer and add a close function? I got
the script from codelifter dot com, talked to the guy about my
mysterious issues and he said it was another error in my other
javascript, imagine that, I wonder if he had written it now.
I was trying to correct the validation error "cursor:hand", tried
"auto" and something else, those did not work. Also, was getting
error with the "height=36" and "ilayer".
Anyhow.. below is the code for the layer..
thanks,
Rene
<!-- BEGIN FLOATING LAYER CODE //-->
<div id="theLayer" style="position:absolute;width:350px;left:175px;top:
150px;visibility:visible">
<table border="0" width="350" bgcolor="#ff6600" cellspacing="0"
cellpadding="5">
<tr>
<td width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="0"
height="36">
<tr>
<td id="titleBar" style="cursor:move" width="100%">
<ilayer width="100%" onSelectStart="return false">
<layer width="100%" onMouseover="isHot=true;if (isN4)
ddN4(theLayer)" onMouseout="isHot=false">
<font face="Arial" color="#0000FF">2008 Blueberry Season</font>
</layer>
</ilayer>
</td>
<td style="cursor:hand" valign="top">
<a href="#" onClick="hideMe();return false"><font size=2 face=arial
color="#0000ff" style="text-decoration:none">Close</font></a>
</td>
</tr>
<tr>
<td width="100%" bgcolor="#FFFFFF" style="padding:4px" colspan="2">
<!-- PLACE YOUR CONTENT HERE //-->
Thank you for visiting <a href="http://
www.ramboblueberries.com">
www.ramboblueberries.com</a><br>
We would like to thank everyone for the 2007 season.<br>
Our season normally falls on the months of July-August.<br>
2008 season information will be updated here.<br>
Coming soon, all new recipe area!<br>
See you again in 2008!
<!-- END OF CONTENT AREA //-->