I got this weird litle situation that I had to use a negative background-position value to a background-image witin a layer. As you can see from Illu. 1 this didn't work that well.
How can I get my site to look like I want it to do? -see Illu 2.
The site in question with the error on is http://thewebdesignjournal.com/
Illu. 1
Illu. 2
Code:
#bulletin {
background-image: url("http://thewebdesignjournal.com/penpal.jpg");
background-position: -35px 72px;
background-repeat: no-repeat;
}
__________________
I do not share ad revenue.
Last edited by Moldarin; 04-15-2006 at 11:28 PM..
|