Forums

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

Home Forums CSS Background repeat

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #24238
    hal8
    Member

    Ok so i have a background image that is supposed to repeat-x and then i have a content background image on top of that. But in IE it doesnt seem to repeat-x but in FF AND Opera it does.

    Has anyone got any ideas…its just prob something i forgot to do :o

    Thanks

    Hal8

    #54364
    Rob MacKay
    Participant

    you got a live link for us to have a look at? Could be any number of issues, kinda like pokin around in the dark if we cant see it… :)

    #54366
    hal8
    Member

    Ah ok….yeh forgot about that !

    http://www.footballsmylife.com

    Just trying to learn how to convert PSD mockups and that really…prob something silly…but i dont know much about webs stuff :o

    Cheers

    #54384
    Soh Tanaka
    Member

    In IE, if you don’t have a space between your background image value and the repeat value, your going to get some funk down your direction.

    So just add a space before "repeat-x" :-)

    Code:
    background: url(image.jpg) repeat-x;
    #54411
    hal8
    Member

    Brilliant…..thought it would be something small like that :o

    Cheers Soh Tanaka

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