Yeah I had noticed that but didn't think much of it. It does get kind of annoying.
It shouldn't take long at all to do... so I'll add a div with a fixed position way off the page and out of sight to preload the images since I want the landing page(s) to be 100% functional without javascript.
Comments
total nitpick but something I noticed that has an easy fix:
when you hover over the big three images on your landing page, they 'blink' while the new image loads.
the easy fix is to preload the hover images in javascript.
alternatively, you would make them a sprite (one image) and change the background offset on hover to show the appropriate one.
congrats on the progress.
Yeah I had noticed that but didn't think much of it. It does get kind of annoying.
It shouldn't take long at all to do... so I'll add a div with a fixed position way off the page and out of sight to preload the images since I want the landing page(s) to be 100% functional without javascript.