Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Grafiken (https://www.gegen-bilderklau.net/board.php?boardid=42)
---- Bewertungen (https://www.gegen-bilderklau.net/board.php?boardid=25)
----- Frühlingsdesing (https://www.gegen-bilderklau.net/thread.php?threadid=39014)


Geschrieben von mayapferd am 13.11.2005 um 08:55:

  Frühlingsdesing

Ja,ja kaum steht der Winter vor der Tür macht das Mayachen schon ein Frühlingsdesing.Es wäre toll wenn mir es jemand für piranho coden könnte oder zumindest das ipmap.Es sollte direkt über das untermenü.

Bilder by equusite.com



Geschrieben von mayapferd am 13.11.2005 um 09:20:

 

stimmt bisschen dunkel ist es schon.Aber ich habe hier meine Ip-mapcoderin*zuschneggeschiel*



Geschrieben von Sulaikameinstern am 13.11.2005 um 09:29:

 

Ganz schön eigentlich, nur die farbe ist nicht ganz mein Geschmack!
Aber sonst cool!



Geschrieben von mayapferd am 13.11.2005 um 09:31:

 

ja,ja die farbe aber thx



Geschrieben von Chiara am 13.11.2005 um 09:34:

 

Ja also ich finde das Pferd zu Transparent. Aber die Überschrift ist einfach nur hammer.
Von wo bekommt man die und wie heisst se?
Die Menüseite gefällt mir net is zu leer.



Geschrieben von Schnegge am 13.11.2005 um 09:47:

 

Wie? Wo? Was?
Da, hast du dein ImagemapxD

code:
1:
2:
3:
4:
5:
6:
7:
<p><map name="FPMap0">
<area href="start.htm" shape="rect" coords="2, 5, 77, 39">
<area href="gaeste.htm" shape="rect" coords="2, 49, 85, 93">
<area href="member.htm" shape="rect" coords="0, 92, 87, 131">
<area href="pferde.htm" shape="rect" coords="0, 130, 79, 166">
<area href="umgebung.htm" shape="rect" coords="0, 163, 155, 207">
<area href="spass.htm" shape="rect" coords="0, 207, 133, 248"></map><img border="0" src="ADDY DER GRAFIK" usemap="#FPMap0" width="158" height="257"></p>


Ich find das Pferd viiel zu transparent, sollte man besser sehen. Und irgendwie hast du alles rechts hin gpappt und links ist alles leer o.O
Die Texturen gefallen mir aber C=



Geschrieben von mayapferd am 13.11.2005 um 09:52:

 

Jap,Schnegge danke für den Code.

Ist mir auch grad aufgefallen das es etwas transparent ist aber Links kommt doch noch das Menü hin Augenzwinkern

Die Schrift ist von dafont.com und heisst Linda´s Lament&A Yummy Apology

Edit:Hab´s mal eingebaut allerdings öffnet sich es nicht im untermenü*heul*
http://eichenallee.piranho.com/Status/tests/lay2.htm



Geschrieben von Schnegge am 13.11.2005 um 12:27:

 

Bei dir haben auch die alle Frames den selben Name o.O
Du musst im letzten Framecode das hier abändern
code:
1:
name="Layer1"

Da musst du jetzt z.B. name="menu2" hinschreiben oder ähnliches und dann im Imapgemap code target="menu2" angeben
XD



Geschrieben von mayapferd am 13.11.2005 um 12:51:

 

ähm,hier gibt es nirgenwo ein target!(Im code)




<html>

<bg properties scroll="no">


<head>
<title>Stable Horse Ranch</title>
<style>
body { scrollbar-face-color: #C6BBBA;
scrollbar-highlight-color: #C6BBBA;
scrollbar-3dlight-color: #C6BBBA;
scrollbar-darkshadow-color: #C6BBBA;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #C6BBBA;
</style>

</head>

<body background="http://eichenallee.piranho.com/Status/tests/desing_frueling.JPG
" bgcolor="#ECF6E4">
<div id="Layer1" style="position: absolute; left: 200px; top: 160px;">
<iframe src="http://eichenallee.piranho.com/start.htm" name="content" width="640" height="450" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="menue" style="position: absolute; left: 8px; top: 444px;">
<iframe src="http://eichenallee.piranho.com/Status/tests/menue.htm" name="Layer1" width="170" height="320" frameborder=0 scrolling="no" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
<div id="ipmapmenue" style="position: absolute; left:20px; top: 110px;">
<iframe src="http://eichenallee.piranho.com/Status/tests/menue_frueling.htm" name="Layer1" width="217" height="330" frameborder=0 scrolling="no" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<script language="Javascript" type="text/javascript">
<!--

xid = Math.random();
xid *= 10000000000000;
xid = Math.ceil(xid);

var URL = unescape(location.href);

var xstart = URL.lastIndexOf("piranho")-1;
var user = URL.substring(7,xstart);

document.write('<SCRIPT LANGUAGE="Javascript" src="http://www.piranho.com/ad.php?user='+user+'&xid='+xid+'"></' + 'SCRIPT>');

-->
</script>

<script language="Javascript" type="text/javascript">
<!--

xid = Math.random();
xid *= 10000000000000;
xid = Math.ceil(xid);

var URL = unescape(location.href);

var xstart = URL.lastIndexOf("piranho")-1;
var user = URL.substring(7,xstart);

document.write('<SCRIPT LANGUAGE="Javascript" src="http://www.piranho.com/ad.php?user='+user+'&xid='+xid+'"></' + 'SCRIPT>');

-->
</script></body>

</html>



Geschrieben von Schnegge am 13.11.2005 um 13:10:

 

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:
62:
63:
64:
65:
66:
67:
68:
69:
<html>

<bg properties scroll="no">


<head>
<title>Stable Horse Ranch</title>
<style>
body { scrollbar-face-color: #C6BBBA;
scrollbar-highlight-color: #C6BBBA;
scrollbar-3dlight-color: #C6BBBA;
scrollbar-darkshadow-color: #C6BBBA;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #C6BBBA;
</style>

</head>

<body background="http://eichenallee.piranho.com/Status/tests/desing_frueling.JPG" bgcolor="#ECF6E4">
<div id="Layer1" style="position: absolute; left: 200px; top: 160px;">
<iframe src="http://eichenallee.piranho.com/start.htm" name="content" width="640" height="450" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="menue" style="position: absolute; left: 8px; top: 444px;">
<iframe src="http://eichenallee.piranho.com/Status/tests/menue.htm" name="frame" width="170" height="320" frameborder=0 scrolling="no" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
<div id="ipmapmenue" style="position: absolute; left:20px; top: 110px;">
<iframe src="http://eichenallee.piranho.com/Status/tests/menue_frueling.htm" name="menu" width="217" height="330" frameborder=0 scrolling="no" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<script language="Javascript" type="text/javascript">
<!--

xid = Math.random();
xid *= 10000000000000;
xid = Math.ceil(xid);

var URL = unescape(location.href);

var xstart = URL.lastIndexOf("piranho")-1;
var user = URL.substring(7,xstart);

document.write('<SCRIPT LANGUAGE="Javascript" src="http://www.piranho.com/ad.php?user='+user+'&xid='+xid+'"></' + 'SCRIPT>');

-->
</script>

<script language="Javascript" type="text/javascript">
<!--

xid = Math.random();
xid *= 10000000000000;
xid = Math.ceil(xid);

var URL = unescape(location.href);

var xstart = URL.lastIndexOf("piranho")-1;
var user = URL.substring(7,xstart);

document.write('<SCRIPT LANGUAGE="Javascript" src="http://www.piranho.com/ad.php?user='+user+'&xid='+xid+'"></' + 'SCRIPT>');

-->
</script></body>

</html> 


Nimm das als Lay-Code
und das

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:
 <p><map name="FPMap0">
<area href="http://eichenallee.piranho.com/Status/menue_start.htm" shape="rect" coords="2, 5, 77, 39" target="menu">
<area href="http://eichenallee.piranho.com/Status/menue_geaste.htm" shape="rect" coords="2, 49, 85, 93" target="menu">
<area href="http://eichenallee.piranho.com/Status/menue_member.htm" shape="rect" coords="0, 92, 87, 131" target="menu">
<area href="http://eichenallee.piranho.com/Status/menue_pferde.htm" shape="rect" coords="0, 130, 79, 166" target="menu">
<area href="http://eichenallee.piranho.com/Status/menue_hof.htm" shape="rect" coords="0, 163, 155, 207" target="menu">
<area href="http://eichenallee.piranho.com/Status/menue_spas.htm" shape="rect" coords="0, 207, 133, 248" target="menu"></map><img border="0" src="http://eichenallee.piranho.com/Status/tests/menue_frueling.JPG" usemap="#FPMap0" width="158" height="257" target="menu"></p>
 
 


<script language="Javascript" type="text/javascript">
<!--

xid = Math.random();
xid *= 10000000000000;
xid = Math.ceil(xid);

var URL = unescape(location.href);

var xstart = URL.lastIndexOf("piranho")-1;
var user = URL.substring(7,xstart);

document.write('<SCRIPT LANGUAGE="Javascript" src="http://www.piranho.com/ad.php?user='+user+'&xid='+xid+'"></' + 'SCRIPT>');

-->
</script>


als Frame bzw. Imagemap-Code
Dann musste es klappen



Geschrieben von mayapferd am 13.11.2005 um 13:29:

 

dankev aber
1.ist es jetzt zu weit oben
2.öffnen sich die menüs im pop-up



Geschrieben von mayapferd am 14.11.2005 um 18:14:

 

kein comment mehr?


Forensoftware: Burning Board, entwickelt von WoltLab GmbH