Toon posts:

[HTML] frameset probleem

Pagina: 1
Acties:
  • 40 views sinds 30-01-2008

Verwijderd

Topicstarter
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 )..
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

  • McVirusS
  • Registratie: Januari 2000
  • Laatst online: 21-08 10:46
http://www.w3schools.com/html/html_frames.asp

Als je een frame geen vaste breedte geeft resized deze inderdaad mee, met noresize geef je alleen aan dat de bezoeker niet met z'n muis de frames kan resizen.

Succes!

Dit topic is gesloten.