Page Rand oben und unten null!

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • Page Rand oben und unten null!

    Hallo,

    ich möchte das meine page dauerhaft unten und oben am browser anliegt. und sicher nur der Puffer verlängert.

    Puffer verlängert sich sobald text da ist.

    Margin Top und Bottom is auf 0.

    Aber dies Zählz ja nur wenn die Seite zwecks inhalt oder Bilderschirmgröße bis oben oder unten hinreicht sodass der abstand null sein soll vom Browserfeld.

    Aber ich möchte das die Seite immer egal welche Auflösung Bilderschirmgröße usw... anliegt die seite immer Oben und unten Anliegt.!

    ps. achtet ned auf rechtschreibung hab ich fix auf arbeit geschrieben ^^ ...

    Page.: alg.tut-base.net/skydive

    MfG Nick
    --Kommt noch--
  • Dein Thema gehört dahin easy-coding.de/html-ajax-und-co.html :)

    Du musst den content div-layer auf 100% setzten.

    Aslo da wo dein inhalt rein kommt.

    Quellcode

    1. height: 100%;


    dann sollte das gehen.
    Erst wenn der letzte FTP Server kostenpflichtig, der letzte GNU-Sourcecode verkauft, der letzte Algorithmus patentiert, der letzte Netzknoten kommerzialisiert, die letzte Newsgroup moderiert wird, werdet Ihr merken, dass man mit Geld allein nicht programmieren kann.
  • Hatte es getestet und habe es in diesen Code eingebaut und hat trotzdem ned geklappt!

    Der Code:

    Quellcode

    1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    2. <html xmlns="http://www.w3.org/1999/xhtml">
    3. <head>
    4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    5. <title>Unbenanntes Dokument</title>
    6. <style type="text/css">
    7. <!--
    8. body {
    9. background-color: #000000;
    10. margin-top: 0px;
    11. margin-bottom: 0px;
    12. }
    13. body,td,th {
    14. font-family: tahoma;
    15. font-size: 10px;
    16. color: #333333;
    17. font-weight: bold;
    18. }
    19. a:link {
    20. color: #333333;
    21. font-weight: bold;
    22. text-decoration: none;
    23. }
    24. a:visited {
    25. text-decoration: none;
    26. color: #333333;
    27. }
    28. a:hover {
    29. text-decoration: none;
    30. color: #5561D7;
    31. }
    32. a:active {
    33. text-decoration: none;
    34. color: #333333;
    35. }
    36. -->
    37. </style>
    38. <script language="JavaScript">
    39. <!-- Verstecken für ältere Browser --
    40. var imagenumber = 5 ; //Anzahl der Grafiken
    41. var randomnumber = Math.random() ;
    42. var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
    43. images = new Array
    44. images[1] = "nav/2_1.jpg"
    45. images[2] = "nav/2_2.jpg"
    46. images[3] = "Grafik.gif"
    47. images[4] = "Grafik.gif"
    48. images[5] = "Grafik.gif"
    49. var image = images[rand1]
    50. links = new Array
    51. links[1] = "htttp://www."
    52. links[2] = "http://www."
    53. links[3] = "http://www."
    54. links[4] = "http://www."
    55. links[5] = "http://www."
    56. var link = links[rand1]
    57. // -- Ende verstecken -->
    58. </script>
    59. </head>
    60. <body>
    61. <div align="center">
    62. <table width="931" border="0" cellpadding="0" cellspacing="0">
    63. <tr>
    64. <td width="931" height="170" style="background-image:url(pics/header.jpg)">&nbsp;</td>
    65. </tr>
    66. </table>
    67. <table width="931" border="0" cellpadding="0" cellspacing="0">
    68. <tr>
    69. <td width="931" height="46"><img src="nav/1_1.jpg" alt="nava" width="164" height="46" border="0" /><a href="?activ=news"><img src="nav/2_1.jpg" height="46" alt="Home" border="0" onmouseover="this.src='nav/2_2.jpg'" onmouseout="this.src='nav/2_1.jpg'"/></a><a href="?activ=news"><img src="nav/3_1.jpg" height="46" alt="Information" border="0" onmouseover="this.src='nav/3_2.jpg'" onmouseout="this.src='nav/3_1.jpg'"/></a><a href="?activ=news"><img src="nav/4_1.jpg" height="46" alt="Gallery" border="0" onmouseover="this.src='nav/4_2.jpg'" onmouseout="this.src='nav/4_1.jpg'"/></a><a href="?activ=news"><img src="nav/5_1.jpg" height="46" alt="About us" border="0" onmouseover="this.src='nav/5_2.jpg'" onmouseout="this.src='nav/5_1.jpg'"/></a><a href="aasd"><img src="nav/6_1.jpg" height="46" alt="Media" border="0" onmouseover="this.src='nav/6_2.jpg'" onmouseout="this.src='nav/6_1.jpg'"/></a><img src="nav/7_1.jpg" alt="Navi" width="51" height="46" border="0" /><img src="nav/8_1.jpg" alt="navc" width="165" height="46" border="0" /></td>
    70. </tr>
    71. </table>
    72. <table width="931" border="0" cellpadding="0" cellspacing="0">
    73. <tr>
    74. <td width="931" height="15" style="background-image:url(pics/puffer.jpg)"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    75. <tr>
    76. <td width="18%">&nbsp;</td>
    77. <td width="64%"><p align="left">
    78. <?php
    79. if (!isset($_GET['site'])) { $_GET['site']="news"; }
    80. if (file_exists($_GET['site'].".php")) { include($_GET['site'].".php"); } else { echo "
    81. <b><center>Noch nicht implementiert</center></b> "; }
    82. ?>
    83. </p>
    84. </td>
    85. <td width="18%">&nbsp;</td>
    86. </tr>
    87. </table></td>
    88. </tr>
    89. </table>
    90. <table width="931" border="0" cellpadding="0" cellspacing="0" >
    91. <tr>
    92. <td width="931" height="97" style="background-image:url(pics/footer1.jpg)"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    93. <tr>
    94. <td>&nbsp;</td>
    95. <td><div align="center"><script language="JavaScript">
    96. document.write('<A HREF="' + link + '"><IMG SRC="' + image + '" border="0"></a>')</script></div></td>
    97. <td>&nbsp;</td>
    98. </tr>
    99. </table></td>
    100. </tr>
    101. </table>
    102. <table width="931" border="0" cellpadding="0" cellspacing="0">
    103. <!--DWLayoutTable-->
    104. <tr>
    105. <td width="931" height="25"><img src="footer_nav/1_1.jpg" alt="fotnava" width="338" height="25" /><a href="?activ=news"><img src="footer_nav/2_1.jpg" height="25" alt="homenav2" border="0" onmouseover="this.src='footer_nav/2_2.jpg'" onmouseout="this.src='footer_nav/2_1.jpg'"/></a><a href="?activ=news"><img src="footer_nav/3_1.jpg" height="25" alt="infonav2" border="0" onmouseover="this.src='footer_nav/3_2.jpg'" onmouseout="this.src='footer_nav/3_1.jpg'"/></a><a href="?activ=news"><img src="footer_nav/4_1.jpg" height="25" alt="gallerynav2" border="0" onmouseover="this.src='footer_nav/4_2.jpg'" onmouseout="this.src='footer_nav/4_1.jpg'"/></a><a href="?activ=news"><img src="footer_nav/5_1.jpg" height="25" alt="aboutusnav2" border="0" onmouseover="this.src='footer_nav/5_2.jpg'" onmouseout="this.src='footer_nav/5_1.jpg'"/></a><a href="?activ=news"><img src="footer_nav/6_1.jpg" height="25" alt="medianav2" border="0" onmouseover="this.src='footer_nav/6_2.jpg'" onmouseout="this.src='footer_nav/6_1.jpg'"/><img src="footer_nav/7_1.jpg" alt="footnavb" width="328" height="25" border="0" /></a></td>
    106. </tr>
    107. </table>
    108. </div>
    109. </body>
    110. </html>
    Alles anzeigen
    --Kommt noch--
  • Ich hatte es ja probiert aber hat ned geklappt:

    Quellcode

    1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    2. <html xmlns="http://www.w3.org/1999/xhtml">
    3. <head>
    4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    5. <title>Unbenanntes Dokument</title>
    6. <style type="text/css">
    7. <!--
    8. body {
    9. background-color: #000000;
    10. margin-top: 0px;
    11. margin-bottom: 0px;
    12. }
    13. body,td,th {
    14. font-family: tahoma;
    15. font-size: 10px;
    16. color: #333333;
    17. font-weight: bold;
    18. }
    19. div#container {
    20. min-height: 100%;
    21. }
    22. * html #container {
    23. height: 100%;
    24. }
    25. a:link {
    26. color: #333333;
    27. font-weight: bold;
    28. text-decoration: none;
    29. }
    30. a:visited {
    31. text-decoration: none;
    32. color: #333333;
    33. }
    34. a:hover {
    35. text-decoration: none;
    36. color: #5561D7;
    37. }
    38. a:active {
    39. text-decoration: none;
    40. color: #333333;
    41. }
    42. -->
    43. </style>
    44. <script language="JavaScript">
    45. <!-- Verstecken für ältere Browser --
    46. var imagenumber = 5 ; //Anzahl der Grafiken
    47. var randomnumber = Math.random() ;
    48. var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
    49. images = new Array
    50. images[1] = "nav/2_1.jpg"
    51. images[2] = "nav/2_2.jpg"
    52. images[3] = "Grafik.gif"
    53. images[4] = "Grafik.gif"
    54. images[5] = "Grafik.gif"
    55. var image = images[rand1]
    56. links = new Array
    57. links[1] = "htttp://www."
    58. links[2] = "http://www."
    59. links[3] = "http://www."
    60. links[4] = "http://www."
    61. links[5] = "http://www."
    62. var link = links[rand1]
    63. // -- Ende verstecken -->
    64. </script>
    65. </head>
    66. <body>
    67. <div align="center">
    68. <table width="931" border="0" cellpadding="0" cellspacing="0">
    69. <tr>
    70. <td width="931" height="170" style="background-image:url(pics/header.jpg)">&nbsp;</td>
    71. </tr>
    72. </table>
    73. <table width="931" border="0" cellpadding="0" cellspacing="0">
    74. <tr>
    75. <td width="931" height="46"><img src="nav/1_1.jpg" alt="nava" width="164" height="46" border="0" /><a href="?activ=news"><img src="nav/2_1.jpg" height="46" alt="Home" border="0" onmouseover="this.src='nav/2_2.jpg'" onmouseout="this.src='nav/2_1.jpg'"/></a><a href="?activ=news"><img src="nav/3_1.jpg" height="46" alt="Information" border="0" onmouseover="this.src='nav/3_2.jpg'" onmouseout="this.src='nav/3_1.jpg'"/></a><a href="?activ=news"><img src="nav/4_1.jpg" height="46" alt="Gallery" border="0" onmouseover="this.src='nav/4_2.jpg'" onmouseout="this.src='nav/4_1.jpg'"/></a><a href="?activ=news"><img src="nav/5_1.jpg" height="46" alt="About us" border="0" onmouseover="this.src='nav/5_2.jpg'" onmouseout="this.src='nav/5_1.jpg'"/></a><a href="aasd"><img src="nav/6_1.jpg" height="46" alt="Media" border="0" onmouseover="this.src='nav/6_2.jpg'" onmouseout="this.src='nav/6_1.jpg'"/></a><img src="nav/7_1.jpg" alt="Navi" width="51" height="46" border="0" /><img src="nav/8_1.jpg" alt="navc" width="165" height="46" border="0" /></td>
    76. </tr>
    77. </table>
    78. <table width="931" border="0" cellpadding="0" cellspacing="0" id="container">
    79. <tr>
    80. <td width="931" height="15" style="background-image:url(pics/puffer.jpg)"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    81. <tr>
    82. <td width="18%">&nbsp;</td>
    83. <td width="64%"><p align="left">
    84. <?php
    85. if (!isset($_GET['site'])) { $_GET['site']="news"; }
    86. if (file_exists($_GET['site'].".php")) { include($_GET['site'].".php"); } else { echo "
    87. <b><center>Noch nicht implementiert</center></b> "; }
    88. ?>
    89. </p>
    90. </td>
    91. <td width="18%">&nbsp;</td>
    92. </tr>
    93. </table></td>
    94. </tr>
    95. </table>
    96. <table width="931" border="0" cellpadding="0" cellspacing="0" >
    97. <tr>
    98. <td width="931" height="97" style="background-image:url(pics/footer1.jpg)"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    99. <tr>
    100. <td>&nbsp;</td>
    101. <td><div align="center"><script language="JavaScript">
    102. document.write('<A HREF="' + link + '"><IMG SRC="' + image + '" border="0"></a>')</script></div></td>
    103. <td>&nbsp;</td>
    104. </tr>
    105. </table></td>
    106. </tr>
    107. </table>
    108. <table width="931" border="0" cellpadding="0" cellspacing="0">
    109. <!--DWLayoutTable-->
    110. <tr>
    111. <td width="931" height="25"><img src="footer_nav/1_1.jpg" alt="fotnava" width="338" height="25" /><a href="?activ=news"><img src="footer_nav/2_1.jpg" height="25" alt="homenav2" border="0" onmouseover="this.src='footer_nav/2_2.jpg'" onmouseout="this.src='footer_nav/2_1.jpg'"/></a><a href="?activ=news"><img src="footer_nav/3_1.jpg" height="25" alt="infonav2" border="0" onmouseover="this.src='footer_nav/3_2.jpg'" onmouseout="this.src='footer_nav/3_1.jpg'"/></a><a href="?activ=news"><img src="footer_nav/4_1.jpg" height="25" alt="gallerynav2" border="0" onmouseover="this.src='footer_nav/4_2.jpg'" onmouseout="this.src='footer_nav/4_1.jpg'"/></a><a href="?activ=news"><img src="footer_nav/5_1.jpg" height="25" alt="aboutusnav2" border="0" onmouseover="this.src='footer_nav/5_2.jpg'" onmouseout="this.src='footer_nav/5_1.jpg'"/></a><a href="?activ=news"><img src="footer_nav/6_1.jpg" height="25" alt="medianav2" border="0" onmouseover="this.src='footer_nav/6_2.jpg'" onmouseout="this.src='footer_nav/6_1.jpg'"/><img src="footer_nav/7_1.jpg" alt="footnavb" width="328" height="25" border="0" /></a></td>
    112. </tr>
    113. </table>
    114. </div>
    115. </body>
    116. </html>
    Alles anzeigen


    Kuck so hatte ich das gemacht in die Tabelle: id="container" müsste ja auch gehen wie mit den divs funzt aber ned... und soviel ist ja dort auch ned beschrieben!
    --Kommt noch--
  • Länge des Codes nun auser acht!

    So nun eingebaut geht aber ned!

    Quellcode

    1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    2. <html xmlns="http://www.w3.org/1999/xhtml">
    3. <head>
    4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    5. <title>Unbenanntes Dokument</title>
    6. <style type="text/css">
    7. <!--
    8. body {
    9. background-color: #000000;
    10. margin-top: 0px;
    11. margin-bottom: 0px;
    12. height: 100%;
    13. }
    14. div#container {
    15. min-height: 100%;
    16. }
    17. * html #container {
    18. height: 100%;
    19. }
    20. body,td,th {
    21. font-family: tahoma;
    22. font-size: 10px;
    23. color: #333333;
    24. font-weight: bold;
    25. }
    26. a:link {
    27. color: #333333;
    28. font-weight: bold;
    29. text-decoration: none;
    30. }
    31. a:visited {
    32. text-decoration: none;
    33. color: #333333;
    34. }
    35. a:hover {
    36. text-decoration: none;
    37. color: #5561D7;
    38. }
    39. a:active {
    40. text-decoration: none;
    41. color: #333333;
    42. }
    43. -->
    44. </style>
    45. <script language="JavaScript">
    46. <!-- Verstecken für ältere Browser --
    47. var imagenumber = 5 ; //Anzahl der Grafiken
    48. var randomnumber = Math.random() ;
    49. var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
    50. images = new Array
    51. images[1] = "nav/2_1.jpg"
    52. images[2] = "nav/2_2.jpg"
    53. images[3] = "Grafik.gif"
    54. images[4] = "Grafik.gif"
    55. images[5] = "Grafik.gif"
    56. var image = images[rand1]
    57. links = new Array
    58. links[1] = "htttp://www."
    59. links[2] = "http://www."
    60. links[3] = "http://www."
    61. links[4] = "http://www."
    62. links[5] = "http://www."
    63. var link = links[rand1]
    64. // -- Ende verstecken -->
    65. </script>
    66. </head>
    67. <body>
    68. <div id="container" align="center">
    69. <table width="931" border="0" cellpadding="0" cellspacing="0">
    70. <tr>
    71. <td width="931" height="170" style="background-image:url(pics/header.jpg)">&nbsp;</td>
    72. </tr>
    73. </table>
    74. <table width="931" border="0" cellpadding="0" cellspacing="0">
    75. <tr>
    76. <td width="931" height="46"><img src="nav/1_1.jpg" alt="nava" width="164" height="46" border="0" /><a href="?activ=news"><img src="nav/2_1.jpg" height="46" alt="Home" border="0" onmouseover="this.src='nav/2_2.jpg'" onmouseout="this.src='nav/2_1.jpg'"/></a><a href="?activ=news"><img src="nav/3_1.jpg" height="46" alt="Information" border="0" onmouseover="this.src='nav/3_2.jpg'" onmouseout="this.src='nav/3_1.jpg'"/></a><a href="?activ=news"><img src="nav/4_1.jpg" height="46" alt="Gallery" border="0" onmouseover="this.src='nav/4_2.jpg'" onmouseout="this.src='nav/4_1.jpg'"/></a><a href="?activ=news"><img src="nav/5_1.jpg" height="46" alt="About us" border="0" onmouseover="this.src='nav/5_2.jpg'" onmouseout="this.src='nav/5_1.jpg'"/></a><a href="aasd"><img src="nav/6_1.jpg" height="46" alt="Media" border="0" onmouseover="this.src='nav/6_2.jpg'" onmouseout="this.src='nav/6_1.jpg'"/></a><img src="nav/7_1.jpg" alt="Navi" width="51" height="46" border="0" /><img src="nav/8_1.jpg" alt="navc" width="165" height="46" border="0" /></td>
    77. </tr>
    78. </table>
    79. <table width="931" border="0" cellpadding="0" cellspacing="0">
    80. <tr>
    81. <td width="931" height="15" style="background-image:url(pics/puffer.jpg)"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    82. <tr>
    83. <td width="18%">&nbsp;</td>
    84. <td width="64%"><p align="left">
    85. <?php
    86. if (!isset($_GET['site'])) { $_GET['site']="news"; }
    87. if (file_exists($_GET['site'].".php")) { include($_GET['site'].".php"); } else { echo "
    88. <b><center>Noch nicht implementiert</center></b> "; }
    89. ?>
    90. </p>
    91. </td>
    92. <td width="18%">&nbsp;</td>
    93. </tr>
    94. </table></td>
    95. </tr>
    96. </table>
    97. <table width="931" border="0" cellpadding="0" cellspacing="0" >
    98. <tr>
    99. <td width="931" height="97" style="background-image:url(pics/footer1.jpg)"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    100. <tr>
    101. <td>&nbsp;</td>
    102. <td><div align="center"><script language="JavaScript">
    103. document.write('<A HREF="' + link + '"><IMG SRC="' + image + '" border="0"></a>')</script></div></td>
    104. <td>&nbsp;</td>
    105. </tr>
    106. </table></td>
    107. </tr>
    108. </table>
    109. <table width="931" border="0" cellpadding="0" cellspacing="0">
    110. <!--DWLayoutTable-->
    111. <tr>
    112. <td width="931" height="25"><img src="footer_nav/1_1.jpg" alt="fotnava" width="338" height="25" /><a href="?activ=news"><img src="footer_nav/2_1.jpg" height="25" alt="homenav2" border="0" onmouseover="this.src='footer_nav/2_2.jpg'" onmouseout="this.src='footer_nav/2_1.jpg'"/></a><a href="?activ=news"><img src="footer_nav/3_1.jpg" height="25" alt="infonav2" border="0" onmouseover="this.src='footer_nav/3_2.jpg'" onmouseout="this.src='footer_nav/3_1.jpg'"/></a><a href="?activ=news"><img src="footer_nav/4_1.jpg" height="25" alt="gallerynav2" border="0" onmouseover="this.src='footer_nav/4_2.jpg'" onmouseout="this.src='footer_nav/4_1.jpg'"/></a><a href="?activ=news"><img src="footer_nav/5_1.jpg" height="25" alt="aboutusnav2" border="0" onmouseover="this.src='footer_nav/5_2.jpg'" onmouseout="this.src='footer_nav/5_1.jpg'"/></a><a href="?activ=news"><img src="footer_nav/6_1.jpg" height="25" alt="medianav2" border="0" onmouseover="this.src='footer_nav/6_2.jpg'" onmouseout="this.src='footer_nav/6_1.jpg'"/><img src="footer_nav/7_1.jpg" alt="footnavb" width="328" height="25" border="0" /></a></td>
    113. </tr>
    114. </table>
    115. </div>
    116. </body>
    117. </html>
    Alles anzeigen
    --Kommt noch--
  • OK Leute, da ich echt merke wie ich sonst nur eure nerven raube werde ich es soweit wie ich es schaffe Validieren ;) . Schreibe euch wieder wenn ich fertig bin =).

    _________________________________

    OK hab die Seite soweit wie ich es verstehe berichtigt aber was hat es mit den </tr> und die ganzen tabellen sachen aufsich?

    MfG
    --Kommt noch--

    Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von GFXShorty ()

  • Quellcode

    1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    2. <html xmlns="http://www.w3.org/1999/xhtml">
    3. <head>
    4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    5. <title>Unbenanntes Dokument</title>
    6. <style type="text/css">
    7. <!--
    8. body {
    9. background-color: #000000;
    10. margin-top: 0px;
    11. margin-bottom: 0px;
    12. }
    13. body,td,th {
    14. font-family: tahoma;
    15. font-size: 10px;
    16. color: #333333;
    17. font-weight: bold;
    18. }
    19. a:link {
    20. color: #333333;
    21. font-weight: bold;
    22. text-decoration: none;
    23. }
    24. a:visited {
    25. text-decoration: none;
    26. color: #333333;
    27. }
    28. a:hover {
    29. text-decoration: none;
    30. color: #5561D7;
    31. }
    32. a:active {
    33. text-decoration: none;
    34. color: #333333;
    35. }
    36. -->
    37. </style>
    38. </head>
    39. <body>
    40. <div align="center">
    41. <table width="931" border="0" cellpadding="0" cellspacing="0">
    42. <tr>
    43. <td width="931" height="170" style="background-image:url(pics/header.jpg)">&nbsp;</td>
    44. </tr>
    45. </table>
    46. <table width="931" border="0" cellpadding="0" cellspacing="0">
    47. <tr>
    48. <td width="931" height="46"><img src="nav/1_1.jpg" alt="nava" width="164" height="46" border="0" /><a href="?activ=news"><img src="nav/2_1.jpg" height="46" alt="Home" border="0" onmouseover="this.src='nav/2_2.jpg'" onmouseout="this.src='nav/2_1.jpg'"/></a><a href="?activ=news"><img src="nav/3_1.jpg" height="46" alt="Information" border="0" onmouseover="this.src='nav/3_2.jpg'" onmouseout="this.src='nav/3_1.jpg'"/></a><a href="?activ=news"><img src="nav/4_1.jpg" height="46" alt="Gallery" border="0" onmouseover="this.src='nav/4_2.jpg'" onmouseout="this.src='nav/4_1.jpg'"/></a><a href="?activ=news"><img src="nav/5_1.jpg" height="46" alt="About us" border="0" onmouseover="this.src='nav/5_2.jpg'" onmouseout="this.src='nav/5_1.jpg'"/></a><a href="aasd"><img src="nav/6_1.jpg" height="46" alt="Media" border="0" onmouseover="this.src='nav/6_2.jpg'" onmouseout="this.src='nav/6_1.jpg'"/></a><img src="nav/7_1.jpg" alt="Navi" width="51" height="46" border="0" /><img src="nav/8_1.jpg" alt="navc" width="165" height="46" border="0" /></td>
    49. </tr>
    50. </table>
    51. <table width="931" border="0" cellpadding="0" cellspacing="0">
    52. <tr>
    53. <td width="931" height="15" style="background-image:url(pics/puffer.jpg)"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    54. <tr>
    55. <td width="18%">&nbsp;</td>
    56. <td width="64%"><p align="left">
    57. <?php
    58. if (!isset($_GET['site'])) { $_GET['site']="news"; }
    59. if (file_exists($_GET['site'].".php")) { include($_GET['site'].".php"); } else { echo "<b>Noch nicht implementiert</b> "; }
    60. ?>
    61. </p>
    62. </td>
    63. <td width="18%">&nbsp;</td>
    64. </tr>
    65. </table></td>
    66. </tr>
    67. </table>
    68. <table width="931" border="0" cellpadding="0" cellspacing="0" >
    69. <tr>
    70. <td width="931" height="97" style="background-image:url(pics/footer1.jpg)"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    71. <tr>
    72. <td>&nbsp;</td>
    73. <td><div align="center"><?php
    74. $link[]='<a href="http://www.parkourslf.de" target="_blank"><img src="rotation/parkour.jpg" border="0" alt="pk"></a>';
    75. $link[]='<a href="http://www.khsc.de.vu" target="_blank"><img src="rotation/khsc.jpg" border="0" alt="khsc"></a>';
    76. $link[]='<a href="http://www.taxi-neuendorf.eu" target="_blank"><img src="rotation/taxi.jpg" border="0" alt="taxi"></a>';
    77. $link[]='<a href="http://www.neogenesisx.com" target="_blank"><img src="rotation/neogenesisx.jpg" border="0" alt="taxi"></a>';
    78. $anzahllinks=count($link);
    79. srand((double)microtime()*1000000);
    80. $ausgabe=rand(0,$anzahllinks-1);
    81. echo $link[$ausgabe];
    82. ?></div></td>
    83. <td>&nbsp;</td>
    84. </tr>
    85. </table></td>
    86. </tr>
    87. </table>
    88. <table width="931" border="0" cellpadding="0" cellspacing="0">
    89. <tr>
    90. <td width="931" height="25"><img src="footer_nav/1_1.jpg" alt="fotnava" width="338" height="25" /><a href="?activ=news"><img src="footer_nav/2_1.jpg" height="25" alt="homenav2" border="0" onmouseover="this.src='footer_nav/2_2.jpg'" onmouseout="this.src='footer_nav/2_1.jpg'"/></a><a href="?activ=news"><img src="footer_nav/3_1.jpg" height="25" alt="infonav2" border="0" onmouseover="this.src='footer_nav/3_2.jpg'" onmouseout="this.src='footer_nav/3_1.jpg'"/></a><a href="?activ=news"><img src="footer_nav/4_1.jpg" height="25" alt="gallerynav2" border="0" onmouseover="this.src='footer_nav/4_2.jpg'" onmouseout="this.src='footer_nav/4_1.jpg'"/></a><a href="?activ=news"><img src="footer_nav/5_1.jpg" height="25" alt="aboutusnav2" border="0" onmouseover="this.src='footer_nav/5_2.jpg'" onmouseout="this.src='footer_nav/5_1.jpg'"/></a><a href="?activ=news"><img src="footer_nav/6_1.jpg" height="25" alt="medianav2" border="0" onmouseover="this.src='footer_nav/6_2.jpg'" onmouseout="this.src='footer_nav/6_1.jpg'"/><img src="footer_nav/7_1.jpg" alt="footnavb" width="328" height="25" border="0" /></a></td>
    91. </tr>
    92. </table>
    93. </div>
    94. </body>
    95. </html>
    Alles anzeigen
    --Kommt noch--