kijk eens naar:
http://studmail.hogent.be/~020812jr/frames/
en resize het venster in de breedte,
het frame dat in het geel gekleurd is, wordt ook geresized
nochthans heb ik NORESIZE bij het frame gezet ( nav2.html )..
Weet iemand raad?
tx in advance
jr3
http://studmail.hogent.be/~020812jr/frames/
en resize het venster in de breedte,
het frame dat in het geel gekleurd is, wordt ook geresized
nochthans heb ik NORESIZE bij het frame gezet ( nav2.html )..
code:
1
2
3
4
5
6
7
8
9
10
11
12
| <frameset rows="76,*" frameborder="NO" border="0" framespacing="0">
<frame src="nav.html" name="topnav" scrolling="NO" noresize >
<frameset rows="*" cols="*,185,565,*" frameborder="NO" border="0" framespacing="0">
<frame src="leftback.html" name="leftback" scrolling="NO" noresize marginwidth="0" marginheight="0">
<frame src="nav2.html" name="leftnav" frameborder="no" scrolling="NO" noresize marginwidth="0" marginheight="0">
<frameset rows="151,*" frameborder="NO" border="0" framespacing="0">
<frame src="titlenav.html" name="bodtop" scrolling="NO" noresize >
<frame src="overzicht.html" name="bod" scrolling="YES" noresize>
</frameset>
<frame src="rightback.html" name="rightback" scrolling="NO" noresize marginwidth="0" marginheight="0">
</frameset>
</frameset> |
Weet iemand raad?
tx in advance
jr3