Tekst maar half te zien

Status
Niet open voor verdere reacties.

jorenman

Gebruiker
Lid geworden
27 jul 2013
Berichten
222
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="header">
coolheid
</div>
<div class="left">
</div>
<div class="right">
</div>
</div>
<div id="right">
</div>
</div>
</body>
</html>

#container {
width: 100%;
}
#left {
width: 170px;
height: 100%;
background-color: #999;
position: absolute; left: 0px; top: 0px;
}
#center {
width: 1050px;
height: 100%;
background-color: #000000;
position: absolute; left: 170px;  top: 0px;
}
.above {
position: absolute; top: 0px; 
height: 25px;
width: 1025px;
background-color: #999;
text-align: center;
font-size: 11;
}
.above a {
font-family: Verdana;
color: #ffffff;
}
.above a:hover {
font-family: Verdana;
text-decoration: underline;
color: #000000;
}
.header {
position: absolute; top: 25px; 
width: 100%;
height: 250px;
background-color: #00FFFF;
}
.left {
position: absolute; left: 0px;
width: 25px;
height: 100%;
background-color: #ffffff;
}
.right {
position: absolute; right: 0px;
width: 50px;
height: 100%;
background-color: #ffffff;
}
#right {
position: absolute; top: 0px; right: 0px;
width: 170px;
height: 100%;
background-color: #999;
}

Dit is een html en een css document.
Alleen het rare is dat je alle teksten en links maar voor de helft ziet.
Weet iemand hoe ik dit kan oplossen?

Met vriendelijke groeten,

Joren Wouters
 
Laatst bewerkt door een moderator:
Deze vraag hebben we toch al in behandeling. Dubbel posten gaat echt niet dubbel zo snel opgelost worden :d
 
Dubbel posten is inderdaad niet toegestaan. Teven is je reeds een aantal keren aangegeven de HTML tag te gebruiken.
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan