Carol Swinehart wrote:
> I can not get the background image to show up in IE, or Opera but it 
> does show up in Firefox 3.0.3 and Safari
> 
> Please advise, I have read everything I can on this topic and tried 
> all those fixes but they are not working.

> http://www.christineswindellscpa.com/test/index4.php

HTML-elements and -comments have no place inside stylesheets. Clean it
up and use @media print and @media screen wrappers instead of
style-elements.

Right now your intended print-styles are overriding your screen-styles
for the body-element in some browsers, while other browsers simply
ignore chunks of styles.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to