Jag har problem med att mina frames anpassar sig efter storleken på webbläsarrutan eller vilken upplösning man har.. hur fixa?
<html>
<head>
<title></title>
</head>
<frameset framespacing="0" border="0" frameborder="0" cols="*,278">
<frameset rows="158,*">
<frame name="banner" scrolling="no" noresize target="contents" src="logo.htm">
<frameset cols="581,*">
<frame name="contents" target="main" scrolling="auto" src="main.htm" noresize>
<frame name="main" src="menu.htm" target="_self" scrolling="no" noresize>
</frameset>
</frameset>
<frameset rows="*,85%">
<frame src="banners.htm" target="_self" scrolling="no" name="da" noresize>
<frame name="dad2" src="hoger.htm" scrolling="no" target="_self" noresize>
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>