Toon posts:

[HTML -> Frames] Achtergrondkleur

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

Verwijderd

Topicstarter
Ik heb een probleempje met frames en dit ziet er als volgt uit:

Afbeeldingslocatie: http://members1.chello.nl/~m.c.j.m.lieshout/screen.gif

De bedoeling is dus dat de witte strepen (die in feite de randen van het frame markeren) de achtergrondkleur aannemen.
De source van het framewerk ziet er zo uit:
code:
1
2
3
4
5
6
7
8
<frameset rows="130,340,130">
  <frame name="top" scrolling="no" src="top.html" frameborder="no" noresize marginwidth="0" marginheight="0" framespacing="0">
  <frameset cols="100,400,300">
    <frame name="menu" scrolling="no" target="main" src="menu.html" frameborder="no" noresize marginwidth="0" marginheight="0" framespacing="0">
    <frame name="main" scrolling="no" src="home.html" frameborder="no" noresize marginwidth="0" marginheight="0" framespacing="0">
    <frame name="right" scrolling="no" src="right.html" frameborder="no" noresize marginwidth="0" marginheight="0" framespacing="0">
  </frameset>
  <frame name="bottom" scrolling="no" noresize src="bottom.html" frameborder="no" marginwidth="0" marginheight="0" framespacing="0">

Het moet iets simpels zijn, maar ik zie de fout niet/weet niet wat ik moet toevoegen. Alvast bedankt 8-)

  • cutter
  • Registratie: November 2000
  • Laatst online: 28-09-2025

cutter

Wannabe i7 fanboy

[topic=451699/1/25]

Daar staat het antwoord.

Dit topic is gesloten.