Hi, I may be misunderstanding your need, but you could simply write out all of you tab's display elements initially set to 'display:none'. Set a initial focus tab (some variable sent from the server written to a JS var to be used by the client) and set it's elements set to display:block or display:inline where appropriate. On click of another tab set the current tab's elements to display:none and the new focus to display:block/inline where appropriate.
This is what we do for our CMS. You can see some layout L&Fs at: http://www.livestoryboard.com/Products/Screen_shots.html Is this the kind of thing you are talking about? Best, -Rob > -----Original Message----- > From: Sylvain Wallez [mailto:[EMAIL PROTECTED] > Sent: Friday, September 05, 2003 10:12 AM > To: [EMAIL PROTECTED] > > Timothy Larson wrote: > > >Very, very nice. I will be using every feature you added. > > > > > > Thanks :-) > > I just added yet another feature : browsing between panels using a > dropdown menu (like e.g. Mozilla's font preferences dialog). Checkout > the "form1" and "form1.flow" samples. A single form is not enough to > show all ;-) > > Something I can't find (and need help for) is how to write a CSS that > would avoid the layout to be recomputed when a tab is selected. I would > like the size of the <div> containing the tab contents to the be the > maximum of the sizes of the various tab contents. > > Any hint on how to achieve this, someone ? > > Sylvain > > -- > Sylvain Wallez Anyware Technologies > http://www.apache.org/~sylvain http://www.anyware-tech.com > { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects } > Orixo, the opensource XML business alliance - http://www.orixo.com
