Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [JS] Problem mit PopUp (https://www.gegen-bilderklau.net/thread.php?threadid=96760)


Geschrieben von xbabycatx am 05.02.2007 um 21:51:

  Problem mit PopUp

So hab ein kleines Problem mit meinem Design :/ ich sags jetzt erstmal so: Das Design ist per Imagemap gecodet und soll sich im mainframe öffnen. Dieses mainframe verschiebt sich aber leider so weit nach unten das man es nicht mehr sieht. Naja ich stell hier mal Bilder, das design und den code rein:

hier könnt ihr es euch auch selbst anschauen: http://xbabycatx.xb.ohost.de/ die navigation ist das handball neben ^^

Popupcode von der Enterseite:
code:
1:
2:
3:
<p align="center"><a href="#"
onclick="MyWindow=window.open('mimikrausversion.htm','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=700,height=594,left=125,top=100'); return false;"><img
src="version1enter.png" border="0"></a></p>


Layoutcode:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
<html>
<head>
  <meta http-equiv="Content-Type"
 content="text/html; charset=iso-8859-1">
  <meta name="Author" content="Games">
  <meta name="GENERATOR"
 content="Microsoft FrontPage Express 2.0">
  <title>xbabycatx - Version *Mimi Kraus*</title>
</head>
<body>
<p><!--webbot bot="ImageMap" startspan

rectangle=" (662,219) (698, 258)  http://xbabycatx.xb.ohost.de/me.htm##main"

rectangle=" (662,272) (698, 308)  http://xbabycatx.xb.ohost.de/pets.htm##main"

rectangle=" (660,315) (698, 355)  http://xbabycatx.xb.ohost.de/friends.htm##main"

rectangle=" (661,365) (699, 402)  http://xbabycatx.xb.ohost.de/fotos.htm##main"

rectangle=" (662,417) (700, 448)  http://xbabycatx.xb.ohost.de/zeichnungen.htm##main"

rectangle=" (661,463) (699, 500)  http://xbabycatx.xb.ohost.de/grafiken.htm##main"

rectangle=" (665,510) (700, 551)  http://xbabycatx.xb.ohost.de/foryou.htm##main"

rectangle=" (662,558) (699, 594)  http://xbabycatx.xb.ohost.de/sonstiges.htm##main"

src="mimkrausversion.png" border="0" width="700" height="594"

name="mimikrausversion0" --><map
 name="FrontPageMap0">
<area shape="RECT" coords="662, 219, 698, 258"
 href="http://xbabycatx.xb.ohost.de/me.htm" target="main">
<area shape="RECT" coords="662, 272, 698, 308"
 href="http://xbabycatx.xb.ohost.de/pets.htm" target="main">
<area shape="RECT" coords="660, 315, 698, 355"
 href="http://xbabycatx.xb.ohost.de/friends.htm" target="main">
<area shape="RECT" coords="661, 365, 699, 402"
 href="http://xbabycatx.xb.ohost.de/fotos.htm" target="main">
<area shape="RECT" coords="662, 417, 700, 448"
 href="http://xbabycatx.xb.ohost.de/zeichnungen.htm"
 target="main">
<area shape="RECT" coords="661, 463, 699, 500"
 href="http://xbabycatx.xb.ohost.de/grafiken.htm" target="main">
<area shape="RECT" coords="665, 510, 700, 551"
 href="http://xbabycatx.xb.ohost.de/foryou.htm" target="main">
<area shape="RECT" coords="662, 558, 699, 594"
 href="http://xbabycatx.xb.ohost.de/sonstiges.htm" target="main">
</map>
<img src="mimkrausversion.png" name="mimikrausversion0"
 usemap="#FrontPageMap0" border="0" height="594"
 width="700"><!--webbot bot="ImageMap"

i-checksum="6517" endspan -->
<iframe src="main.htm" name="main" style=""
 frameborder="0" height="462" width="372"></iframe>
</p>
</body>
</html>


Im Anhang ist das Desi mit einer roten makierung (da sollte sich das design eigtl. öffnen) + das eigentliche design



Geschrieben von VivaLaEve am 06.02.2007 um 07:20:

 

mach aus dem:

<iframe src="main.htm" name="main" style=""
frameborder="0" height="462" width="372"></iframe>

mal:

<div style="position: absolute; left:HIERpx; top: HIERpx">
<iframe src="main.html" name="main" frameborder="0" width=372 height=462></iframe>
</div>

da wo hier steht, schreibst du bitte die koordinaten hin, die du beim überfahren der linken oberen ecke deiner weünschten iframestelle fährst...

nehm dir das bild:
http://www.gegen-bilderklau.net/attachment.php?attachmentid=151572

in deinem prog und fahr oben halt drüber
x = left
y = top glaub ich
dann dürftest du es platziert haben



Geschrieben von xbabycatx am 06.02.2007 um 22:07:

 

jap jetzt gehts fröhlich irgendwie hat der bei mir vorher die divs nich wirklich angenommen fröhlich dankeschön

- problem gelöst -


Forensoftware: Burning Board, entwickelt von WoltLab GmbH