Hallo,
bin mal wieder am verzweifeln. habe die webseite Sportjugend des ESV Lokomotive Pirna!!! gemacht und es wird alles toll angezeit... in firefox.
Der IE (ich gleube alle außer die neuste version) macht probleme. leider weiß ich nciht woran das liegt. könntet ihr bitte mal kurz drüberschaun? ein abgespreckter teil des quelltextes ist unten zu finden.
Danke im vorraus
Felix
bin mal wieder am verzweifeln. habe die webseite Sportjugend des ESV Lokomotive Pirna!!! gemacht und es wird alles toll angezeit... in firefox.
Der IE (ich gleube alle außer die neuste version) macht probleme. leider weiß ich nciht woran das liegt. könntet ihr bitte mal kurz drüberschaun? ein abgespreckter teil des quelltextes ist unten zu finden.
Danke im vorraus
Felix
HTML:
<!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" xml:lang="en" lang="en">
<head>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div style="text-align:center;">
<img src="header/header.jpg" alt="Kopf der Seite" />
<!--Header Menü-->
<div style="width:100%; background-color:#ca1500;">
<div style="width:914px; background-color:#a11000; margin-left:auto; margin-right:auto; font-size:30px; color:#FFFFFF; font-weight:bold;">
<!--Link1 Link2 Link3<sub>Ι</sub> Link4--><br />
</div>
<!-- Banner und News-->
<div style="width:914px; height:3px; background-color:#eef0ef; margin-left:auto; margin-right:auto;"></div>
<div style="width:914px; margin-left:auto; margin-right:auto;">
<div style="width:659px; height:185px; float:left; background-image:url(header/banner.jpg);">
"INCLUDE"
</div>
<div style="width:207px; height:185px; float:left; background-image:url(header/news.jpg); background-repeat:no-repeat; text-align:left;"><br /><br /><br /><br /><?php
include "news.php";
?><a href="index.php">mehr...</a></div>
<!--Gesamter Content (Sidebar und Cont)-->
<div style="width:48px; height:185px; float:left;"><img src="header/rand.jpg" alt="ein weiteres Gestaltungselemen" /></div><div style="clear:both;"></div>
</div></div>
<img src="content/header.jpg" alt="schalt lieber Bilder ein" />
<div style="width:911px; margin-left:auto; margin-right:auto;">
<div style="width:911px; background-image:url(content/all.jpg); background-repeat:repeat-y;">
<div style="width:49px; background-image:url(content/side_rand.jpg); background-repeat:repeat-y; float:left;"><br /></div>
<!--SIDEBAR-->
INCLUDE
<!--INHALT-->
<div style="width:641px; background-image:url(content/content.jpg); background-repeat:repeat-y; float:left; text-align:left;">
INHALT
</div>
<!--ENDE INHALT-->
<div style="width:45px; background-image:url(content/cont_rand.jpg); background-repeat:repeat-y; float:left;"></div>
<div style="clear:both;"></div>
</div></div>
<!-- Footer mit Banner und Werbung-->
<?php
include "footer.php";
?>
</div>
</body>
</html>