Never rely on Javascript for such specific things. Try to only use it for
extra features on a website, not for essential things like image
replacement. A good site should function under all circumstances. It should
work even when one item of the trinity (HTML, CSS and JS, but in fact HTML
is never missing) is missing. If you use image replacement, the page doesn't
function anymore when JS is disabled. Instead, put the image in the source
code, fetch its alt text and put that in a span using JS.
______________________________________________________________________
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