scrolling="no" in pagina
jordi
23/09/2006 20:12:00het staat hier all boven hoe kan ik scrolling="no" in een pagina zetten ik wil mamelijk niet het frame op scrolling="no" zetten maar aleen een bepaalde pagina hoe doe je dat !!
PHP hulp
18/11/2024 09:24:23Leroy Boerefijn
23/09/2006 20:14:00jordi
23/09/2006 20:15:00PHP Newbie
23/09/2006 20:18:00jordi
23/09/2006 20:20:00jordi
23/09/2006 20:28:00Arjan Schuurman
23/09/2006 22:42:00Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<style>
.content {
overflow: none;
}
</style>
</head>
<body>
<div class="content">je codes</div>
</body>
</html>
<head>
<style>
.content {
overflow: none;
}
</style>
</head>
<body>
<div class="content">je codes</div>
</body>
</html>
Edit:
FF alles in BB Code gezet
Gewijzigd op 01/01/1970 01:00:00 door Arjan Schuurman