Scusa hai ragione ti devo postare il codice originale.
ecco l'html originale con le tabelle:
codice:
<div class="menu">
<form name="formSearch" method="POST" action="searchResults.php">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr height="83px">
<td align="left" valign="top" rowspan="2"> </td>
<td align="right" valign="bottom" width="100%">
<input type="text" name="QS" value="<?=$__qs?>" class="baseTextBox searchTextBox" />
</td>
<td align="right" valign="bottom">
[img]img/search_button.png[/img]
</td>
<td align="center" valign="bottom">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>[img]<?=$SiteURL?>/img/it.png[/img]</td>
<td>[img]<?=$SiteURL?>/img/en.png[/img]</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" align="right" valign="top" style="font-size: 7pt;">
<? include "inc/menu_internal.php"; ?>
</td>
</tr>
</table>
<input type="hidden" name="ACTION" value="search">
</form>
</div>
ed il relativo css:
codice:
.menu {
width: 1000px;
height: 106px;
background: url(../img/menu.png) no-repeat top left;
}
.menu .content {
background-color: transparent;
font-family: Verdana, Arial, Sans-Serif;
font-size: 7pt;
font-weight: bold;
}
.baseTextBox {
background-image: url('../img/search_textbox.png');
background-position: top left;
background-repeat: no-repeat;
font-family: Arial, Sans-Serif;
font-size: 9pt;
font-weight: bold;
border: 1px solid #cccccc;
height: 17px;
padding-left: 50px;
vertical-align:top;
}
.searchTextBox {
width: 168px;
height: 17px;
}
.searchButton {
background-image: url('../img/search_button.png');
background-position: top left;
background-repeat: no-repeat;
width: 51px;
height: 18px;
border-style: none;
}
.loginButton {
background-image: url('../img/login_button.png');
background-position: top left;
background-repeat: no-repeat;
width: 41px;
height: 18px;
border-style: none;
}