Men nu har jeg selv fundet ud af det
Du skal dog have mange tak for det hurtige svar
Hvis nogle skulle være interesseret i svaret, så er her koden:
- <!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" xml:lang="en" lang="en">
- <head>
- <title>New document</title>
- <style type="text/css">
- html, body {
- height: 100%;
- margin: 0px;
- padding: 0px;
- font-family: Arial;
- font-size: 12px;
- background-color: #EBFFD7;
- }
-
- #wrap {
- height: 100%;
- width: 790px;
- margin: 0 auto;
- border: 1px solid #99CC01;
- border-bottom: 0px;
- border-top: 0px;
- background-color: #FAFFF2;
- }
- #banner {
- position: absolute;
- top: 0px;
- right: 0px;
- width: 100%;
- height: 100px;
- background-color: #99CC00;
- }
- #content {
- width: 100%;
- padding: 5px;
- padding-top: 105px;
- }
- </style>
- </head>
-
- <body>
-
- <div id="wrap">
- <div id="content">
- Lidt indhold her xD
- </div>
- </div>
- <div id="banner">This is a test</div>
-
- </body>
- </html>
Indlæg senest redigeret d. 27.07.2008 13:55 af Bruger #8254