Hoffentlich krieg ich jetzt keine Mahnung wegen 'nem undeutlichen Titel. :/
Also... ich habe 'ne Homepage für 'ne Skatecrew gemacht. Die benutzen größtenteils Internet Explorer, wenn nicht sogar alle - dummerweise wird's eben genau in dem Browser nicht richtig dargestellt.
HTML-Code:
<!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>
<title> PuMpKiN sKaTeCrEw</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css" media="all" >
<!--
body {
background-color: #2B1809;
padding: 10px 0 0 0;
margin: 0;
}
#structure {
width: 818px;
margin: 0 auto;
padding: 0;
empty-cells: show;
}
#header {
width: 818px;
height: 131px;
background-color: #2B1809;
}
#header-top {
width: 133px;
height: 61px;
background-image: url('./images/header_top.jpg');
background-repeat: no-repeat;
}
#header-left {
width: 18px;
height: 131px;
background-image: url('./images/header_left.jpg');
background-repeat: no-repeat;
background-color: #2B1809;
}
#header-main {
width: 133px;
height: 131px;
background-image: url('./images/header_main.jpg');
background-repeat: no-repeat;
}
#header-font {
width: 667px;
height: 131px;
background-image: url('./images/header_font.jpg');
background-repeat: no-repeat;
}
#empty-left {
width: 18px;
}
#navi {
width: 133px;
height: 88px;
vertical-align: top;
background-image: url('./images/navi_ecke.jpg');
background-repeat: no-repeat;
background-position: bottom left;
}
#navi table {
padding-top: 25px;
width: 100%;
}
#navi td {
background-image: url('./images/navi_normal.png');
width: 133px;
}
#navi td:hover {
background-image: url('./images/navi_hover.png');
width: 133px;
}
#navi-bg {
width: 133px;
height: 88px;
background-image: url('./images/navi_background.jpg');
background-repeat: no-repeat;
background-position: top middle;
position: absolute;
}
#content {
width: 667px;
text-align: justify;
background-color: #777777;
background-image: url('./images/content_bg.jpg');
background-repeat: no-repeat;
background-positon: top left;
}
#copyright {
width: 641px;
height: 38px;
}
#content-ecke {
width: 36px;
background-image: url('./images/content_ecke.jpg');
background-repeat: no-repeat;
background-position: bottom right;
}
#header-main, #header-font, #navi {
background-color: #5C2600;
}
.bold {
font-weight: 700;
text-decoration: none;
}
-->
</style>
</head>
<body>
<table id="structure" cellpadding="0" cellspacing="0" >
<tr>
<td> </td>
<td id="header-top" > </td>
<td> </td>
</tr>
<tr>
<td id="header-left" rowspan="2" > </td>
<td id="header" colspan="3" >
<table cellpadding="0" cellspacing="0" >
<tr>
<td id="header-main" > </td>
<td id="header-font" > </td>
</tr>
</table>
</td>
</tr>
<tr>
<td id="navi" nowrap="nowrap" >
<div id="navi-bg" >
<table cellpadding="0" cellspacing="0" >
<tr>
<td>
News/Upadtes
</td>
</tr>
</table>
</div>
</td>
<td id="content" >
<table cellpadding="0" cellspacing="0" >
<tr>
<td colspan="2" >
<span class="bold" > Der Text hier hat keinen Sinn:</span> Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.
</td>
</tr>
<tr>
<td id="copyright" > Webdesign by Arne Schlü ter</td>
<td id="content-ecke" align="right" > </td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
So sollte es aussehen
So sieht es aus
(Die Schrift ist übrigens noch nicht formatiert, aber wen interessiert's.)
Ich habe übrigens auf gizcore.com, damals noch gizmo-designs.com gelesen, dass man mit Javascript 24Bit PNGs im IE korrekt darstellen lassen könnte, allerdings kommt die Seite ja erst an Weihnachten wieder online.... weiß jemand ganz rein zufällig wie das geht? Dann muss ich mir keine alternative suchen, wie ich das ohne 24Bit PNGs in der Navi halbtransparent machen kann...