Jump to content
  • 0

Переклинило,помогите :)


Toster
 Share

Question

Собственно климануло.. уже пару часов сижу,выход из ситуации найти не могу вот код:

<table id="Table_01" width="180" height="86" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="images/search_01.gif" width="180" height="6" ></td>
</tr>
<tr>
<td rowspan="3">
<img src="images/search_02.gif" width="17" height="80"></td>
<td>
<img src="images/search_03.gif" width="146" height="31"></td>
<td rowspan="3">
<img src="images/search_04.gif" width="17" height="80"></td>
</tr>
<tr>
<td>
<input type="text" name="n" value="" style="width:146px; height:20px; font-family:tahoma; font-size:11px; border-style:solid; border-width:0px " onFocus="if(this.value''потом ..;"></td>
</tr>
<tr>
<td width="146" height="29" bordercolor="#000000" background="images/search_06.gif"> 
</td>
</tr>
</table>
</body>

Заготовка поисковой формы,отображение в опере и мозиле отличное,но вот ИЕ гад,верхний и нижний блок растягивает..

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

если правильно понял

 <table border=1 id="Table_01" width="180" height="86" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="images/search_01.gif" width="180" height="6" ></td>
</tr>
<tr>
<td rowspan="3">
<img src="images/search_02.gif" width="17" height="80"></td>
<td>
<img src="images/search_03.gif" width="146" height="3"></td>
<td rowspan="3">
<img src="images/search_04.gif" width="17" height="80"></td>
</tr>
<tr>
<td>
<input type="text" name="n" value="" style="width:146px; height:20px; font-family:tahoma; font-size:11px; border-style:solid; border-width:0px " onFocus="if(this.value''потом ..;"></td>
</tr>
<tr>
<td height="3" bordercolor="#000000" background="images/search_06.gif">
</td>
</tr>
</table>

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy