My guess would be Progressive Enhancement. If css were available, but not javascript, the only way to get that element to show would be to turn off css (and a user wouldn't know to do this). This way, the element is only hidden (via javascript) if there's also a way to show it again (via javascript).
- Richard On Thu, Apr 3, 2008 at 7:59 AM, MorningZ <[EMAIL PROTECTED]> wrote: > > Why wouldn't you just start "mydiv" off as hidden (style= display: > none)? > >