Background image of website changes for mobile and web

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lance71
    Email problem

    • Jun 2013
    • 63

    #1

    Background image of website changes for mobile and web

    Hi all,

    I have a responsive website I am busy with at the moment.

    The background image works fine in a normal browser on the pc but on mobile it doesnt look great. Is there a way to make it use a different background image on mobile platform?

    The css code which is currently there is as follows:

    body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:100%;
    background:#fb0858 url(../images/background.jpg) no-repeat fixed center top;
    margin: 0;
    padding: 0;
    color: #f9f9f9;
    position:relative;
    text-shadow:0 0px, 1px 1px #1e3500;
    }

    Any help will be greatly appreciated.

    Thanks,
    Lance
  • lance71
    Email problem

    • Jun 2013
    • 63

    #2
    You can see the site at www.brandspankingnew.co.za/bsn if that would help too.

    Comment

    • Zesty App Services
      Full Member
      • Aug 2013
      • 29

      #3
      Lance maybe you should have a look on the w3schools website.
      Zesty App Services is a Mobile app development company for small businesses in South Africa. We develop Android and Blackberry Apps.

      Comment

      • lance71
        Email problem

        • Jun 2013
        • 63

        #4
        Thanks, will do. Will update if I find a solution there.

        Comment

        Working...