Hardcoreentertaiment
PC-Selbstbauer(in)
ich habe folgenden quellcode:
<html>
<head>
<meta name="frames" content=
"HTML Tidy for Windows (vers 14 October 2008), see www.w3.org">
<title>Frameset</title>
</head>
<frameset rows="250,*" frameborder="1" border="1" framespacing="1"
bordercolor='#E53D3D'>
<frameset cols="400,400;400;400" frameborder="1" border="1"
framespacing="1">
<frame src="http://home.snafu.de/r.langer/images/logo.gif" name=
"li_ob" scrolling="auto" marginwidth='300' marginheight='200'>
<frame src="inhalt.html" name="haupt" scrolling="auto">
<frame src="inhalt.html" name="haupt" scrolling="auto">
<frame src="inhalt.html" name="haupt" scrolling="auto">
</frameset>
<frameset cols="500,*" frameborder="1" border="1" framespacing="1">
<frameset rows="400,400" frameborder="1" border="1" framespacing=
"1">
<frame src="http://home.snafu.de/r.langer/images/logo.gif" name=
"li_ob" scrolling="auto">
<frame src="inhalt.html" name="haupt" scrolling="auto">
</frameset>
<frame src="rechts_unten.html" name="re_un" scrolling="auto">
</frameset>
</frameset>
</html>
meine frage wäre jetzt wie ich es hinbekomme das die einzelnen fenster auch beim vergrößern des explorerfensters die gleiche größe haben wie im verkleinerten zustand des explorers
<html>
<head>
<meta name="frames" content=
"HTML Tidy for Windows (vers 14 October 2008), see www.w3.org">
<title>Frameset</title>
</head>
<frameset rows="250,*" frameborder="1" border="1" framespacing="1"
bordercolor='#E53D3D'>
<frameset cols="400,400;400;400" frameborder="1" border="1"
framespacing="1">
<frame src="http://home.snafu.de/r.langer/images/logo.gif" name=
"li_ob" scrolling="auto" marginwidth='300' marginheight='200'>
<frame src="inhalt.html" name="haupt" scrolling="auto">
<frame src="inhalt.html" name="haupt" scrolling="auto">
<frame src="inhalt.html" name="haupt" scrolling="auto">
</frameset>
<frameset cols="500,*" frameborder="1" border="1" framespacing="1">
<frameset rows="400,400" frameborder="1" border="1" framespacing=
"1">
<frame src="http://home.snafu.de/r.langer/images/logo.gif" name=
"li_ob" scrolling="auto">
<frame src="inhalt.html" name="haupt" scrolling="auto">
</frameset>
<frame src="rechts_unten.html" name="re_un" scrolling="auto">
</frameset>
</frameset>
</html>
meine frage wäre jetzt wie ich es hinbekomme das die einzelnen fenster auch beim vergrößern des explorerfensters die gleiche größe haben wie im verkleinerten zustand des explorers



