Background image and Firefox

liunx

Guest
Hi

I'm using the CSS below to display a bg image in a cell which looks fine in IE but in Firefox ?of the image is lost bhind the right hand column.

Page in question (<!-- m --><a class="postlink" href="http://www.onestopclinics.com/content/home.php">http://www.onestopclinics.com/content/home.php</a><!-- m -->)

.contentBox {
padding: 10px;
vertical-align: top;
background-attachment: fixed;
background-image: url(../img/wash_footer.jpg);
background-repeat: no-repeat;
background-position: right bottom;

Any ideas anyone!! :confused:make the background of the right hand column transparent. that should do it.I'm guessing maybe you should try it without the "background-attachment: fixed".make the background of the right hand column transparent. that should do it.

Cheers Byeee but I want the image to sit within the specified cell, bottom right. It wouldn't look right any other way...thanks anyway...DPNOGDOG U got dude!...Thanks :p :p :pwithout the background-attachment:fixed it would look too ugly (you like things to be tiled :?).
you could try having less tables...

edit:
now you've got to scroll to see the background lol... you're padding it from the bottom right?
i don't think that removing the background color would cause any harm to the image... unless you're using microsoft word (just kidding about the way it swaps images :D )
 
Back
Top