Nick Vidal wrote: > > Is it possible to include the option to hide the scrollbars if the > content overflows?
just add overflow:hidden to the css, or add it through the obj.style.overflow in your code. -- Abel _______________________________________________ Javawin mailing list [email protected] http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
