Nieuw lid |
|
nee nog niet het gaat om d it bestand.
@charset "UTF-8";
/* CSS Document */
#container {
position: absolute;
height: auto;
width:100%;
height: 99%;
right: 0%;
background-color: #FFF;
}
#containerA {
position: relative;
Width: 1024px;
height: 768px;
margin: 0px auto;
background-color: #F93;
}
/* Header */
#header {
position: fixed;
width:100%;
height: 159px;
background-image:url(../../../../Jeroen/images/layout_raamstickers1_03.gif);
background-repeat: repeat-x;
}
#headerA {
position: fixed;
width:1024px;
height: 159px;
background-image:url(images/layout_raamstickers1_03.gif);
background-repeat: repeat-x;
}
#menu-rechts {
position: absolute;
width: 100%;
height: 55px;
top: 95px;
font-size: 12px;
font-family: Verdana, Geneva, sans-serif;
background-image: url(images/menu_03.gif);
background-repeat: no-repeat;
background-position: top right;
}
#rechts-tekst {
position: absolute;
font-size: 12px;
font-family: Verdana, Geneva, sans-serif;
left: 103px;
top: 30px;
width: 207px;
}
#links {
position: absolute;
background-image: url(../../../../Jeroen/images/menu_06.gif);
background-repeat: repeat-x;
height: 33px;
top: 116px;
width: 100%;
}
#content {
position: absolute;
width:630px;
height: 600px;
background-color: #FFF;
left: 1px;
top: 161px;
}
@charset "UTF-8"; /* CSS Document */ #container { position: absolute; height: auto; width:100%; height: 99%; right: 0%; background-color: #FFF; } #containerA { position: relative; Width: 1024px; height: 768px; margin: 0px auto; background-color: #F93; } /* Header */ #header { position: fixed; width:100%; height: 159px; background-image:url(../../../../Jeroen/images/layout_raamstickers1_03.gif); background-repeat: repeat-x; } #headerA { position: fixed; width:1024px; height: 159px; background-image:url(images/layout_raamstickers1_03.gif); background-repeat: repeat-x; } #menu-rechts { position: absolute; width: 100%; height: 55px; top: 95px; font-size: 12px; font-family: Verdana, Geneva, sans-serif; background-image: url(images/menu_03.gif); background-repeat: no-repeat; background-position: top right; } #rechts-tekst { position: absolute; font-size: 12px; font-family: Verdana, Geneva, sans-serif; left: 103px; top: 30px; width: 207px; } #links { position: absolute; background-image: url(../../../../Jeroen/images/menu_06.gif); background-repeat: repeat-x; height: 33px; top: 116px; width: 100%; } #content { position: absolute; width:630px; height: 600px; background-color: #FFF; left: 1px; top: 161px; }
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Raamstickers VGV</title>
<link href="stylesheet.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="header">
<div id="containerA">
<div id="links"> </div>
<div id="headerA">
<div id="menu-links"></div>
<div id="links-tekst"></div>
<div id="menu-rechts"></div>
<div id=""></div>
</div>
</div>
</div>
</div>
</body>
</html>
<!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"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link href="stylesheet.css" rel="stylesheet" type="text/css" />
|