css help
Date: 04/21/05
(WebDesign) Keywords: css
I'm building a simple site and don't know too much css, I'm really working on it though :)
But for the meantime, I made a table for the basic layout and I have an image in the backround of one of the td's. I want it to not repeat, and be on the right.
using this:
.norepeat { background-repeat: no-repeat; background-attachment: fixed; background-image: url(image.jpg); background-position: right center}
it works properly in IE but firfox actually sticks the thing in the top right corner of the entire page, not just the td. I'm a little stumped *L*
Did I miss a step? I tried finding the solution on my own but I can't really spend too much time on this.
Anybody got a quick fix for me? Thanks!
Source: http://www.livejournal.com/community/webdesign/860850.html