Please help me solve this problem.. For some reason Firefox won't display my site like IE. I have attempted to solve the problem in various ways, but so no result.
The website have been created in Dream Weaver, and is located at the following position:
www.freebunch.com
The top menu is the problem, in IE it is firmly attached to the bar below. However, in firefox the menu floats above the bar, with an empty space between the two.
Obviously i want firefox to display this bar like IE does, with the menu attached to the bar.
This is the section causing trouble(Sorry for all the mouseover code):
HTML Code:
<tr>
<td width="617" height="17">
<p align="left"><a href="Frames/Home.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Home','','Knapper/BHome3.jpg',1)">
<img src="Knapper/BHome3.jpg" name="Home" width="105" height="17" border="0"></a>
<a href="Frames/Freestuff/Freestuff.htm" target="_top" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Freestuff','','Knapper/BFree2.jpg',1)">
<img src="Knapper/BFree.jpg" alt="Free Stuff" name="Freestuff" width="99" height="17" border="0"></a>
<a href="Frames/Competitions/Competitions.htm" target="_top" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Competitions','','Knapper/Bcomp2.jpg',1)">
<img src="Knapper/Bcomp.jpg" alt="Contests, competitions, sweepstakes" name="Competitions" width="99" height="17" border="0"></a>
<a href="Frames/Games/Games.htm" target="_top" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Games','','Knapper/Bgames2.jpg',1)">
<img src="Knapper/Bgames.jpg" alt="fun free online games" name="Games" width="98" height="17" border="0"></a>
<a href="Frames/Freestuff/Cash.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Survey','','Knapper/Bsurvey2.jpg',1)">
<img src="Knapper/Bsurvey.jpg" alt="Surveys" name="Survey" width="98" height="17" border="0"></a>
<a href="Frames/Contact.asp" target="_top" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Contact','','Knapper/Bcontact2.jpg',1)">
<img src="Knapper/Bcontact.jpg" alt="Contact" name="Contact" width="99" height="17" border="0"></a>
</td>
</tr>
<tr>
<td height="7" valign="top"><img src="Barer/Topbartop.jpg" width="852" height="11">
</td>
</tr>
Any help will be greatly appreciated