ChrisIsBored
Diamond Member
- Nov 30, 2000
- 3,400
- 1
- 71
Get rid of the subdomains... it's loading new images every page and that's slowing down the experience.
Also your test page has errors...
Also your test page has errors...
Originally posted by: sandmanwake
What's wrong with Frontpage? I've tried dreamweaver and it's just too complicated to use for me.
Originally posted by: GtPrOjEcTX
what are the files sizes of those pictures...I tried to save as to figure it out but only save option is bitmap for some reason.
also getting an error message on line 43 whatever that may be.
Originally posted by: GtPrOjEcTX
take the onload="preloadImages();" out of the <body> tag
<SCRIPT language=JavaScript>
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
}
//-->
</SCRIPT>
onload="MM_preloadImages('images/top_img1.gif','images/top_img2.gif','images/top_img3.gif')"
Originally posted by: GtPrOjEcTX
nah, javascripts a lot less messy than what you are suggesting about the images IMO.
take that out of the body, investigate the image sizes...
Originally posted by: ChrisIsBored
Subdirectories are part of your problem.
Let me guess.. you have 5 seperate folders...
Home - Pictures - Schedules - Links - Contact
Now in each of those folders you have your Image directory. Each page a user visits is loading images from a new Image folder. We're downloading the images 5 times to see the whole site.
You need to either get rid of the subdirectories, or link to a single image folder. That will help some as far as load times go.
Originally posted by: dquan97
Each time a user visits the index.html page, the images for the nav bar is pulled from a single images directory on the main folder. When a user goes to the accompanying sites, then the nav bar images are pulled from the images directory in the subdomain.
I'll post the downloadable zip file of my site here
Originally posted by: BingBongWongFooey
Originally posted by: Deslocke
Also you might consider using frames.
For the LOVE OF GOD, NO!
Anyways, change the navigation bar button text to be more readable, and preload the navigation bar hover images (so it doesnt delay when you hover over them), other than that it looks very nice.
Originally posted by: dquan97
ok, I tried everything to get the rollovers to work properly. See my test site. It still lags...
I have Dixiesys as my webhost.
Originally posted by: MeanMeosh
Originally posted by: dquan97
ok, I tried everything to get the rollovers to work properly. See my test site. It still lags...
I have Dixiesys as my webhost.
may i suggest loading those images when the webpage loads for the firstime? cant remember the exact tags, but i've used it before... this way, there's not even the slightest lag time for onmouseovers
