obiwan1973: Verlinktes Bild in einer Tabellenzelle zentrieren

Beitrag lesen

Hallo,

ich möchte ein verlinktes Bild in einer Tabellenzelle zentrieren. IE machts ohne Probleme. Wie geht es mit FF und Opera?

Gruß

Thomas

  
	<form id="form_test" name="form_test">  
	  
		<table border="1" cellspacing="0" cellpadding="0" style="margin: 0px; width: 100%; height: 100%; display: block">  
			  
			<tr style="height: 100%">  
		  
				<td align="center" valign="middle" style="text-align: center; vertical-align: middle; margin: 0px; padding: 0px">	  
  
					<a href="javascript: funct_check_inputs()" border="0" hspace="0" vspace="0" alt="" title="" style="cursor: pointer">  
							  
						<img src="images/start2.jpg" border="0" hspace="0" vspace="0" alt="" title="" style="cursor: pointer">  
  
					</a>  
		  
				</td>  
				  
			</tr>  
			  
		</table>		  
  
		<input type="hidden" id="input_ip" name="input_ip" hspace="0" vspace="0" align="absmiddle" style="width: 155px" value="192.0.0.1">  
		  
		<img id="img_transparent" name="img_transparent" src="images/trans_login.gif" hspace="0" vspace="0" style="width: 0px; height: 0px; text-decoration: none">  
  
	</form>