Hi,
For some reason the background does not appear.
This is the CSS
div.sidebar_beige {
background: no-repeat left top;
height: 142px;
margin: 35px 0 35px 0;
position: relative;}
div.sidebar_beige h3 {
color: #f57f20;
font-family: 'trebuchet ms';
font-size: 17px;
left: 15px;
margin: 0px;
padding: 0px;
position: absolute;
top: 15px;
width: 163px;
}
div.sidebar_beige p {
color: #454343;
font-family: 'trebuchet ms';
font-size: 12px;
left: 15px;
margin: 0px;
padding: 0px;
position: absolute;
top: 42px;
width: 165px;}
div.sidebar_fcs {
background-image: url('../images/sidebar_backup_online.png');
}
div.sidebar_lap {
background-image: url('../images/sidebar_backup_laptoprepara.png');
}
This is the html used:
<div class="sidebar_lap sidebar_beige">
<h3>
Laptop Reparatie
</h3>
<p>
U kan niet gelijk een nieuwe<br />
laptop kopen? <br />
We zijn de goedkoopste<br />
van Friesland.
</p>
</div>