You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Mohsin I. Hakak" <mo...@KPITCummins.com> on 2007/01/08 12:24:58 UTC

How to hide scrollbars from jsp's displayed using struts

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


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

Posted by mano dasanayake <ma...@mubasher.net>.
<div  style="overflow:auto; HEIGHT=specify height here in px; width=99%;">

Your table here,,,
</div>

Regards,
Mano
-----Original Message-----
From: Joseph McGranaghan [mailto:draegoonZ@draegoonz.com] 
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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Joseph McGranaghan <dr...@draegoonz.com>.
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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org