From: Sean M. <se...@sm...> - 2005-07-19 14:17:44
|
well analysed, sir. And then: | X cost of implementation | X | X -------------------------- 1 2 3 so 1 seemed a good choice, as 2 is not a happy medium!-) s On 19 Jul 2005, at 15:08, Peter Crowther wrote: >> From: [...] Brian Peter Clark >> On IE 6.0 sp 2, running off the Sun app server, when the amazon, >> google boxes in the side frame first appear there is a brief flash of >> the expanded forms before they collapse. Does anyone else get >> this? >> > > Yes. Basically, one has a choice: > > 1) Render the content expanded, then use Javascript to collapse the > content. Leads to a brief flash, as the expanded content is shown > before it is collapsed. However, this degrades gracefully if the user > has Javascript switched off. > > 2) Rander the content collapsed. No flash, but no content if the user > has Javascript switched off. > > 3) Make the initial page a test page that detects (for example) =20 > whether > the user has Javascript turned on, and use this to choose between > techniques (1) and (2) when rendering. > > At present, technique 1 is implemented. > > - Peter > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dclick > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > > |