Activity Stream
48,167 MEMBERS
6869 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1.     
    #1
    Member
    Website's:
    WarezDownloads.us Crackcentral.co.uk

    Default scrolling backround.

    I recently added a new background to the skin.
    I donot want to scroll picture with site. I mean the backgrnd will stay fixed

    the problem is The picture is not scrolling.



    Pls check it on http://www.warezdownloads.us/

    What should i change ???

    Code: 
    body {
            background: #164269 url("{style_images_url}/background.jpg") no-repeat fixed 0% 0% transparent;
            color: #000000;
            font: normal 11px tahoma, helvetica, arial, sans-serif;
            position: relative;
            padding-bottom: 20px;
    }
    Pls check it on my site (some cache problems with my PC)
    Bump...
    AJ Blacklisted Reviewed by AJ Blacklisted on . scrolling backround. I recently added a new background to the skin. I donot want to scroll picture with site. I mean the backgrnd will stay fixed the problem is The picture is not scrolling. http://screensnapr.com/e/KCtbB0.png Pls check it on http://www.warezdownloads.us/ What should i change ??? Rating: 5

    ADSPOT available on PR#3 Alexa 100K Site.




  2.   Sponsored Links

  3.     
    #2
    Member
    This is what I see right now on your site:
    Code: 
    body {
        background: url("http://www.warezdownloads.us/public/style_images/overlayblue/background.jpg") repeat-x scroll 0 0 #164269;
        color: #5A5A5A;
        font: 11px tahoma,helvetica,arial,sans-serif;
        padding-bottom: 20px;
        position: relative;
    }
    Though in what you quoted, there's fixed. Which is the correct solution.

  4.     
    #3
    Member
    Website's:
    WarezDownloads.us Crackcentral.co.uk
    Thanks for the reply mate, then it will be cloudflare cache problem..

    ADSPOT available on PR#3 Alexa 100K Site.




  5.     
    #4
    Respected Member
    This is your real css:
    Code: 
    body { 
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #164269;
    background-image: url("http://www.warezdownloads.us/public/style_images/overlayblue/background.jpg");
    background-origin: padding-box;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-size: auto;
    color: #5A5A5A;
    font-family: "tahoma", "helvetica", "arial", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
    position: relative;
    }
    Change to this:

    Attachment fixed and position fixed
    Code: 
    body { 
    background-attachment: fixed;
    background-clip: border-box;
    background-color: #164269;
    background-image: url("http://www.warezdownloads.us/public/style_images/overlayblue/background.jpg");
    background-origin: padding-box;
    background-position: 0% 0%;
    color: #5A5A5A;
    font-family: "tahoma", "helvetica", "arial", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
    position: fixed;
    }

  6.     
    #5
    Member
    Website's:
    WarezDownloads.us Crackcentral.co.uk
    Its done http://screensnapr.com/v/pSqCwH.png
    I think its cache problem..

    ADSPOT available on PR#3 Alexa 100K Site.




  7.     
    #6
    Respected Member
    It doesn't work for me .. But if it works for others that is all that counts.

  8.     
    #7
    Member
    It doesn't work for me
    Roses are Red,
    Violets are blue,
    I have five fingers
    The middle ones for you

  9.     
    #8
    Member
    Not working for me to, using chrome

  10.     
    #9
    Member
    Website's:
    WarezDownloads.us Crackcentral.co.uk
    I changed the background image last week, yesterday its updated for me..
    I think its time to wait...

    Cloudflare suckx.

    ADSPOT available on PR#3 Alexa 100K Site.




  11.     
    #10
    Respected Member
    Cloudfare does suck.

    But changing image has no effect on scrolling. It is the css changes I told you to make.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [C#] Scrolling Label Function
    By dcrew in forum Web Development Area
    Replies: 0
    Last Post: 15th Sep 2012, 10:55 AM
  2. IMDB tool to grab info with backround design
    By Breaking Bad in forum General Discussion
    Replies: 9
    Last Post: 10th Dec 2011, 12:25 AM
  3. jQuery Infinite Scrolling
    By Kedzi in forum Web Development Area
    Replies: 8
    Last Post: 23rd Sep 2011, 10:41 PM
  4. [Selling] Scrolling Ads $1 a Month
    By SᴩiDᴇЯ in forum Completed Transactions
    Replies: 2
    Last Post: 26th Mar 2010, 05:13 PM
  5. [Selling] Scrolling Banner on all pages
    By SᴩiDᴇЯ in forum Completed Transactions
    Replies: 0
    Last Post: 23rd Mar 2010, 01:48 AM

Tags for this Thread

BE SOCIAL