I expierencing something strange. Prob it's easy, but my css knowhow stops here.
In the dark part, the middle part with the text in it isn't relative to the rest of the website. I knew that it had something to do with being a div related to an other div. I tried this, but it doesn't work.
http://www.coldcharlie.nl/test2/
This is the css part for the rounded corners part, the strange thing is that I can place the shadow part in the rounded corners container and the shadow is related to the rounded corners part.
I also tried placing the above css in a other container, but that didn't sem to work and wrecked the website.
Can somebody tell me what to do?
.rounded_corners{
background: url(../images/achtergrond_homepage.png); no-repeat left bottom;
display: block;
left: 480px;
top: -730px;
z-index: 100000;
position: relative;
color:#FFF;
padding: 15px;
width: 360px;
height: 440px;
}
<div class="rounded_corners">
<div><h1> <br />Computerhulp in Friesland </h1>
</div>
<p>Is uw computer stuk? Of werkt uw laptop traag? Met de computerhulp van Friese Computerservice werkt uw computer of laptop weer snel als vanouds. <br />
Friese Computerservice is gevestigd in Leeuwarden, maar is actief in heel Friesland.</p>
<h2><strong>Goede computerhulp is belangrijk!</strong></h2>
<p>Een computer of laptop gaat altijd stuk op het moment dat het u niet uitkomt. Vervelend! Vaak wordt geprobeerd om de storing zelf te verhelpen. Helaas…. met alle gevolgen dien! Uw computer of laptop is helemaal niet meer bruikbaar of belangrijke informatie (denk ook aan uw foto’s!) zijn onvindbaar. Het is dan ook raadzaam om voor reparaties altijd naar een gespecialiseerd computer reparatiebedrijf te gaan.</p>
<h2><strong>Ook computerhulp nodig?</strong></h2>
<p>U wilt weer vertrouwd én snel met uw computer of laptop werken? Neem dan contact op met Friese Computerservice. Onze kennis is uitstekend, onze tarieven scherp. Bel of mail ons. Wij helpen u graag!</p>
<div id="shadow"><!--This is the shadow part--></div>
</div>