{{indexmenu_n>200}} ====== 3 Spalten, feste Breite - V1 ====== **3 Spalten, feste Breite, variable Höhe, horizontal zentriert, Spalten LINKS/RECHTS identischer Hintergrund - Version 01** **Gesamtbreite:** 990px (**links:** 210px - **mitte:** 580px - **rechts:** 200px) **Autor:** K.Heermann (flip-flop) http://planmatrix.de //2010/01/06 // \\ **CMS-Version:** >= V1.2.8 \\ **Version:** V1.0 //06.01.2010// \\ **Update:** -- \\ Basierend auf: [[http://www.brunildo.org/test/piefecta5.html|3 columns layout (fixed widths)]] Based on Big John's Piefecta ===== Anforderung: ===== * Content soll im Quelltext als erstes stehen * Jede Spalte kann am längsten sein * Jede Spalte kann mit einem vollflächigen Hintergrund gefüllt werden * Header soll am obersten Rand des Viewport stehen * Die Seite soll horizontal zentriert ausgegeben werden * Left, Main und Right sollen optisch nebeneinander stehen * CSS-Code soll konform sein! Gewählt wurde hier eine feste Breite von 990px, so dass 1024 x YYY bedient werden kann. {{:deutsch:templates:big-john-piefecta:fixed_3_cols_layout_big_john_1.gif?600|fixed 3 cols layout by big john}} ~~UP~~ ===== Seitenlayout ===== {{:deutsch:templates:fixed_3_cols_layout_big_john_be2_1.gif|}} ~~UP~~ ===== Vorlage ===== {{:deutsch:templates:big-john-piefecta:fixed_3_cols_layout_big_john_be_1.gif|}} ~~UP~~ ==== Kopf: ==== **--> diesen Codeschnipsel in den
//( Kopf:)// der Vorlage einstellen:**
\\
==== Haupt: ====
**--> diesen Codeschnipsel in den Main-Teil //(Haupt:)// der Vorlage einstellen:**
{CONTENT}
{LEFT}
{RIGHT}
Fixed 3 cols layout (Based on Big John´s Piefecta)
{HEADER}
{FOOTER}
\\
===== CSS =====
{{ :deutsch:templates:big-john-piefecta:3-cols-fixed-width-variable-height-v1_s.gif|}}
{{:deutsch:templates:big-john-piefecta:3-cols-fixed-width-variable-height-v1.gif| }}
==== Template: ====
**Datei:** template/inc_css/fixed_3_cols_layout_big_john.css
Width 990px (210px - 580px - 200px)
/***********************************************
* Fixed 3 cols layout
* http://www.brunildo.org/test/piefecta5.html
* Patched version by KH (flip-flop) 06.01.2010
* Width 990px (210px - 580px - 200px)
************************************************/
body {
margin: 10px 0;
padding: 0;
color: #000;
background-color: #fff;
font-family: verdana, Georgia, serif;
font-size: 80%;
text-align: center;
}
.clear {
clear: both;
}
.alignright {
text-align: right;
}
.wide {
background-color: #ffc;
}
.top {
border-bottom: 1px solid #000;
}
}
.bottom {
border-top: 1px solid #000;
position: relative;
padding-bottom: 1px;
}
.testfloat {
width: 50px;
border: 2px solid #f90;
background-color: #ffd;
font-size: .8em;
}
.to-right {
float: right;
}
.to-left {
float: left;
}
.ap-test {
position: absolute;
top: -112px; /* H+2 */
height: 111px; /* H */
he\ight: 110px;
overflow: hidden;
border-top: 1px solid #000;
background-color: #5b5;
color: #ff0;
}
.ap-left {
width: 210px; /* 170px; */
left: 0;
}
.ap-right {
width: 200px; /* 160px; */
right: 0;
}
.wrapper {
margin: 0 auto;
width: 992px; /* 762px; */
w\idth: 990px; /* 760px; /* C + L + R + 2 */
text-align: left;
background-color: #cce; /* left */
border: 1px solid #000;
}
.outer {
margin-left: 210px; /* 170px; /* L */
margin-right: 200px; /* 160px; /* R */
border-left: 1px solid #000;
border-right: 1px solid #000;
background-color: #e5e5e5; /* #fcd; /* center */
}
.wrap-cl {
float: left;
width: 100%;
margin-right: -1px;
}
.center {
float: right;
width: 100%;
margin-left: -1px;
margin-bottom: -1px; /* for the AP boxes in IE/Win */
}
.incenter {
padding: 10px 0 10px 10px;
}
.left {
float: left;
position: relative;
width: 210px; /* 170px; /* L */
margin-left: -211px; /* -171px; /* -L-1 */
margin-right: 2px;
}
.right {
float: right;
position: relative;
width: 200px; /* 160px; /* R */
margin-right: -201px; /* -161px; /* -R-1 */
margin-left: 2px;
}
/* ---- + KH Content first (Header pos absolute */
.top {
height: 70px; /* +KH Head height */
width: 990px; /* 760px; */
position: absolute; /* +KH */
overflow: hidden; /* +KH */
top: 0; /* +KH */
left: 0; /* +KH */
background-color: yellow;
}
.intop {
padding: 5px;
}
.bottom {
border-top: 1px solid #000;
height: 40px; /* KH Footer height */
background-color: #ecf; /* +KH */
}
.inbottom {
padding: 5px;
}
.outer {
position: relative;
margin-top: 70px; /* +KH (place holder header) */
}
.wrapper {
position: relative; /* +KH (content first) */
}
/* ------------------------ */
/* previene allargamento floats (hidden) e problemi rendering left col (relative) in IE/Mac \*//*/
* html .inleft, * html .inright, * html .incenter {
width: 100%;
overflow: hidden;
}
* html .wrap-cl {
position: relative;
margin-right: 0;
}
* html .center {
margin-left: 0;
}
* html .left {
margin-right: 1px;
}
* html .right {
margin-left: 1px;
}
/**/
.left, .right {
padding-bottom: 110px; /* H */
}
/*
.outer {
word-wrap: break-word;
}
*/
\\
==== Navigation (optional) ====
**Datei:** template/inc_css/nav_list_ul.css
{{:deutsch:templates:big-john-piefecta:nav_list_ul_article.zip|NAV_LIST_UL + Article (>=r387)}}
Siehe auch [[deutsch:navigationen:nav_list_ul_parameter]].