On 08/06/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

How do you work that one out? Javascript cannot run until the page has
(mostly) loaded, so I can vouch for getting a 'flash of extra content'
on many of my pages. Since the hidden content cannot be re-enabled
without JS on, I have to make the default appearance to be 'visible',
then hide it asap.


You can run scripts as soon as the DOM has loaded, so you very rarely have
to put up with the flash of non-js content - that only really happens if you
use the window.onload event.

Matthew.


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to