Ik ben bezig met [url="linkverwijderd"]deze website[/url].
Hoe krijg ik de 3e balk op de achtergrond (de donker blauwe) altijd onderaan de pagina, nu staat deze altijd onderaan de viewport maar indien de tekst lang is dient deze onderaan de pagina te staan.
Ik heb al van alles geprobeerd maar krijg het niet voor elkaar.
Bij een korte content tekst (link verwijderd) gaat het wel goed.
Bij een lange content tekst (link verwijderd) gaat het nog niet goed. Ook de fades aan de zijkant lopen dan niet door tot aan het einde van de pagina.
De code is valid XHTML 1.0 en valid CSS.
Dit is de bijbehorende CSS is:
Hoe krijg ik de 3e balk op de achtergrond (de donker blauwe) altijd onderaan de pagina, nu staat deze altijd onderaan de viewport maar indien de tekst lang is dient deze onderaan de pagina te staan.
Ik heb al van alles geprobeerd maar krijg het niet voor elkaar.
Bij een korte content tekst (link verwijderd) gaat het wel goed.
Bij een lange content tekst (link verwijderd) gaat het nog niet goed. Ook de fades aan de zijkant lopen dan niet door tot aan het einde van de pagina.
De code is valid XHTML 1.0 en valid CSS.
Dit is de bijbehorende CSS is:
Cascading Stylesheet:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| html {height: 100%; margin: 0; padding: 0; overflow: auto;} body {height: 100%; margin: 0; padding: 0; background: #6d7985; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; line-height: 16px; cursor: default; text-align: center;} img {border: 0;} form {margin: 0;} p {padding: 0; margin: 0 0 15px 0;} h1 {font-size: 14px; font-weight: bold; padding: 0; margin: 0 0 15px 0;} #header_line {position: absolute; top: 0; left: 0; height: 30px; width: 100%; background: #c5c8cc; z-index: 1;} #menu_line {position: absolute; top: 183px; left: 0; height: 30px; width: 100%; background: #994743; z-index: 1;} #footer_line {position: absolute; bottom: 0; left: 0; height: 24px; width: 100%; background: #516272; z-index: 1;} #page_container {position: relative; padding: 0 11px 0 11px; min-height: 100%; width: 900px; margin: 0 auto; text-align: left; z-index: 2;} #page_subcontainer {position: absolute; min-height: 100%; width: 900px; background: #eaeaea;} #page_leftfader {position: absolute; left: 0; height: 100%; width: 11px; background: url('/images/page_leftfader.png') repeat-y;} #page_rightfader {position: absolute; right: 0; height: 100%; width: 11px; background: url('/images/page_rightfader.png') repeat-y;} #header_container {height: 215px; background: url('/images/header_background.jpg') no-repeat 0px 30px; text-align: right; line-height: 28px;} #header_container span {margin-right: 10px;} #header_container #menu {margin-top: 155px; height: 30px; background: #c51602;} #content_container {min-height: 250px; padding: 15px 28px 24px 28px;} #footer_container {position: absolute; bottom: 0; width: 900px; height: 24px; background: #6d7985; font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif; font-size: 11px; text-align: right; color: #fff; line-height: 24px;} #footer_container span {margin-right: 10px;} #footer_container a {color: #fff; font-weight: bold; text-decoration: none;} #footer_container a:hover {color: #dadada;} |
[ Voor 4% gewijzigd door Urk op 14-12-2007 03:45 ]