Background image is not displayed in Firefox
Posted
by petersidor
on Stack Overflow
See other posts from Stack Overflow
or by petersidor
Published on 2008-12-16T13:44:39Z
Indexed on
2010/03/29
3:43 UTC
Read the original article
Hit count: 261
An image set as the background of a DIV is displayed in IE, but not in Firefox.
CSS example:
div.something {
background:transparent url(../images/table_column.jpg) repeat scroll 0 0;
}
(The issue is described in many places but haven't seen any conclusive explanation or fix.)
© Stack Overflow or respective owner