Hallo,
habe ein "kleines Problem". Habe eine Grafik geslicet und in einer Tabelle wieder zusammengesetzt. Ich möchte, dass sich die Grafik automatisch dem Browserfentser des jeweiligen Users anpasst..also habe ich die größe der einzelnen Grafiken auf 100% eingestellt.
<html>
<head>
<title>Forum</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor=#FFFFFF>
<table width=100% border=0 cellpadding=0 cellspacing=0>
<tr>
<td>
<img src="images/Forum1_01.gif" width=100% height=100%></td>
<td>
<img src="images/Forum1_02.gif" width=100% height=100%></td>
</tr>
<tr>
<td>
<img src="images/Forum1_03.gif" width=100% height=100%></td>
<td>
<img src="images/Forum1_04.gif" width=100% height=100%></td>
</tr>
<tr>
<td>
<img src="images/Forum1_05.gif" width=100% height=100%></td>
<td>
<img src="images/Forum1_06.gif" width=100% height=100%></td>
</tr>
</table>
</body>
</html>
Nun das Problem: In Firefox funktioniert alles einwandfrei..jedoch zeigt der IE plötzlich
gar nichts mehr an. Es liegt anscheinend an den % angaben. Ist das Normal und wenn ja wie kann
man das umgehen?
Ich hoffe man kann mir helfen.
Danke