Click to See Complete Forum and Search --> : Javascript VS Noscript


Charville
05-15-2003, 02:46 AM
I like to use rollovers - if people have scripts disabled on their browsers, is there something I should put after the graphic tag

(example: <a href="/pages/" onmouseover="img2" onmouseout="img2a"><img src="/pages/img2.gif" alt="Graphic Here"></a>

that will show an alternative graphic for them in place of that rollover?

Gollum
05-15-2003, 02:52 AM
There's not much you can do when javascript has been turned off - you're pretty much limited to HTML. At least the pointer will still change to indicate a link.

Charles
05-15-2003, 05:22 AM
Hey, quit cross posting. And check out the other post.