ich kanns mir gerade nicht erklären... kann mir jemand sagen, warum der IE die Seite explodiert, im FF aber alles ok aussieht?
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 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > <head> <meta http-equiv= "Content-Type" content= "text/html; charset=UTF-8" /> <title>Anjuli-Serve.de</title> <style type= "text/css" > /*<![CDATA[*/ a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none; font-style: normal } a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none; font-style: normal } a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FF0000; text-decoration: none; font-style: normal } /*]]>*/ </style> <!-- stylesheets used to do the rest of the styling --> <link href= "autogallery/css/reset.css" rel= "stylesheet" type= "text/css" /> <link href= "autogallery/css/style.css" rel= "stylesheet" type= "text/css" /> <link rel= "stylesheet" type= "text/css" href= "autogallery/js/lightbox/css/jquery.lightbox-0.5.css" media= "screen" /> <!-- jquery and plugins --> <script src= "autogallery/js/jquery-1.3.2.min.js" type= "text/javascript" ></script> <script src= "autogallery/js/jquery.history.js" type= "text/javascript" ></script> <script src= "autogallery/js/lightbox/js/jquery.lightbox-0.5.js" type= "text/javascript" ></script> <script src= "autogallery/js/jquery.functions.js" type= "text/javascript" ></script> </head> <body background= "bground.png" > <?php include 'autogallery/settings.php' ; ?> <div class = "wrapper" > <h1><font color= "#FFFFFF" >Anjuli-Serve.de</font> <!-- Neues Div zur rechten Ausrichtung --> <div style= "float: right; font-size:12px;" > <a href= "index.php" >Home</a> <a href= "about.php" >Über mich</a> <a href= "impressum.php" >Impressum</a></h1> <!-- Linie und Abschluss --> <hr /><br /> <div style= "float: left;" > <!-- START: Gallery Links --> <div class = "galleries" > <h2><font color= "#FFFFFF" >Foto-Menü:</font></h2> <ul class = "gallery_list" ><font color= "#FFFFFF" > <?php foreach ( $gallerylist as $gallery ) : ?> <li><a href= "?gid=<?php echo $gallery[0]; ?>" rel= "history" title= "<?php echo $gallery[0]; ?>" ><?php echo $gallery [1]; ?></a></li> <?php endforeach ; ?></font> </ul> </div> <!-- END : Gallery Links --> <!-- START: Gallery Thumbs --> <div class = "gallery_container" data-path= "<?php echo $datapath; ?>" > <?php include 'autogallery/viewer.php' ; ?> </div> <!-- END : Gallery Thumbs --> </div> </div> </div> <!-- <p style= "font-size:10px; color:#ffffff" >Best view with <br /> - 1920*1080px <br /> - Mozilla Firefox < 2; Opera 10 <br /> <br /> Size per Image: Ø 1 MB</p> --> </body> </html> |
Frickelfox
Explorer
Danke für eure Hilfe

SeToY
betroffene Homepage: externer Link