Re: How to hide scrollbars from jsp's displayed using struts

2007-01-08 Thread Joseph McGranaghan

If I understand you correctly, that is a CSS question, not struts.

Set the 'overflow' property to 'hidden' or 'visible' on the div
containing your inserted content.

-Joe

Mohsin I. Hakak wrote:

How to hide scrollbars from jsp's displayed using struts in case they
appear??


  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: How to hide scrollbars from jsp's displayed using struts

2007-01-08 Thread mano dasanayake
div  style=overflow:auto; HEIGHT=specify height here in px; width=99%;

Your table here,,,
/div

Regards,
Mano
-Original Message-
From: Joseph McGranaghan [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 08, 2007 6:12 PM
To: Struts Users Mailing List
Subject: Re: How to hide scrollbars from jsp's displayed using struts

If I understand you correctly, that is a CSS question, not struts.

Set the 'overflow' property to 'hidden' or 'visible' on the div
containing your inserted content.

-Joe

Mohsin I. Hakak wrote:
 How to hide scrollbars from jsp's displayed using struts in case they
 appear??


   

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]