Forum Moderators: not2easy
The problem is that the images swap very slow in IE when viewing the page on the web.
Netscape is lightning fast when it preloads the images. (I have to export in dreamweaver format to get it to preload using onload="" in the <body> tag)
I can't get IE to preload the images at all. I've tried exporting the html file from Fireworks in different ways too. Sometimes IE doesn't cache the files either.
When viewing on my hard drive - the page works great even on IE.
Don't know if they'll let me post the url, but here goes:
<snip - sorry> (exported as GoLive html from Fireworks)
<snip - sorry> (exported as Dreamweaver html from Fireworks)
These are just some pages I have been testing the graphics on. Not a final web site.
Any suggestions?
[edited by: Woz at 6:43 am (utc) on June 10, 2005]
[edit reason] No URLs please, see Tos#13 [/edit]
I tend to export the images as individuals and rebuild the graphics in divs using dreamweaver + swap image behaviour in an external JS file. I have encountered no problems with it cross browser/platform + it'll validate ;)
There is also the option to take this route [webmasterworld.com] (post #3) using pure css which gives you maximum flexibility but takes time to master.