I've noticed that when I apply a background to a div in ie like this:
it renders the right edge of the image against the right edge of the div, but in firefox, it looks like it renders the right edge of the image against the right edge of the screen but only displays the part that is inside the div . . . in other words, the background doesn't line up with the div, and I only see part of the image. Is there a way to make this work in both browsers? Thanks.HTML Code:div.main_id { background: #ffffff url(images/background_image.jpg) bottom right fixed no-repeat; border: #880000 outset 5px; width: 600px; height: 400px; }



Reply With Quote

Bookmarks