ich kanns mir gerade nicht erklären... kann mir jemand sagen, warum der IE die Seite explodiert, im FF aber alles ok aussieht?
<!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>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


