So i have this DIV with a background
this is the style:
#book{
width: 800px;
position: absolute;
right:0;
top: 0px;
font-family: love;
font-size: 20px;
background:url("../img/boek.png");
}
The problem that I have is that there is space between those two backgrounds, and I really don't know why because I've never else used something like margin-top or paddin-top etc...
I just want the two backgrounds to touch eachother