Well after giving up on this problem in early December I am back at it again.
I have an html file for the header that appears on all pages on the site that I place in my shopping carts directory on our webserver. The shopping cart 'grabs' this html file to create the header that appears on every page. Something in this file is causing the problem with the search box being in the incorrect location when viewing the site with Firefox or Mozilla. Below are the contents of the file if anyone wants to look. Here is a link to one of the pages where the Search box is incorrectly placed in the top left corner of the page.
http://www.ferretdepot.com/Merchant2/merchant.mvc
I would like the search box to appear in the same area of the page that it does here.
http://www.ferretdepot.com/specials.shtml
file contents:
<div style="position:absolute; top:10px; left: 95px;"><a href="/index.html"><img src="/img/logo.jpg" alt="Go Home!"></a></div>
<div id="topright">
<div id="top2">
<a href="/Merchant2/merchant.mvc?Screen=SACNT">My Account</a><br />
<a href="/Merchant2/merchant.mvc?Screen=BASK">Basket Contents</a><br />
<a href="/Merchant2/merchant.mvc?Screen=SOINF">Checkout</a><br />
</div>
<a href="/custservice.shtml">Help</a><br>
<a href="/contact.shtml">Contact Us</a><br />
<a href="/flyerrequest.shtml">Flyer Request</a><br />
</div>
<div style="position:absolute; top:140px; left:70px;">
<img src="/img/slogan.gif" alt="The Fast Track For all Your Ferret Needs!" width="407" height="28">
</div>
<div style="position:absolute; top:168px; left:560px;">
<form METHOD="post" ACTION="http://www.ferretdepot.com/Merchant2/merchant.mvc?">
<span style="position:relative; top: 4px;"><input type="IMAGE" name="Add button" src="/Merchant2/graphics/00000001/search.gif" alt="Search Ferret Depot"></span>
<input TYPE="text" NAME="Search_search" SIZE="15" VALUE="" valign="top">
<input TYPE="hidden" NAME="Store_Code" VALUE="fd">
<input TYPE="hidden" NAME="Screen" VALUE="SRCHM">
<INPUT TYPE="hidden" NAME="Search_desc" VALUE="1">
<INPUT TYPE="hidden" NAME="Search_ctgy" VALUE="1">
<INPUT TYPE="hidden" NAME="Search_keys" VALUE="1">
<INPUT TYPE="hidden" NAME="Search_and" VALUE="1">
<INPUT TYPE="hidden" NAME="Search_name" VALUE="1">
<INPUT TYPE="hidden" NAME="Search_code" VALUE="1">
<INPUT TYPE="hidden" NAME="SearchAdd_1" VALUE="1">
<INPUT TYPE="hidden" NAME="SearchAdd_2" VALUE="1">
<INPUT TYPE="hidden" NAME ="BrokSearch_Have_List_Fields" VALUE="1">
</form>
</div>
<div style="position:relative; top:197px; left:10px; padding:1px;">
<a href="/Merchant2/merchant.mvc"><img src="/img/shoppingnav.gif" alt="Shopping" width="100" height="30"></a><a href="/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=FoodTreats"><img src="/img/foodtreatsnav.gif" alt="Food & Treats" width="82" height="30"></a><a href="/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=HomesCarriers"><img src="/img/homescarriersnav.gif" alt="Homes and Carriers" width="82" height="30"></a><a href="/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=LitterAcc"><img src="/img/litternav.gif" alt="Ferret Litter" width="82" height="30"></a><a href="/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=ToysPlaytime" accesskey="t"><img src="/img/toysnav.gif" alt="Ferret Toys" width="82" height="30"></a><a href="/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=HealthCare"><img src="/img/healthcarenav.gif" alt="Ferret Health Care" width="82" height="30"></a><a href="/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=Cleaning" accesskey="c"><img src="/img/cleaningnav.gif" alt="Ferret Cleaning Products" width="82" height="30"></a><a href="/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=CollarsWearables"><img src="/img/clothingnav.gif" alt="Ferret Wearables" width="82" height="30"></a><a href="/Merchant2/merchant.mvc"><img src="/img/morenav.gif" alt="More Ferret Depot Supplies." width="82" height="30"></a>
</div>
<div style="position:relative; top:197px; left:10px;">
<a href="/specials.shtml"><img src="/img/rednavbar.gif" alt="Ferret Depot Specials" height="20" width="770"></a>
</div>
<div style="position:relative; top:200px;left:2px;">
end of file:
thanks, eli