Hi,
ich habe folgende index.htm Seite:
Der IE stellt mir alles richtig dar. Nur der Firefox schluckt den rechten und unteren Rand. Kann mir da einer helfen?
Div
ich habe folgende index.htm Seite:
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Meins</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
#border {
margin-top:15px;
margin-bottom:15px;
margin-left:15px;
margin-right:15px;
}
</style>
</head>
<frameset id="border" cols="175,*" frameborder="NO" border="0" framespacing="0">
<frame src="pages/menu.htm" name="leftFrame" scrolling="NO" noresize marginwidth=10 marginheight=7 target="mainFrame">
<frameset rows="140,*,70" frameborder="NO" border="0" framespacing="0" >
<frame src="pages/top.htm" name="topFrame" scrolling="NO" noresize>
<frame src="pages/home.htm" name="mainFrame" noresize>
<frame src="pages/bottom.htm" name="bottonFrame" scrolling="no" noresize>
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>
Der IE stellt mir alles richtig dar. Nur der Firefox schluckt den rechten und unteren Rand. Kann mir da einer helfen?
Div