|
Posted by Vincent van Beveren on 07/07/06 07:30
You could maybe use the NOSCRIPT tag for that?
<NOSCRIPT>
.. plain and simple HTML with maps ...
</NOSCRIPT>
<SCRIPT>
.. dynamic loading of images ...
</SCRIPT>
Most WYSIWYG editors read the NOSCRIPT and skip the SCRIPT tags. Most
browsers skip the NOSCRIPT and execute the SCRIPT in the script tags.
Chris Tomlinson wrote:
> 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?
>
>
Navigation:
[Reply to this message]
|