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] Problem beim Coden von Layout (https://www.gegen-bilderklau.net/thread.php?threadid=112846)


Geschrieben von Startpost-Retter am 13.07.2007 um 18:12:

  Problem beim Coden von Layout

Ich habe ein extrem großes Problem Zunge raus
Einige User sehen kein Menü bei uns, ich und etliche andere jedoch schon.
Woran liegt 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:
28:
29:
<html>
<head>
<title>Blue Breeze</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <style type="text/css">
   <!--
    body {
    background-color: transparent; }
    -->
  </style>
<style type="text/css">
<!--
body {
	background-color: #adc383;
}
-->
</style><BODY marginwidth="3" leftmargin="3" marginheight="3" topmargin="" scroll="auto">
<img src="http://img525.imageshack.us/img525/9170/layoutzb3.jpg" width="1015" height="571" border="1">

<div id="Layer1" style="position: absolute;  left: 145px; top: 113px;">
  <iframe src="Menü.html" name="Menu" width="170" height="415" frameborder=0 scrolling="auto" noresize style="border: 0px" allowtransparency="true">" ;>
  </iframe>
</div>
<div id="Layer1" style="position: absolute;  left: 316px; top: 145px;">
  <iframe src="Startseite.html" name="main" width="654" height="400" frameborder=0 scrolling="auto" noresize style="border: 0px" allowtransparency="true"" ;>
  </iframe>
</div>
</body>
</html>



Geschrieben von .Tabea am 13.07.2007 um 18:24:

 

Ich weiß es (=
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:
<html>
<head>
<title>Blue Breeze</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <style type="text/css">
   <!--
    body {
    background-color: transparent; }
    -->
  </style>
<style type="text/css">
<!--
body {
	background-color: #adc383;
}
-->
</style><BODY marginwidth="3" leftmargin="3" marginheight="3" topmargin="" scroll="auto">
<img src="http://img525.imageshack.us/img525/9170/layoutzb3.jpg" width="1015" height="571" border="1">

<div id="Layer1" style="position: absolute;  left: 145px; top: 113px;">
  <iframe src="[B]Menü.html[/B]" name="Menu" width="170" height="415" frameborder=0 scrolling="auto" noresize style="border: 0px" allowtransparency="true">" ;>
  </iframe>
</div>
<div id="Layer1" style="position: absolute;  left: 316px; top: 145px;">
  <iframe src="Startseite.html" name="main" width="654" height="400" frameborder=0 scrolling="auto" noresize style="border: 0px" allowtransparency="true"" ;>
  </iframe>
</div>
</body>
</html>


Ich würd das Menü entweder Menue.html oder Men%fc.html nennen (=


Forensoftware: Burning Board, entwickelt von WoltLab GmbH