> On Behalf Of Lea de Groot > Having elements pop in and out on a slow connection is very confusing > for Joe Public, and if its a page or site that will take their money > its important Not to make them feel in anyway insecure on what is > happening. > Because of this, I've made a specific decision that, rather than having > a: > select + button, then use JS to remove the button and add an onclick, > I have: > select + noscripted-button, and use js to add an onclick > (actually, I think its an onchange - I'd have to go look). > This gives an almost identical experience to non-js browsers and a > perfect experience to Joe Public's vanilla browser, and avoids elements > popping in and out on the screen. > If its below the fold it doesn't matter so much > If the element is very visible at the top of the page then its > important.
If you use JS to write specific styles to the document, there should be nothing "popping in and out". --- Regards, Thierry | www.TJKDesign.com ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
