Quote:
Also, I found this code on the web to preload images, what do you think? |
I think preloading images for the most part is a waste of time. Make sure
you have content on the page that loads reasonably fast so people have
something to look at, compress your images as best you can, and leave it at
that. All IMHO, of course ;o)
On your site, there is no real reason to make all those links images with
rollovers. Use text and style them with CSS. Use CSS for any hover/rollover
effects.
Finally, your site is confusing. Those links should just link to new pages,
not create this gigantic rollover. It's also inaccessible in my browser if I
try to use the keyboard to navigate. Also, all your text is in images. Why?
(I hope that didn't sound harsh...just trying to get you to think a bit
deeper for a solution to your problem.)
-Darrel