GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   First thumbs loading last (https://gfy.com/showthread.php?t=953705)

Horny Joe 02-14-2010 06:54 AM

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!

Indigo_ 02-14-2010 02:57 PM

I use firefox and your top thumbs load first.

lacuna 02-14-2010 05:57 PM

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...

Tamashi 02-14-2010 07:29 PM

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.


All times are GMT -7. The time now is 02:48 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc