The issue persists as the background fails to display.
Here is the CSS code:
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 how the html is implemented:
<div class="sidebar_lap sidebar_beige">
<h3>
Laptop Reparatie
</h3>
<p>
If you cannot purchase a new<br />
laptop immediately? <br />
We offer the most affordable prices<br />
in all of Friesland.
</p>
</div>