Log in

View Full Version : Background image set to none?



lowmarklow
06-22-2010, 09:46 AM
Hi Guys,

Really want a certain Div in my Print style sheet to have the background image removed, as it shows a background image on the normal "screen" style sheet.

How do I do this? It's not working when I put in "background-image: url('none')" in the Print style sheet.

Thanks,

Mark

azoomer
06-22-2010, 10:53 AM
try
#??? {background-image: none;}
instead. ??? should be replaced with the ID of the div where you want to hide the background image. I don't know your css but maybe just replacing url(imagepath) with
none would suffice.

lowmarklow
06-22-2010, 11:19 AM
I've tried that but it doesn't work.

Mark

djr33
06-22-2010, 11:25 AM
Please post a link to the page on your site so we can check it out.

lowmarklow
06-22-2010, 11:38 AM
http://www.british-certification.com/articles/eco-friendly-when-working-at-home.htm

There you go.

The Div in question is called '#article_bar_eco_friendly_when_working_at_home'

Thanks,

Mark