swaddock
04-18-2008, 07:34 PM
My logo is defined as a background image in my .css. It appears in IE when I print/print preview, but in FF it does not.
This is the .css code for the logo div:
#logo {
float: left;
margin-left:1px;
width: 200px;
background: url(../images/mm-logo-2.jpg) !important;
background-repeat: no-repeat;
height:50px;}
Any ideas or suggestions?
This is the .css code for the logo div:
#logo {
float: left;
margin-left:1px;
width: 200px;
background: url(../images/mm-logo-2.jpg) !important;
background-repeat: no-repeat;
height:50px;}
Any ideas or suggestions?