css background-repeat

Heikepix

New Member
So i have this DIV with a backgroundthis is the style:\[code\]#book{ width: 800px; position: absolute; right:0; top: 0px; font-family: love; font-size: 20px; background:url("../img/boek.png");}\[/code\]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
 
Back
Top