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ü ist im Mozilla Firefox nicht zu sehen (https://www.gegen-bilderklau.net/thread.php?threadid=137773)


Geschrieben von Dominique am 26.07.2008 um 17:53:

Fragezeichen Menü ist im Mozilla Firefox nicht zu sehen

Hallo smile

Ich hoffe dieses Thema gibt es noch nicht, aber ich habe über die Suchfunktion nichts gefunden.
Also ich habe meine Seite vor kurzem neu überarbeitet und mein Problem ist, dass man das Menü im Mozilla Firefox leider gar nicht sieht. Also es ist ganz nach unten gerutscht. Wenn ich also mit meiner Scrollmaus runterscrolle kann ich es sehen, aber das ist ja nicht Sinn der Sache.
Es soll ja so "ganz normal" platziert werden, wie im IE oder in Opera auch. Übrigens habe ich im Menü den Code <body style="overflow:hidden"> eingesetzt, damit die Scrollbalken nicht zu sehen sind. Wie gesagt im IE oder bei Opera funktioniert das wunderbar, nur im Mozilla nicht.

Hat da jemand einen Tipp für mich?

Liebe Grüße,
Dominique



Geschrieben von Caballo95 am 26.07.2008 um 18:34:

  RE: Menü ist im Mozilla Firefox nicht zu sehen

Im Firefox kann ich garnicht weiter runterscrollen und das menü ist leer verwirrt



Geschrieben von orllando123 am 26.07.2008 um 18:41:

 

Bei mir ist das Menü einfach etwa 15 cm zu tief... O.o

Zeig mal deinen Code her vielleicht kann man dann besser sehen was falsch ist...



Geschrieben von Dominique am 26.07.2008 um 19:37:

 

@ Caballo95:
Wahrscheinlich kannst du nicht runterscrollen, weil ich die Scrollbalken ja "entfernt" habe...

@ orllando123:
Hier ist mal der Code, nur von der Menüseite. Die gesamte Seite ist so in drei Frames eingeteilt (keine I-Frames).

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:
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p align="center">&nbsp;<p align="center"><br>
<br>
<img border="0" src="main_grafiken/menue_linie.jpg" width="52" height="20"><p align="center"><font face="Century Gothic" size="1">
<a style="text-decoration: none" href="main.htm">Home</a><br>
<a style="text-decoration: none" href="pages/News.htm">News</a><br>
<a style="text-decoration: none" href="pages/anlage.htm">Unser kleiner Hof</a></font><br>
<font face="Century Gothic" size="1">
<a style="text-decoration: none" href="pages/KarTabu.htm">Kar Tabu</a><br>
<a style="text-decoration: none" href="pages/Turniere_2008.htm">Turniere 2008</a><br>
<a style="text-decoration: none" href="pages/erfolge.htm">bisherige Erfolge</a><br>
<a style="text-decoration: none" href="pages/Savanna.htm">Savanna</a><br>
<a style="text-decoration: none" href="pages/Sam_Milow.htm">Sam &amp; Milow</a><br>
<a style="text-decoration: none" href="pages/jonny.htm">Jonny</a><br>
<a style="text-decoration: none" href="pages/Galerie.htm">Galerie</a><br>
<a href="pages/fotodesmonats.htm" style="text-decoration: none">Foto des Monats</a><br>
<a style="text-decoration: none" href="pages/Memory.htm">In Memory</a><br>
<a style="text-decoration: none" href="pages/links.htm">Interessante Links</a><br>
<a style="text-decoration: none" href="pages/buchtipps.htm">Buchtipps</a><br>
<a style="text-decoration: none" href="pages/Reiterin.htm">Sobre Mi</a><br>
<a href="#" onClick="crush=window.open('pages/gaestebuch.htm','popup','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=600,height=550');return false;" style="text-decoration: none">
Gästebuch</a>
<br>
<a style="text-decoration: none" href="pages/kontakt.htm">Kontakt / Impressum</a><br>
<a style="text-decoration: none" href="pages/Haftungsauschluss.htm">Haftungsauschluss</a><br>
&nbsp;</font><p align="center">
<img border="0" src="main_grafiken/menue_linie.jpg" width="52" height="20"><p align="center"><body></div>


</body>


<p align="center">&nbsp;</p>


<body> 


</body>
</html>



Liebe Grüße,
Dominique



Geschrieben von VRH Pferde am 26.07.2008 um 19:59:

 

mach doch mal statt deinem <body style="...">
<body scroll="no">

probiers einfach (;



Geschrieben von Dominique am 28.07.2008 um 22:55:

 

Das hat leider auch nicht geholfen.
Man kann dann erstens weiterhin scrollen und zweitens ist das Menü immernoch soweit unten...

Hat jemand noch einen anderen Tip?

Liebe Grüße,
Dominique



Geschrieben von Julia712 am 28.07.2008 um 23:04:

 

Hey!

Nimm mal die ganzen "<p></p>" da raus. Der macht da jedesmal 'nen Absatz draus xD

Lg, Julia



Geschrieben von pfinE am 28.07.2008 um 23:35:

 

Zitat:
Original von Dominique
@ Caballo95:
Wahrscheinlich kannst du nicht runterscrollen, weil ich die Scrollbalken ja "entfernt" habe...

@ orllando123:
Hier ist mal der Code, nur von der Menüseite. Die gesamte Seite ist so in drei Frames eingeteilt (keine I-Frames).

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:
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p align="center">&nbsp;<p align="center"><br>
<br>
<img border="0" src="main_grafiken/menue_linie.jpg" width="52" height="20"><p align="center"><font face="Century Gothic" size="1">
<a style="text-decoration: none" href="main.htm">Home</a><br>
<a style="text-decoration: none" href="pages/News.htm">News</a><br>
<a style="text-decoration: none" href="pages/anlage.htm">Unser kleiner Hof</a></font><br>
<font face="Century Gothic" size="1">
<a style="text-decoration: none" href="pages/KarTabu.htm">Kar Tabu</a><br>
<a style="text-decoration: none" href="pages/Turniere_2008.htm">Turniere 2008</a><br>
<a style="text-decoration: none" href="pages/erfolge.htm">bisherige Erfolge</a><br>
<a style="text-decoration: none" href="pages/Savanna.htm">Savanna</a><br>
<a style="text-decoration: none" href="pages/Sam_Milow.htm">Sam &amp; Milow</a><br>
<a style="text-decoration: none" href="pages/jonny.htm">Jonny</a><br>
<a style="text-decoration: none" href="pages/Galerie.htm">Galerie</a><br>
<a href="pages/fotodesmonats.htm" style="text-decoration: none">Foto des Monats</a><br>
<a style="text-decoration: none" href="pages/Memory.htm">In Memory</a><br>
<a style="text-decoration: none" href="pages/links.htm">Interessante Links</a><br>
<a style="text-decoration: none" href="pages/buchtipps.htm">Buchtipps</a><br>
<a style="text-decoration: none" href="pages/Reiterin.htm">Sobre Mi</a><br>
<a href="#" onClick="crush=window.open('pages/gaestebuch.htm','popup','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=600,height=550');return false;" style="text-decoration: none">
Gästebuch</a>
<br>
<a style="text-decoration: none" href="pages/kontakt.htm">Kontakt / Impressum</a><br>
<a style="text-decoration: none" href="pages/Haftungsauschluss.htm">Haftungsauschluss</a><br>
&nbsp;</font><p align="center">
<img border="0" src="main_grafiken/menue_linie.jpg" width="52" height="20"><p align="center"><body></div>


</body>


<p align="center">&nbsp;</p>


<body> 


</body>
</html>



Liebe Grüße,
Dominique


Ich schätze mal, du hast dein Design gecodet, oder? (;
Nimm wirklich die ganzen < p>< /p>-Teile raus.



Geschrieben von Dominique am 29.07.2008 um 18:54:

 

Danke für die vielen lieben Antworten smile
Jetzt geht es großes Grinsen

Und ja, ich hab's selber gecodet, deswegen wohl die vielen kleinen Fehler. Sorry Freude

Aber nochmal danke: Ihr seid super! großes Grinsen großes Grinsen großes Grinsen

Liebe Grüße,
Dominique


Forensoftware: Burning Board, entwickelt von WoltLab GmbH