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)
---- Tutorials und FAQ (https://www.gegen-bilderklau.net/board.php?boardid=45)
----- [HTML] Design mit Untermenu coden (https://www.gegen-bilderklau.net/thread.php?threadid=116325)


Geschrieben von Nika am 26.12.2008 um 22:41:

 

-



Geschrieben von Nika am 26.12.2008 um 23:05:

 

dankeee

es funktioniert ... hab den Fehler jetzt auch gefunden

dankeschööön :-*



Geschrieben von Ade am 22.02.2009 um 21:15:

 

wröm.
Hat geklappt.<3 Danke smile



Geschrieben von Sportfreundin am 21.05.2009 um 16:43:

 

daaaanke klasse erklärt,
hat auf Anhieb geklappt


Soprtfreundin



Geschrieben von Shinea am 27.06.2009 um 15:24:

 

-Edit-
Hab den Fehler selbst gefunden smile



Geschrieben von Mercedes am 08.07.2010 um 16:46:

 

Hallo.
Ich habe ein Problem.
Immer wenn ich im Menü auf einen Link klicke, öffnet sich dieser nicht im Untermenü sondern im Menü.
Hier der Link: http://roemerhof.bplaced.net/DESIGNROE.html

Und die Codes:
Grundcode:
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:
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>R&ouml;merhof</title>
<style type="text/css">
<!--
body { scrollbar-highlight-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-3dlight-color:#92d648;
scrollbar-base-color:#92d648;
scrollbar-darkshadow-color:#92d648;
scrollbar-face-color:#92d648;
scrollbar-shadow-color:#92d648;
background-image:url("http://roemerhof.bplaced.net/R%d6MER.PNG");
background-position: top left; background-repeat: no-repeat; background-color:#ffffff; }
-->
</style>
</head>
<body>
<div
style="position: absolute; top: 102px; left: 289px; width: 291px; height: 484px;">
<iframe name="main"
src="http://roemerhof.bplaced.net/Home.html" style=""
;="" align="top right" frameborder="0"
height="430" scrolling="auto" width="632"> </iframe></div>
<div style="left: 0px; top: 711px; position: absolute;">
<iframe name="menu"
src="http://roemerhof.bplaced.net/Menu.html" style=""
;="" align="top right" frameborder="0" height="54"
scrolling="auto" width="1024"> </iframe></div>
<div style="left: 0px; top: 0px; position: absolute;">
<iframe name="untermenue"
src="http://roemerhof.bplaced.net/untermenue.html" style=""
;="" align="top right" frameborder="0"
height="354" scrolling="auto" width="162"> </iframe></div>
</body>
</html>

Menücode:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Menu</title>
</head>
<body>
<div
style="text-align: center; font-family: Algerian; color: rgb(0, 0, 0);"><big><font><a
href="http://roemerhof.bplaced.net/Allgemeines.html" _self=""
target=""><span style="color: rgb(0, 0, 0);">Allgemeines</span></a><font><a
href="http://roemerhof.bplaced.net/Reitstall.html" _self=""
target=""> &nbsp; &nbsp; &nbsp;
&nbsp; <span style="color: rgb(0, 0, 0);">R&ouml;merhof</span></a></font></font></big></div>
</body>
</html>

Untermenücode:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>untermenue</title>
</head>
<body>
Hier &ouml;ffnet sich das Untemen&uuml;!
</body>
</html>
 

Ok, wenn nochwas Fehlt bitte Melden.
Ich hoffe mir Hilft jemand!



Geschrieben von sina91 am 10.07.2010 um 21:03:

 

Falls du die Lösung noch nicht hast;
Dein Code muss so aussehen:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Menu</title>
</head>
<body>
<div
style="text-align: center; font-family: Algerian; color: rgb(0, 0, 0);"><big><font><a
href="http://roemerhof.bplaced.net/Allgemeines.html"
target="untermenue"><span style="color: rgb(0, 0, 0);">Allgemeines</span></a><font><a
href="http://roemerhof.bplaced.net/Reitstall.html" target="untermenue"> &nbsp; &nbsp; &nbsp;
&nbsp; <span style="color: rgb(0, 0, 0);">R&ouml;merhof</span></a></font></font></big></div>
</body>
</html>



Forensoftware: Burning Board, entwickelt von WoltLab GmbH