Re: handling fallback content for still images

On Sun, 01 Jul 2007 23:55:55 +0200, Robert Burns <rob@robburns.com> wrote:
> <object
>
>  type="image/png"
>  data="picture.png"
>  width="100%"
>  height="500"
>  >
>  <param
>   name="src"
>   value="picture.png" /
>  >
> Fallback content
> </object>

Without browser hacks this becomes:

   <object data=picture>
     Fallback.
   </object>


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Monday, 2 July 2007 07:27:28 UTC