Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS problem in all versions of IE

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31057
    mshort1985
    Member

    Hi everyone, I have designed this website and am having a problem i’ve never encountered before. none of the background images are showing up in IE, they work perfectly in safari and firefox, just not IE. anyone have any ideas on what could be the problem?

    THanks in advance

    here is the address http://www.manipulativephysiotherapycentre.com/

    edit. it seems if i change the “background” property to background-image it works but it won’t accept the short hand version

    #69374
    TheDoc
    Member

    I can’t tell you what you did wrong since you’ve changed it, but it’s most likely caused by having a lack of spaces.

    BAD:

    background:url('something/image.jpg')no-repeat;

    GOOD:

    background: url('something/images.jpg') no-repeat;
    #69375
    mshort1985
    Member

    Hmm, thats a good point Doc, I might change it again and see if that helps because its a pain having to do all the position and repeat properties in separate lines :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.