Hallo Leute, ich bin seid mehreren Stunden beschäftigt mein Design für Webspell CMS 4.2.0f anzupassen. Es ist so, ich habe oben den Header, Menüleiste und zwei Boxen als Tabellen. Darunter soll in einer DIV der Contentbereich sein. Rechts im Contentbereich soll ein weiteres festes DIV sein, weil sich dort weitere Elemente befinden. Die Aber nicht wie bei einer Tabelle nach unten verzogen werden, wenn der Text rechts länger ist als die Tabelle.
Frage Grafisch:
http://img269.imageshack.us/my.php?image=frage.jpg
Das Design:
http://img33.imageshack.us/img33/3066/designw.jpg
Ich hoffe ihr könnt mir helfen. Ich bin mit DIVs und CSS einfach zu sehr angesprochen. Hier noch der Quellcode:
Frage Grafisch:
http://img269.imageshack.us/my.php?image=frage.jpg
Das Design:
http://img33.imageshack.us/img33/3066/designw.jpg
Ich hoffe ihr könnt mir helfen. Ich bin mit DIVs und CSS einfach zu sehr angesprochen. Hier noch der Quellcode:
Code:
<html>
<head>
<title>ekyo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-color: #556066;
}
-->
</style></head>
<center>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (ekyo.psd) -->
<table id="Tabelle_01" width="1101" height="251" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="4"><img src="Bilder/EKYO.DE_01.jpg" width="20" height="194" alt=""></td>
<td colspan="4" rowspan="4">
<img src="Bilder/EKYO.DE_02.jpg" width="550" height="194" alt=""></td>
<td height="20" colspan="6">
<img src="Bilder/EKYO.DE_03.jpg" width="512" height="20" alt=""></td>
<td rowspan="3">
<img src="Bilder/EKYO.DE_04.jpg" width="18" height="192" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="20" alt=""></td>
</tr>
<tr>
<td height="156" colspan="2">
<img src="Bilder/EKYO.DE_05.jpg" width="254" height="156" alt=""></td>
<td rowspan="2">
<img src="Bilder/EKYO.DE_06.jpg" width="2" height="172" alt=""></td>
<td colspan="2">
<img src="Bilder/EKYO.DE_07.jpg" width="252" height="156" alt=""></td>
<td rowspan="2">
<img src="Bilder/EKYO.DE_08.jpg" width="4" height="172" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="156" alt=""></td>
</tr>
<tr>
<td height="16">
<img src="Bilder/EKYO.DE_09.jpg" width="186" height="16" alt=""></td>
<td>
<img src="Bilder/EKYO.DE_10.jpg" width="68" height="16" alt=""></td>
<td>
<img src="Bilder/EKYO.DE_11.jpg" width="184" height="16" alt=""></td>
<td>
<img src="Bilder/EKYO.DE_12.jpg" width="68" height="16" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
</tr>
<tr>
<td colspan="6" rowspan="3">
<img src="Bilder/EKYO.DE_13.jpg" width="512" height="56" alt=""></td>
<td rowspan="3">
<img src="Bilder/EKYO.DE_14.jpg" width="18" height="56" alt=""></td>
<td height="2">
<img src="Bilder/Abstandhalter.gif" width="1" height="2" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="Bilder/EKYO.DE_15.jpg" width="20" height="54" alt=""></td>
<td height="31">
<img src="Bilder/EKYO.DE_16.jpg" width="98" height="31" alt=""></td>
<td>
<img src="Bilder/EKYO.DE_17.jpg" width="114" height="31" alt=""></td>
<td>
<img src="Bilder/EKYO.DE_18.jpg" width="138" height="31" alt=""></td>
<td>
<img src="Bilder/EKYO.DE_19.jpg" width="200" height="31" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="31" alt=""></td>
</tr>
<tr>
<td height="23" colspan="4">
<img src="Bilder/EKYO.DE_20.jpg" width="550" height="23" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="23" alt=""></td>
</tr>
<tr>
<td height="3" colspan="12" background="Bilder/EKYO.DE_21.jpg">HIER SOLLEN DIE DIVS SEIN :(</td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="3" alt=""></td>
</tr>
<tr> </tr>
</table>
<table width="126%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr></tr><tr></tr>
</table>
</body>
</html>