Now, I had no problem as long as I allowed the page to load before mousing over things. So you would want to speed loading.
Those no right click scripts are virtually useless. They only keep honest people honest. Getting rid of them would help loading time, I'm sure. Also, you should only have these:
Code:
<script type="text/javascript" src="designs/thumbnailviewer2.js" defer="defer">
</script>
<script language="JavaScript" src="rightclickimages/rightclick-images.js">
</script>
once on a page. And, as I said, you might as well get rid of the no right click one.
Optimizing your images and preloading them from the top page (before anyone gets to the gallery pages) would also help. Preloading won't help as much as you might think though. For preloading to work best, the images should be of as small a number of bytes as possible (via optimization). The one glitch in preloading is that you have so many images, it will take a bit of time to load them no matter where it is done or how small in bytes they are.
Bookmarks