Bart Feenstra wrote:

>[EMAIL PROTECTED]:]
>The 'problem' with your solution is that you now have duplicate content on
>a page and as far as I know there is no way to completely hide the span for
>all browsers (even text browsers) using CSS.
>  
>
That's a disadvantage indeed. To avoid double content the alt-content 
can be omitted. Testpage-b is here 
<http://home.tiscali.nl/developerscorner/css-discuss/test-no-print-images-b.htm>.
Then the effect is:

    * if styles are disabled: image and hidden image-description are
      both visible.
    * disadvantage: if styles are enabled and images disabled: image and
      image-description are both invisible.
    * if styles and images are both disabled: image not visible,
      image-description visible.
    * if visited by text-viewer: the same; see: Lynx
      
<http://www.delorie.com/web/lynxview.cgi?url=http%3A%2F%2Fhome.tiscali.nl%2Fdeveloperscorner%2Fcss-discuss%2Ftest-no-print-images-b.htm>.
    * if visited by text-reader: again description only once; see Fangs
      
<http://home.tiscali.nl/developerscorner/css-discuss/images/no-print-fangs.gif>.

So there is a choice (in what disadvantage you like the most). :-)

Greetings,
francky


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to