Hey leute,
Hab mich lang nicht mehr sehen lassen aber hab mal wieder ne Frage.
Also ich hab mir eine Seite geslicet.
Alles in ordnung,nur jetzt will der mir die divs nicht anzeigen.
Im Dreamweaver Vorschauding zeigt er sie noch an.
Im browser leider nicht.
Hier mal der Quellcode:
HTML
<html>
<head>
<title>Buhjaza Factory.Community since 2007</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="css" language="text/css">
#header {
background-image: url(images/header.gif);
width: 1008;
height: 234;
top: 0px;
left: 8px;
position: absolute;
}
#left-navi {
background-image: url(images/navi-left.gif);
width: 178;
height: 700;
top: 234px;
left: 8px;
position: absolute;
}
#left-content-spacer {
background-image: url(images/left-content-spacer.gif);
width: 26;
height: 700;
top: 234px;
left: 186px;
position: absolute;
}
#content {
background-image: url(images/content.gif);
width: 588;
height: 700;
top: 234px;
left: 212px;
position: absolute;
}
#right-content-spacer {
background-image: url(images/right-content-spacer.gif);
width: 14;
height: 700;
top: 234px;
left: 800px;
position: absolute;
}
#right-navi {
background-image: url(images/navi-right.gif);
width: 202;
height: 700;
top: 234px;
left: 814px;
position: absolute;
}
#left-spacer {
background-image: url(images/left-spacer.gif);
width: 8;
height: 1000;
top: 0px;
left: 0px;
position: absolute;
}
#right-spacer {
background-image: url(images/right-spacer.gif);
width: 8;
height: 1000;
top: 0px;
left: 1016px;
position: absolute;
}
</style>
</head>
<body bgcolor="#CCCCCC" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div id="header">
</div>
<div id="left-spacer">
</div>
<div id="left-content-spacer">
</div>
<div id="left-navi">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="images/left-navi-navigation.gif" width="178" height="27">
</td>
</tr>
<tr>
<td valign="center" background="images/left-navi-link-space.gif" width="178" height="17">
[url='#']<font style="text-decoration: none;" face="Tahoma" size="1">Home</font>[/url]
</td>
<tr>
<td valign="center" background="images/left-navi-link-space.gif" width="178" height="17">
[url='#']<font style="text-decoration: none;" face="Tahoma" size="1">News</font>[/url]
</td>
</tr>
</table>
</div>
<div id="content">
</div>
<div id="right-content-spacer">
</div>
<div id="right-navi">
</div>
<div id="right-spacer">
</div>
</body>
</html>
Alles anzeigen
Um die Seite Online zu sehen : http://azustek.funpic.de/bf/new
Bei einer alten Seite hab ichs genauso gemacht und es ging http://azustek.funpic.de
ich hoffe ihr wisst was.^^
mfg SonicChriz