<title>Claus</title> <link href="StyleSheet.css" rel="stylesheet" type="text/css" /> <asp:ContentPlaceHolder id="head" runat="server"> </asp:ContentPlaceHolder> </head> <body> <form id="form1" runat="server"> <div> <div id="container"> <div id="top">hej</div> <div id="menu"> <div id="forside"></div> <div id="nyheder"></div> <div id="CV"></div> <div id="omclaus"></div> <div id="kontakt"></div> </div> <div id="Content"> <asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server"> </asp:ContentPlaceHolder> </div> </div> </div> </form> </body> </html>
body { } #container { margin-left: -486px; position: absolute; left: 50%; width: 972px; } #top { background-image: url(layout\layout_02.jpg); width: 972px; height: 194px; } #menu { background-image: url(layout\layout_04.jpg); width: 972px; height: 61px; }