SvenAeyels
Legacy Member
Hey
Bij Firefox is er meer witruimte boven de titel dan bij Internet Explorer. Hoe kan ik deze ruimte verkleinen tot 10 pixels? Alvast bedankt.
Bij Firefox is er meer witruimte boven de titel dan bij Internet Explorer. Hoe kan ik deze ruimte verkleinen tot 10 pixels? Alvast bedankt.
Code:
<!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=windows-1252" />
<title>Pagina</title>
<style>
<!--
body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, sans-serif;
background: #dddddd;
}
#column-left {
float: left;
width: 490px;
}
#breadcrumb {
width: 475px;
height: 17px;
padding: 3px 15px 0px 0px;
background: #777777;
font-size: 10px;
color: #4a4a4a;
text-align: right;
}
#breadcrumb a {
color: #4a4a4a;
text-decoration: none;
}
#breadcrumb a:hover {
color: #4a4a4a;
text-decoration: underline;
}
#content {
width: 405px;
padding: 10px 20px 10px 65px;
font-size: 12px;
background-color: #ffffff;
color: #4a4a4a;
}
#content h3 {
font-size: 24px;
font-weight: normal;
background-color: #00ffff;
}
#content p {
line-height:150%;
}
#content a {
color: #4a4a4a;
}
-->
</style>
</head>
<body>
<div id="column-left">
<div id="breadcrumb">
<a href="">Blokje 1</a></b>
</div>
<div id="content">
<h3>Dit is een titel.</h3>
<p>Hier staat een stukje tekst. Hier staat een stukje tekst. Hier staat een stukje tekst. Hier staat een stukje tekst.</p>
<p>Hier staat nog een stukje tekst.</p>
</div>
</div>
</body>
</html>
. Stel je voor dat nog meer mensen je totale siterip zouden zien... Slinks als je bent even de urls gedelete in de andere
.
.
.