HTML:
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css">
<title>Coolheid</title>
</head>
<body>
<div id="container">
<div id="left">
</div>
<div id="center">
<div class="above">
<a href="index.html">Mijnfinforce.nl</a>
<a href="index.html">Inloggen Klanten</a>
<a href="index.html">Inloggen Dealers</a>
</div>
<div class="left">
</div>
<div class="right">
</div>
</div>
<div id="right">
</div>
</div>
</body>
</html>
#container {
width: 100%;
}
#left {
width: 170px;
height: 532px;
background-color: #999;
position: absolute; left: 0px; top: 0px;
}
#center {
width: 1025px;
height: 532px;
background-color: #000000;
position: absolute; left: 170px; top: 0px;
}
.above {
position: absolute; top: 0px;
height: 22px;
width: 1025px;
background-color: #999;
text-align: right;
}
.above a {
font-family: Verdana;
color: #ffffff;
}
.above a:hover {
font-family: Verdana;
text-decoration: underline;
color: #000000;
}
.left {
position: absolute; left: 0px;
width: 25px;
height: 100%;
background-color: #ffffff;
}
.right {
position: absolute; right: 0px;
width: 25px;
height: 100%;
background-color: #ffffff;
}
#right {
position: absolute; top: 0px; right: 0px;
width: 170px;
height: 532px;
background-color: #999;
}
Dit is een html en een css bestand.
Maar helaas zie je de link 'Inloggen Dealers" niet helemaal....
Weet iemand hoe dit komt?
Met vriendelijke groeten,
Joren Wouters
Laatst bewerkt door een moderator: