davidlohmann
Neues Mitglied
Hallo !
Im Internet Explorer sieht eine Box auf meiner Seite so aus: http://www.davy.lima-city.de/ie.png
Im Firefox sieht es so aus: http://www.davy.lima-city.de/firefox.png (so soll es auch im IE sein)
Der Code hierzu:
Was muss ich verändern, damit es im IE genauso aussieht wie im Firefox?
Im Internet Explorer sieht eine Box auf meiner Seite so aus: http://www.davy.lima-city.de/ie.png
Im Firefox sieht es so aus: http://www.davy.lima-city.de/firefox.png (so soll es auch im IE sein)
Der Code hierzu:
PHP:
<?php
...
<table border="0" cellpadding="0" cellspacing="0" width="702">
<tbody><tr valign="top">
<td style="padding-top: 7px; font-size: 14px; color: rgb(255, 255, 255); text-shadow: 0px 0px 1px rgb(255, 255, 255);" align="center" background="design/special_head_lila.png" height="79" width="702"><b>'.$shopname.'</b></td>
</tr></tbody>
<tr valign="top">
<td background="design/special_bg_lila.png">
<div style="padding-left: 10px; margin-top: -40px;">
<!-- Specialbox inhalt -->
<TABLE borderColor=#ffffff height="150" cellPadding=3 cellSpacing=0 borderColorDark=#ffffff
borderColorLight=#000000 border=0>
<TR>
<TD background="besch.png" width="430" height="150">'.$shopbes.'</TD>
<TD background="bsg.png" height="181" >
<p align="center"><font color="#FFFFFF">Preis: <b>'.$shoppreis.' '.htmlentities(stripslashes($wahru)).'</b></p>
<br/>
<p><center><img src="'.$siteurl.'/shopfoto/'.$shopfoto.'" width="190" height="125" border="0"></center></p>
</TD>
</TR>
<tr>
<td width="1304" height="33" colspan="2"><form name="shopbest" method="POST" action="shop2.php"><font face="arial" size="2" align="right">';
echo '
</font></center></form></td>
</TR>
</TABLE><br>
<!-- ende Specialbox inhalt -->
</div>
</td>
</tr>
<tr>
<td background="design/special_foot_lila.png" height="14" width="702"></td>
</tr>
</tbody></table><br>
';
}
...
?>
Was muss ich verändern, damit es im IE genauso aussieht wie im Firefox?