frames-ingen scrollbars
hejsa eksperter,Jeg er ved at lave en side i html/css. og er kommet et godt stykke vej nu.
mit problem er at når siden er indlæst i browseren kan man indstille størrelsen på de frames jeg har samt der er scrollbars, hvordan fjerner man det??
Min html kode er her
-----------------------------------------------------------
<html>
<frameset rows="16%,68%,*" cols="11%,*">
<frame name="antal" src="antal.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
<frame name="banner" src="banner.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
<frame name="menu" src="menu.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
<frame name="main" src="main.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
<frame name="banned" src="banned.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
<frame name="news" src="news.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
</frameset>
<head>
<title>Untitled</title>
</head>
<body>
</body>
</html>
