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)
----- [HTML] Menü wird nicht angezeigt (https://www.gegen-bilderklau.net/thread.php?threadid=149470)


Geschrieben von Startpost-Retter am 29.01.2009 um 19:53:

  Menü wird nicht angezeigt

Hey,

ich helfe ner Freundin im Moment bei ihrem vrh und das Menü geht irgendwie nicht. Ist bei Oyla.

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:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
<html> 
                          <head> 
                                                                   
                          <title>Zuchtstation Bartel</title>
                                                                       
                          <style type="text/css">
                          <!--
                          body {<img border="0" src="http://i36.tinypic.com/25j8cq0.png" scroll="no"  bgproperties="fixed" align ="center" style ="position: absolute; top: 0; left: 0">
   
   <div style="overflow: auto; position: absolute; width: 570px; height: 500px; left: 340px; top: 215px;"> <span style="font-family:verdana; font-size:12; color:#84623E"><p align="center">%content%</p></span></div>
   
   <div style="overflow: auto; position: absolute; width: 202px; height: 298px; left: 35px; top: 150px;"> <span style="font-family:verdana; font-size:12; color:#000000"><P align="right">%navigation_h%</p></span> </div>
                   color: #555555;
                   text-align :center ;
                   font-size: 12px ;
                   font-family:  Trebuchet MS;
                          scrollbar-face-color: #ffffff;
                          scrollbar-highlight-color: #000000;
                          scrollbar-3dlight-color: #000000;
                          scrollbar-darkshadow-color: #000000;
                          scrollbar-shadow-color: #000000;
                          scrollbar-arrow-color: #000000;
                          scrollbar-track-color: #ffffff;
                          }
                          a:link {
                          color: #555555; 
                          text-decoration:none;
                          } 
                          a:visited {color: #555555; 
                          text-decoration:none; 
                          } 
                          a:active {color: #555555; 
                          text-decoration:none;
                          } 
                          a:hover {color: #555555; 
                          text-decoration:none;
                          font-family: Trebuchet MS;
                          font-size: 12px;
                          color: #000000;
                          letter-spacing: 1px;
                          font-weight: bold;
                          }
                                                           
                          
                          table { 
                          font-family: Trebuchet MS;
                          font-size: 12px;
                          width: 400px;
                          border-color: #555555; 
                          border-style: solid; 
                          border-width: 1px; 
                          margin-left: auto; 
                          margin-right: auto; 
                          }
                          td { 
                          font-family: Trebuchet MS;
                          font-size: 10px;
                          border-color: #555555; 
                          border-style: solid; 
                          border-width:1px; 
                          background-color: #DEDEDE}
                           --> 
                          </style>
                          </head> 
                                                                                              
                                                                                              
                          <body bgcolor="#626262" topmargin="0" leftmargin="0">
            <map name="design" id="design">
             <area shape="rect" coords="0,546,999,566" target="_blank" href="http://kreatief.oyla20.de" alt="" />
            </map>
                          <img usemap="design" border="0" src="http://rp2.bplaced.net/kreatief/winter1.png" scroll="no" bgproperties="fixed" ALIGN="left" STYLE="position: absolute; top: 0; left: 0"> 
            
            
                          <div style="overflow: auto; position: absolute; width: 452px; height: 409px; left: 183px; top:128px"> 
                          <span><br><br>%content%<br></span></div> 
            
                                                                                              
            
                          <div style="overflow: auto; position: absolute; width: 148px; height:409px; left: 16px; top: 128px"> 
                          <span>%navigation_h% </span>
            
                          </div> 
            
                          <div style="overflow: auto; position: absolute; width: 710px; height:42px; left: 0px; top: 40px"> 
                          <span style="font-family: Trebuchet MS; font-size:20px;">%titel% </span>
                          </div> 
                                                                                              
                          </body>
                          </html>
                                                                                              


Was ist da falsch?

LG



Geschrieben von .Senseless am 29.01.2009 um 21:06:

 

Muss das in Zeile 80 nicht %navigation_v% heißen? Augenzwinkern



Geschrieben von Viviana am 29.01.2009 um 21:18:

 

Probiers mal so: Augenzwinkern

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:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
<html> 
                          <head> 
                                                                   
                          <title>Zuchtstation Bartel</title>
                                                                       
                          <style type="text/css">
                          <!--
                          body {<img border="0" src="http://i36.tinypic.com/25j8cq0.png" scroll="no"  bgproperties="fixed" align ="center" style ="position: absolute; top: 0; left: 0">
   
   <div style="overflow: auto; position: absolute; width: 570px; height: 500px; left: 340px; top: 215px;"> <span style="font-family:verdana; font-size:12; color:#84623E"><p align="center">%content%</p></span></div>
   
   <div style="overflow: auto; position: absolute; width: 202px; height: 298px; left: 35px; top: 150px;"> <span style="font-family:verdana; font-size:12; color:#000000"><P align="right">%navigation_h%</p></span> </div>
                   color: #555555;
                   text-align :center ;
                   font-size: 12px ;
                   font-family:  Trebuchet MS;
                          scrollbar-face-color: #ffffff;
                          scrollbar-highlight-color: #000000;
                          scrollbar-3dlight-color: #000000;
                          scrollbar-darkshadow-color: #000000;
                          scrollbar-shadow-color: #000000;
                          scrollbar-arrow-color: #000000;
                          scrollbar-track-color: #ffffff;
                          }
                          a:link {
                          color: #555555; 
                          text-decoration:none;
                          } 
                          a:visited {color: #555555; 
                          text-decoration:none; 
                          } 
                          a:active {color: #555555; 
                          text-decoration:none;
                          } 
                          a:hover {color: #555555; 
                          text-decoration:none;
                          font-family: Trebuchet MS;
                          font-size: 12px;
                          color: #000000;
                          letter-spacing: 1px;
                          font-weight: bold;
                          }
                                                           
                          
                          table { 
                          font-family: Trebuchet MS;
                          font-size: 12px;
                          width: 400px;
                          border-color: #555555; 
                          border-style: solid; 
                          border-width: 1px; 
                          margin-left: auto; 
                          margin-right: auto; 
                          }
                          td { 
                          font-family: Trebuchet MS;
                          font-size: 10px;
                          border-color: #555555; 
                          border-style: solid; 
                          border-width:1px; 
                          background-color: #DEDEDE}
                           --> 
                          </style>
                          </head> 
                                                                                              
                                                                                              
                          <body bgcolor="#626262" topmargin="0" leftmargin="0">
            <map name="design" id="design">
             <area shape="rect" coords="0,546,999,566" target="_blank" href="http://kreatief.oyla20.de" alt="" />
            </map>
                          <img usemap="design" border="0" src="http://rp2.bplaced.net/kreatief/winter1.png" scroll="no" bgproperties="fixed" ALIGN="left" STYLE="position: absolute; top: 0; left: 0"> 
            
            
                          <div style="overflow: auto; position: absolute; width: 452px; height: 409px; left: 183px; top:128px"> 
                          <span><br><br>%content%<br></span></div> 
            
                                                                                              
            
                          <div style="overflow: auto; position: absolute; width: 148px; height:409px; left: 16px; top: 128px"> 
                          <span>%navigation_v% </span>
            
                          </div> 
            
                          <div style="overflow: auto; position: absolute; width: 710px; height:42px; left: 0px; top: 40px"> 
                          <span style="font-family: Trebuchet MS; font-size:20px;">%titel% </span>
                          </div> 
                                                                                              
                          </body>
                          </html>
 



Geschrieben von Schatti am 29.01.2009 um 21:57:

 

Zitat:
Original von .Senseless
Muss das in Zeile 80 nicht %navigation_v% heißen? Augenzwinkern


h ist wenn die Navi waagrecht sein soll smile



Geschrieben von Elise am 29.01.2009 um 22:14:

 

Vielleicht liegt es auch nicht am code, sondern an dem Menü selbst... ich hab es nämlich mal bei mit getestet und da hats geklappt...


Forensoftware: Burning Board, entwickelt von WoltLab GmbH