Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Hiding Table Rows [Thread Next] Re: Hiding Table RowsTo: NULL Date: 4/8/2006 12:57:00 PM AliR wrote: > My Question: Can rows of a table be hidden/shown dynamically on the client > side? So that when the user presses the +/- button next to each item we > can show or hide the rows that represent the children of that item. Well modern (desktop) browsers (IE 5 and later, Netscape 6 and later, Opera 7 and later, Safari and others) usually build a complete DOM (document object model) tree of the document which script, if enabled, can pretty much manipulate any way HTML and/or CSS allows so with client-side script is is certainly possible to set the CSS inline style of an element node to 'none' causing the browser to reflow the layout and hide/collapse that element. But that is client-side scripting and not XSLT. And your description sounds as if script is already used. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
