Voor de HTML-wonders onder ons: HELP!

Moderators: Polly, Muiz, NadjaNadja, Telpeva, Essie73, ynskek, Ladybird

Toevoegen aan eigen berichten
 
 
Vanillia

Berichten: 7794
Geregistreerd: 22-09-02

Voor de HTML-wonders onder ons: HELP!

Link naar dit bericht Geplaatst door de TopicStarter : 11-01-06 20:32

Code
<html>
<head>
</head>
<body>
<img src="layout.jpg" width="800" height="600" border="0" usemap="#Map">
<map name="Map">
  <area shape="rect" coords="63,277,105,294" href="intro.html" target="iframe">
  <area shape="rect" coords="40,294,128,309" href="lidworden.html" target="iframe">
  <area shape="rect" coords="62,311,108,324" href="uitleg.html" target="iframe">
  <area shape="rect" coords="68,325,104,338" href="faq.html" target="iframe">
  <area shape="rect" coords="60,342,112,355" href="FORUM" target="_blank">
  <area shape="rect" coords="27,357,141,371" href="leden.html" target="iframe">
  <area shape="rect" coords="59,413,108,424" href="shouri.html" target="iframe">
  <area shape="rect" coords="57,427,112,441" href="fushigi.html" target="iframe">
  <area shape="rect" coords="50,445,119,456" href="densetsu.html" target="iframe">
  <area shape="rect" coords="62,477,105,491" href="kopen.html" target="iframe">
  <area shape="rect" coords="54,492,115,507" href="keuring.html" target="iframe">
  <area shape="rect" coords="44,507,123,524" href="wedstrijd.html" target="iframe">
  <area shape="rect" coords="54,523,113,537" href="fokken.html" target="iframe">
  <area shape="rect" coords="37,538,132,555" href="verkiezingen.html" target="iframe">
</map>
<iframe name="iframe" src="intro.html"
width="590" height="380" marginwidth="0" marginheight="0"
hspace="167" vspace="168" frameborder="0" scrolling=yes></iframe>


</body>
</html>


Nou wil ik dat het iFrame in het plaatje valt, is dit uberhaupt wel mogelijk? Zonder die Map is het me al gelukt, maar het samenbrengen van de 2 lukt niet.

Hier kun je zien wat ik wil (zonder de links dus).
Hier kun je zien wat het resultaat is van de code hierboven.