|
Posted by Brian Cryer on 07/07/06 08:35
"Chris Tomlinson" <anon@anon.com> wrote in message
news:Xqgrg.97635$wl.53181@text.news.blueyonder.co.uk...
> PS: Oh dear, we just realised that if we put the images into JS as per
> your demo page, they probably won't appear in WYSIWYG view in web page
> editors, correct? Unfortunately these are essential tools due to the
> imagemaps we need to draw around all the doors and shop signs, so the JPGs
> must be visible in programs such as FrontPage, Dreamweaver, etc. Do you
> have any other ideas to control the loading of slices?
Two ideas:
1. go with Vincent's suggestion.
2. keep the images in (so you see them in your editor) but have some
javascript which runs on page start up which resets each of the images to
blank before explicitly loading each one. Sounds daft I know, but it means
that the visitor won't have to wait for all the images to load and you can
then control the load order AND it means that a visitor without JavaScript
enabled will still see the images. (Is that clear?) You may have to play
with it to see how practical this is.
--
Brian Cryer
www.cryer.co.uk/brian
[Back to original message]
|