So ich habe mal versucht deine index.htm etwas von Fehlern zu befreien ... leider ist da viele nicht konform und die Tabellen etwas schwer zu überblicken! Der Header sollte aber jetzt passen!
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 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 | <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Header --> < head > < title >Schlagerkeller</ title > < meta http-equiv = "Content-Type" content = "text/html; charset=iso-8859-1" /> <!-- CSS --> < link rel = "stylesheet" type = "text/css" href = "include/designs/DDv6/style.css" /> <!-- JQuery --> < script type = "text/javascript" src = "include/includes/jquery/jquery-1.4.3.min.js" ></ script > <!-- Fancybox --> < script type = "text/javascript" src = "include/includes/fancybox/jquery.mousewheel-3.0.4.pack.js" ></ script > < script type = "text/javascript" src = "include/includes/fancybox/jquery.fancybox-1.3.4.pack.js" ></ script > < link rel = "stylesheet" type = "text/css" href = "include/includes/fancybox/jquery.fancybox-1.3.4.css" media = "screen" /> < script language = "javascript" type = "text/javascript" > $(document).ready(function() { /* Funktion einzelnes Foto nach ID */ $("a#fancy_single").fancybox({ 'transitionIn': 'elastic', 'transitionOut': 'elastic' }); /* Funktion Galerie nach Relation-Attribut */ $("a[rel=fancy_group]").fancybox({ 'transitionIn': 'elastic', 'transitionOut': 'elastic', 'titlePosition' : 'over', 'titleFormat': function(title, currentArray, currentIndex, currentOpts) { return '< span id = "fancybox-title-over" >Foto ' + (currentIndex + 1) + ' von ' + currentArray.length + (title.length ? ' ' + title : '') + '</ span >'; } }); }); </ script > <!-- Slider --> < script type = "text/javascript" src = "include/designs/DDv6/easySlider1.5.js" ></ script > < script language = "javascript" type = "text/javascript" > $(document).ready(function(){ $("#slider").easySlider({ auto: true, continuous: true }); }); </ script > <!-- Animierter Titel --> < script language = "javascript" type = "text/javascript" > var tx = new Array ("Schlagerkeller Dresden", "Schlager, Discofox, Oldies, Pop", "Wir machen die Musik!!"); var txcount=3; var i=1; var wo=0; var ud=1; function animatetitle() { window.document.title=tx[wo].substr(0, i)+" "; if (ud==0) i--; if (ud==1) i++; if (i==-1) {ud=1;i=0;wo++;wo=wo%txcount;} if (i==tx[wo].length+10) {ud=0;i=tx[wo].length;} // if (window.document.title.length < 20 ) window.document.title =window.document.title+"-"; // if (window.document.title.length == 20 ) window.document.title =window.document.title+"]"; // if (window.document.title.length == 21 ) setTimeout(" window.document.title = 'Animierte Seitentitel ' ; ",1000); parent.window.document.title = tx [wo].substr(0, i)+" "; setTimeout("animatetitle()",100); } </script> <!-- Smooth Menu --> < link rel = "stylesheet" type = "text/css" href = "include/designs/DDv6/ddsmoothmenu.css" /> < link rel = "stylesheet" type = "text/css" href = "include/designs/DDv6/ddsmoothmenu-v.css" /> < script type = "text/javascript" src = "include/designs/DDv6/ddsmoothmenu.js" > /*********************************************** * Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ </ script > < script language = "javascript" type = "text/javascript" > ddsmoothmenu.init({ mainmenuid: "smoothmenu1", //menu DIV id orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v" classname: 'ddsmoothmenu', //class added to menu's outer DIV //customtheme: ["#1c5a80", "#18374a"], contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"] }) ddsmoothmenu.init({ mainmenuid: "smoothmenu2", //Menu DIV id orientation: 'v', //Horizontal or vertical menu: Set to "h" or "v" classname: 'ddsmoothmenu-v', //class added to menu's outer DIV //customtheme: ["#804000", "#482400"], contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"] }) </ script > < script language = "javascript" type = "text/javascript" > <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </ script > </ head > <!-- Ende Header --> <!-- Start Body --> < body onload = "animatetitle()" > < table width = "1095" border = "0" align = "center" cellpadding = "0" cellspacing = "0" > < tr > < td height = "226" background = "include/designs/DDv6/images/DDv6_01.png" > </ td > </ tr > < tr > < td >< table width = "1095" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "358" height = "45" background = "include/designs/DDv6/images/DDv6_02.png" ></ td > < td > < div id = "smoothmenu1" class = "ddsmoothmenu" > < ul > < li class = "float" >< a href = "#" class = "info" ></ a > < ul > < li >< a href = "index.php?news" class = "dropdown" >< font color = "#c0c0c0" >News</ font ></ a ></ li > < li >< a href = "index.php?rules" class = "dropdown" >< font color = "#c0c0c0" >Regeln</ font ></ a ></ li > < li >< a href = "index.php?vote" class = "dropdown" >< font color = "#c0c0c0" >Votes</ font ></ a ></ li > < li >< a href = "index.php?awards" class = "dropdown" >< font color = "#c0c0c0" >Awards</ font ></ a ></ li > < li >< a href = "index.php?statistik" class = "dropdown" >< font color = "#c0c0c0" >Statistiken</ font ></ a ></ li > </ ul > </ li > < li class = "float" >< a href = "#" class = "gaming" ></ a > < ul > < li >< a href = "index.php?user" class = "dropdown" >< font color = "#c0c0c0" >Mitglieder</ font ></ a ></ li > < li >< a href = "index.php?teams" class = "dropdown" >< font color = "#c0c0c0" >Unser Team</ font ></ a ></ li > < li >< a href = "index.php?gallery" class = "dropdown" >< font color = "#c0c0c0" >Foto Gallerie</ font ></ a ></ li > < li >< a href = "index.php?awaycal" class = "dropdown" >< font color = "#c0c0c0" >Abwesenheit</ font ></ a ></ li > < li >< a href = "index.php?contact" class = "dropdown" >< font color = "#c0c0c0" >Kontakt</ font ></ a ></ li > < li >< a href = "index.php?impressum" class = "dropdown" >< font color = "#c0c0c0" >Impressum</ font ></ a ></ li > </ ul > </ li > < li class = "float" >< a href = "#" class = "comm" ></ a > < ul > < li >< a href = "index.php?search" class = "dropdown" >< font color = "#c0c0c0" >Suche</ font ></ a ></ li > < li >< a href = "index.php?forum" class = "dropdown" >< font color = "#c0c0c0" >Forum</ font ></ a ></ li > < li >< a href = "index.php?gbook" class = "dropdown" >< font color = "#c0c0c0" >Gästebuch</ font ></ a ></ li > < li >< a href = "index.php?joinus" class = "dropdown" >< font color = "#c0c0c0" >Bewirb dich</ font ></ a ></ li > < li >< a href = "index.php?history" class = "dropdown" >< font color = "#c0c0c0" >Über Uns</ font ></ a ></ li > </ ul > </ li > < li class = "float" >< a href = "#" class = "misc" > </ a > < ul > < li >< a href = "index.php?kalender" class = "dropdown" >< font color = "#c0c0c0" >Kalender</ font ></ a ></ li > < li >< a href = "index.php?linkus" class = "dropdown" >< font color = "#c0c0c0" >Verlink uns</ font ></ a ></ li > < li >< a href = "index.php?links" class = "dropdown" >< font color = "#c0c0c0" >Links</ font ></ a ></ li > < li >< a href = "index.php?downloads" class = "dropdown" >< font color = "#c0c0c0" >Downloads</ font ></ a ></ li > </ ul > </ li > </ ul > </ div > </ td > < td width = "130" height = "45" background = "include/designs/DDv6/images/DDv6_07.png" ></ td > </ tr > < tr > < td height = "28" background = "include/designs/DDv6/images/DDv6_08.png" > </ td > </ tr > < tr > < td background = "include/designs/DDv6/images/DDv6_bgc.png" > < table width = "1095" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "254" height = "310" align = "left" valign = "top" > {_list_menunr1@ < table width = "254" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "22" height = "42" > </ td > < td width = "232" height = "42" align = "center" valign = "bottom" background = "include/designs/DDv6/images/DDv6_10.png" > < table width = "232" border = "0" align = "center" cellpadding = "0" cellspacing = "0" > < tr > < td width = "45" height = "42" > </ td > < td align = "left" valign = "middle" >< span class = "btitle" >%1</ span ></ td > < td width = "20" > </ td > </ tr > </ table > </ td > </ tr > < tr > < td width = "22" > </ td > < td width = "232" background = "include/designs/DDv6/images/DDv6_15.png" > < table width = "232" border = "0" align = "center" cellpadding = "0" cellspacing = "0" > < tr > < td width = "10" > </ td > < td width = "212" align = "left" valign = "top" >%2</ td > < td width = "10" > </ td > </ tr > </ table > </ td > </ tr > < tr > < td width = "22" height = "11" ></ td > < td width = "232" height = "11" align = "center" valign = "top" >< img src = "include/designs/DDv6/images/DDv6_18.png" width = "232" height = "11" /></ td > </ tr > </ table >} </ td > < td width = "799" rowspan = "2" align = "left" valign = "top" background = "include/designs/DDv6/images/DDv6_22.png" > < table width = "820" border = "0" align = "right" cellpadding = "0" cellspacing = "0" > < tr > < td align = "left" valign = "top" > < table width = "820" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "492" height = "134" align = "left" valign = "top" background = "include/designs/DDv6/images/DDv6_11.png" > < table width = "492" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "8" height = "134" > </ td > < td height = "134" align = "left" valign = "middle" > < div id = "slider" > < ul > < li >< a href = "http://www.taxi-uwe.de" >< img src = "include/images/slider/pics/DDUweWerbung.jpg" alt = "" border = "0" /></ a ></ li > < li >< a href = "http://www.radioallways.eu" >< img src = "include/images/slider/pics/radioallways.jpg" alt = "" border = "0" /></ a ></ li > < li >< a href = "http://www.schlagerkeller.net" >< img src = "include/images/slider/pics/bannerstreet.gif" alt = "" border = "0" /></ a ></ li > < li >< a href = "http://www.francocorleone.org" >< img src = "include/images/slider/pics/franco.jpg" alt = "" border = "0" /></ a ></ li > </ ul > </ div > </ td > </ tr > </ table > </ td > < td width = "328" height = "134" align = "left" valign = "top" background = "include/designs/DDv6/images/DDv6_12.png" > < table width = "328" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td height = "20" > </ td > < td > </ td > < td > </ td > </ tr > < tr > < td height = "112" colspan = "3" align = "left" valign = "top" > < table width = "328" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "10" height = "114" > </ td > < td align = "left" valign = "top" >< span class = "lastforum" >{_boxes_lastforum}</ span ></ td > < td width = "10" > </ td > </ tr > </ table > </ td > </ tr > </ table > </ td > </ tr > </ table > </ td > </ tr > < tr > < td align = "left" valign = "top" background = "include/designs/DDv6/images/DDv6_22.png" > < table width = "820" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td height = "41" align = "left" valign = "middle" background = "include/designs/DDv6/images/DDv6_16.png" > < table width = "820" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "50" ></ td > < td >{HMENU}</ td > < td width = "50" ></ td > </ tr > </ table > </ td > </ tr > < tr > < td > < table width = "820" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "10" > </ td > < td >< p >{EXPLODE}</ p ></ td > < td width = "10" > </ td > </ tr > </ table > </ td > </ tr > </ table > </ td > </ tr > </ table > </ td > < td width = "21" rowspan = "2" align = "left" valign = "top" > </ td > </ tr > < tr > < td height = "155" align = "left" valign = "bottom" > < table width = "254" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "22" > </ td > < td width = "232" height = "155" >< img src = "include/designs/DDv6/images/DDv6_24.png" width = "232" height = "155" border = "0" usemap = "#Map" /></ td > </ tr > </ table > </ td > </ tr > </ table > </ td > </ tr > </ table > < table width = "1095" border = "0" align = "center" cellpadding = "0" cellspacing = "0" > < tr > < td width = "1095" height = "63" background = "include/designs/DDv6/images/DDv6_25.png" >< font color = "#f8f8ff" >Style by: www.dragondesigns.de . Alle Inhalte dieser Seite sind Eigentum von www.schlagerkeller.net</ font > </ td > </ tr > </ table > < map name = "Map" id = "Map" >< area shape = "rect" coords = "5,4,227,150" href = "" target = "_blank" /></ map > </ body > </ html > <!-- {_list_DDDmenupoint@<strong><big>·</big></strong><a %1 class="box" href="%2">%3</a><br />} {_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>} {_list_hmenubegi@<ul>} {_list_hmenuende@</ul>} {_list_vmenupoint@<a target="%1" class="menu" href="%2">%3</a>} {_list_vmenubegi@} {_list_vmenuende@}//--> |