Results 1 to 5 of 5

Thread: Background image set to none?

  1. #1
    Join Date
    Feb 2010
    Posts
    66
    Thanks
    16
    Thanked 0 Times in 0 Posts

    Exclamation Background image set to none?

    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

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    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.

  3. #3
    Join Date
    Feb 2010
    Posts
    66
    Thanks
    16
    Thanked 0 Times in 0 Posts

    Default

    I've tried that but it doesn't work.

    Mark

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Please post a link to the page on your site so we can check it out.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #5
    Join Date
    Feb 2010
    Posts
    66
    Thanks
    16
    Thanked 0 Times in 0 Posts

    Default

    http://www.british-certification.com...ng-at-home.htm

    There you go.

    The Div in question is called '#article_bar_eco_friendly_when_working_at_home'

    Thanks,

    Mark

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •