Hallo. ^^
Ich hatte vor ein paar Wochen einen Quellcode meiner Seite gepostet.. ein Menu mit iframe, dass nicht bis ganz nach unten zum Ende des Exploerers reichte.
Jetzt habe ich mal was GANZ einfaches versucht..
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>test</title>
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body bgcolor="#14285f">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><iframe src="intro.html" name="main" width="100%" "height="100%" frameborder="0"></iframe></td>
</tr>
</table>
</body>
</html>
..tja und was soll ich sagen? Ich bekomme trotzdem keine 100% Höhe. Das frame ist nur ca. 200px hoch. Auf was bezieht sich jeweils das "100%"?? Wie bekomme ich das hin? Bitte helft mir. =(
Liebe Grüße, Thorsten