> B) Then I use external (unobtrusive) Javascript window.onload to > remove (via DOM Scripting) all the L2 elements*...this works...but I > do see an initial "flicker"..i.e you can discern the original page > momentarily and then the L2 items being removed.
I'd not use the onload approach to hide the nodes, because then it's "too late". Instead, use JS to plug the styles that will hide these elements. See the first lines of this script: http://tjkdesign.com/articles/TJK_SlideMenu/TJK_SlideMENU.js -- Regards, Thierry | http://www.TJKDesign.com ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
