First thumbs loading last

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Horny Joe
    Confirmed User
    • Jul 2004
    • 2661

    #1

    First thumbs loading last

    I have noticed lately that the background and the top thumbs are the last to load when I open Hornyjoe.com.

    It did not use to be like this. Anyway, I have removed mobile redirect and all iframes that I had there.

    When I open in IE it seems all is ok, Opera close to ok but the problem is Firefox. Anyone can think of a solution to this?

    Thanks!
    The Very Best Teen Content! Make $$$$ - Join DIESEL ACTION for Great Teen content
  • Indigo_
    Registered User
    • Jan 2010
    • 11

    #2
    I use firefox and your top thumbs load first.

    Comment

    • lacuna
      Confirmed User
      • Mar 2006
      • 1950

      #3
      Use javascript to pre-load them in the order you want:

      Code:
      <SCRIPT LANGUAGE="JavaScript">
      <!-- hide from non JavaScript Browsers 
      Image1= new Image(1,39)
      Image1.src = "http://www.yoursite.com/images/redstripebackground.gif"
      Image2= new Image(1,26)
      Image2.src = "http://www.yoursite.com/images/lowerstripe.gif"
      Image3= new Image(8,2)
      Image3.src = "http://www.yoursite.com/images/common_l.gif"
      Image4= new Image(8,2)
      Image4.src = "http://www.yoursite.com/images/common_r.gif"
      Image5= new Image(1,1)
      Image5.src = "http://www.yoursite.com/images/red.gif"
      Image6= new Image(250,76)
      Image6.src = "http://www.yoursite.com/images/banner-yoursite.gif"
      Image7= new Image(250,39)
      Image7.src = "http://www.yoursite.com/images/nav_register.gif"
      Image8= new Image(250,39)
      Image8.src = "http://www.yoursite.com/images/navnew.gif"
      Image9= new Image(250,39)
      Image9.src = "http://www.yoursite.com/images/categories.gif"
      // End Hiding -->
      </SCRIPT>
      Numbers in parenthesis are image sizes...

      2257 Third-Party Custodian of Records Services
      Designed by an attorney to be DOJ compliant
      Only $1 per record

      Comment

      • Tamashi
        Confirmed User
        • Oct 2009
        • 728

        #4
        the problem with javascript is that it often gets blocked. For example, I'm using "NoScript" on firefox myself, so no script ever executes unless i give permission for it. Try preloading with CSS.
        ++ SIGNATURE FOR SALE ++
        ICQ: 565-013-936

        Comment

        Working...