Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

simple HTML problem plz help

Status
Not open for further replies.

786snow

Programmer
Nov 12, 2006
75
Hi,

please check this page, all i did , I added one row

Code:
<tr>
     <td  colspan='3'>
				
	test<br>
	test<br>
	test<br>
	test<br>
	test<br>
	test<br>
				
	</td>
  </tr>



just on top of submit



It look fine on IE


But in Fire fox it stretches on top of the bottom, even the submit button does not work. I tried different things but nothing workerd. I don't know what is going on? I will apprecaie your help
 
Your div#form_area has a height that is actually less than the content inside of it. IE ignores that and expands the container but FF does not. Remove the height to make it work in FF.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top