Michael Tangorre wrote: > using style sheets and JS events if needed change the visibility > property. I forget the list of elements you can apply this to, but I > am sure the table, tr, td, div, span work. > > visibility: hidden;
That is the easy part. But unless you have hardcoded window size, font size, and positioned all elements using absolute positioning, you need to determine on the fly which elements are in the 'invisible' area. And it seems to me that would be tricky. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

