und zwar bin ich dabei ein design zu erstellen, dabei bin ich da auf das problem gestoßen das wenn ich das navi einfüge, das der hintergrund des navi verschwindet und der hintergrund es designs verzerrt wird an der stell wo ich das navi einfüge. vieleicht kann mir einer bei dem problem helfen.
mit menu3 hab ich mal rumprobiert
bild ohne navi empous-records.de/ohne_navi.png
bild mit navi empous-records.de/mit_navi.png
index
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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>{TITLE}</title> <style type="text/css"> <!-- * { margin:0; padding:0; background: url(include/designs/empous-records/Bilder/neu/hintergrund.jpg) no-repeat ; } html, body { height: 100%; width: 100%; } .distance { width: 10px; height: 50%; margin-bottom: -225.5px; float: left; background-color:#C39; } .container { margin: 0 auto; position: relative; height: 450px; width: 1073px; clear: left; background-color: #ADFF2F; } .menu{ float:left; width:183px; height: 451px; background-color:#ffffff; position: relative; overflow:auto; } .menu1{ float:left; width:183px; height: 138px; background: url(include/designs/empous-records/Bilder/neu/menu1.gif) no-repeat ; position: relative; } .menu2{ float:left; width:183px; height: 313px; background: url(include/designs/empous-records/Bilder/neu/menu2.gif) no-repeat ; position: relative; } .menu3{ background-color: tranzparent ; position: relative; } .header { width:890px; height:14px; background: url(include/designs/empous-records/Bilder/neu/header.gif) no-repeat ; float:left; margin-top: 0px; position: relative; } .mitte { background: url(include/designs/empous-records/Bilder/neu/content.gif) no-repeat; width:871px; height:423px; float:left; position: relative; } .footer { background: url(include/designs/empous-records/Bilder/neu/footer.gif) no-repeat; float: left; height: 14px; width: 890px; } .rechts { background: url(include/designs/empous-records/Bilder/neu/rechts.gif) no-repeat; height: 423px; width: 19px; float: right; } .scroll { height: 423px; overflow: auto; } //--> </style> </head> <body> <div class="distance"></div> <div class="container"> <div class="menu"> <div class="menu1"></div> <div class="menu2"> {_list_menunr1@ %2}</div> </div> <div class="header"></div> <div class="rechts"></div> <div class="mitte"><div class="scroll">{EXPLODE}</div></div> <div class="footer"> </div> </div> </body> </html> {_list_vmenupoint@<li><a target="%1" class="menu3" href="%2">%3</a>|</li>|<br /><ul>|</ul></li>} {_list_vmenubegi@<ul>} {_list_vmenuende@</ul>} |
verwendete ilchClan Version: 1.1
betroffene Homepage: empous-records.de
Zuletzt modifiziert von Vips am 23.11.2009 - 22:17:00