Forum Moderators: not2easy
background: #FAFBFD url('images/cathedral.jpg') no-repeat fixed 0px 280px;
Now I have set the left co-ordinate to '0' so it will start in the bottom left of the table, but netscape, mozilla and Opera start it at the left of the whole document and not in the table that is centered?
Is there something I need to do here?
thanks for your time.
You'll need to use two positioning rules for the background image: one for IE, and another for Mozilla/Opera, perhaps using a descendant selector to ensure IE doesn't get the "true" position.