Ok, on http://www.jjgaming.com I have been told that the search section on the bottom left overlaps when viewed in FireFox. I DL that browser and sure enough it overlaps the graphics so you cannot view the button to submit the query. I have included the code that I am using to see if anyone has any ideas. Please help me if you have a clue where to start on this. I have been working on it for about 2 hours now with no luck.
Code:
Code:
<!-- Search -->
<table width="170" border="0" cellpadding="0" cellspacing="0" bgcolor="#4B4B4B">
<tr>
<td colspan="2"><img src="images/search_01.jpg" width="170" height="27"></td>
</tr>
<tr>
<td height="37" align="center" valign="middle" background="images/search_bg.jpg"> <FORM ACTION=/redirect/dropdownnavigator.php METHOD=post>
<SELECT NAME=location style="color: orange; background: black; font-weight:bold">
<option value="http://www.jjgaming.com">Choose a Site</option>
<option value="http://www.gamingfiles.com/network/links.byebye?link=2459">Battlefield 1942</option>
<option value="http://www.dfbhdnordic.dk/index.php">Blackhawk Down</option>
<option value="http://civ3.1bigcommunity.com/community.asp?id=10061">Civilization 3</option>
<option value="http://www.racesimulations.com/CMR3/index.php">Colin McRae 3</option>
<option value="http://www.planethalflife.com/cs/">Counter Strike</option>
<option value="http://www.racesimulations.com/F12002/index.php">Formula 1 2002</option>
<option value="http://www.racesimulations.com/F12002/index.php">Formula 1 Challenge</option>
<option value="http://www.racesimulations.com/GP3/index.php">Grand Prix 3</option>
<option value="http://www.racesimulations.com/GP4/index.php">Grand Prix 4</option>
<option value="http://www.racesimulations.com/GTR/index.php">GTR 2002</option>
<option value="http://www.planethalflife.com/">Half Life</option>
<option value="http://www.planethalflife.com/half-life2">Half Life 2</option>
<option value="http://www.3dactionplanet.com/halo/">Halo</option>
<OPTION VALUE="http://www.jjgaming.com/nascar">Nascar Racing </option>
<option value="http://www.simcitycentral.net/">Sim City 4</option>
<option value="http://www.simcitysphere.com">Sim City Sphere</option>
<option value="http://swg.allakhazam.com/">Star Wars Galaxies</option>
</SELECT>
<INPUT TYPE=submit VALUE="Take Me There">
</FORM>
<a href="http://www.jjgaming.com/feedback">Get your site listed</a> </td>
</tr>
<tr>
<td colspan="2"><img src="images/search_05.jpg" width="170" height="13"></td>
</tr>
</table>
<!-- Search -->
I should also note that this table is nested inside of another table tag. Not sure if that is what is causing this or not, but it might help someone out in solving this. Thanks in advance for the help.
__________________
Gaming is Everything
Please login or register to view this content. Registration is FREE
Last edited by jammin411; 03-01-2004 at 03:12 AM..
|