Hallo,
ich habe mein Problem auch schon hier gepostet: http://www.traum-projekt.com/forum/...-flexible-grid-layout-divisions-overflow.html
Dort ist es etwas besser lesbar, da die Bilder in den Textfluss eingeblendet sind.
Hier mein Layout als Bild mit zugehörigem css
Mein Problem ist der horizontale overflow von der Navigation in den Contentbereich Bereich und vom Content in die rechte Navigation. Auf dem bild rot markiert.
Dies ist der HTML Code:
Hier der css code nochmal als text
Weiss jemand, wie ich das lösen könnte?
Über Antworten würde ich mich freuen,
Vielen Dank im Voraus
Narph
ich habe mein Problem auch schon hier gepostet: http://www.traum-projekt.com/forum/...-flexible-grid-layout-divisions-overflow.html
Dort ist es etwas besser lesbar, da die Bilder in den Textfluss eingeblendet sind.
Hier mein Layout als Bild mit zugehörigem css
Mein Problem ist der horizontale overflow von der Navigation in den Contentbereich Bereich und vom Content in die rechte Navigation. Auf dem bild rot markiert.
Dies ist der HTML Code:
{config_load file="$language/lang_$language.conf" section="index"}
<div id="wrapper">
<div id="headerArea">
<div id="logo">
<a href="index.php" ><img width="200px" src="{$tpl_path}img/top_logo.jpg" alt="{$store_name}" /></a>
</div>
</div>
<div id="leftPanel">
{$box_CATEGORIES}
</div>
<div id="contentPanel">
<div id="navtrail">{$navtrail}</div>
{$main_content}
</div>
<div id="rightPanel">
</div>
</div>
Hier der css code nochmal als text
html, body {
width:100%;
height: 100%;
}
#wrapper {
height:100%;
position: relative;
min-width:760px;
}
#headerArea {
width:100%;
}
#leftPanel {
width:15%;
float: left;
}
#contentPanel {
width:70%;
height:70%;
float: left;
}
#rightPanel {
width:15%;
height:70%;
float: left;
}
Weiss jemand, wie ich das lösen könnte?
Über Antworten würde ich mich freuen,
Vielen Dank im Voraus
Narph
Zuletzt bearbeitet: