Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. |
|
Thread Tools |
02-14-2010, 06:54 AM | #1 |
Confirmed User
Industry Role:
Join Date: Jul 2004
Location: Online
Posts: 2,661
|
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 |
02-14-2010, 02:57 PM | #2 |
Registered User
Join Date: Jan 2010
Posts: 11
|
I use firefox and your top thumbs load first.
|
02-14-2010, 05:57 PM | #3 |
Confirmed User
Industry Role:
Join Date: Mar 2006
Location: New York
Posts: 1,950
|
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>
__________________
2257 Third-Party Custodian of Records Services Designed by an attorney to be DOJ compliant Only $1 per record |
02-14-2010, 07:29 PM | #4 |
Confirmed User
Join Date: Oct 2009
Location: 565-013-936
Posts: 728
|
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 |