also ich habe ein 4 teiliges Frameset bestehend aus:
links-oben: logo
links-unten: menu
rechts-oben: banner
rechts-unten: main
ich will ein hintergrundbild auf der seite haben, wie kriege ich das hin?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<title>Willkommen auf meiner Seite</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<frameset rows="130,*" cols="130,*" frameborder="no" border="0" framespacing="0">
<frame src="../logo.htm" name="logo" frameborder="no" scrolling="no" noresize="NORESIZE" id="logo" />
<frame src="../homeurl.htm" name="top" frameborder="no" scrolling="no" noresize="noresize" id="top" />
<frame src="navigation.htm" name="navi" frameborder="no" scrolling="auto" noresize="noresize" bordercolor="#FFFFFF" id="navi" />
<frame src="main.htm" name="main" frameborder="no" scrolling="auto" noresize="noresize" id="main" />
</frameset>
<body background="../Bilder/browser.gif">
</body>
</html>
dies funz nicht