[thelist] Help with providing a backup to javascript solution

Christian Heilmann codepo8 at gmail.com
Wed Jan 25 16:53:27 CST 2006


> It shows two divs that are set via inline CSS to have display: none -

That is the mistake: You hide things via CSS and show them via
JavaScript. If you simply hide them via JavaScript all is good. Users
without javascript just get the content.

TinyURL doesn't work on this Mac (POSIX error %-)))), but this is
normally the solution for this issue. A popup as a JS fallback is also
a bad idea as it might be blocked by software.

--
Chris Heilmann
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
Binaries: http://www.onlinetools.org/



More information about the thelist mailing list