Scrollbars!!!

windows

Guest
Hi All,<br />
<br />
I have a problem with scrollbars, if anyone could help I would be much obliged.<br />
<br />
I have a web page within which I have fixed border images on each side. I have a div of a fixed height in the middle of the page:<br />
<br />
<div style="OVERFLOW:auto; WIDTH: 100%; HEIGHT:460px"><br />
<asp:literal id="literal" runat="server" ></asp:literal><br />
</div><br />
<br />
Within which there is a literal containing a large string of text. Now, when the browser window is expanded to full size the scrollbar appears fine and works as expeted, however when i alter the size of the window to be very narrow (vertically), the <div> and its accompanying scrollbar become hidden by the bottom border image.<br />
<br />
Is there anyway I can attach the scrollbar so that it dynamically resizes along with the main window, and yet still scrolls the content within the <div>? I'm not sure if this is possible or not.<br />
<br />
Thanks in anticipation,<br />
<br />
Andy<!--content-->uninstall internet explorer<br />
<br />
install mozilla<!--content-->
 
Back
Top