I had a request to put a popup onto a site page and thought, I know where there's one of them. Unfortunatly the user wanted a huge amount of text which dropped out the bottom of the page. Need Scrollbars !
I'm not a .Net programmer so I appologise if this hack is not how it should be done.
Add a height value into the css file under the .modalPopup area.
Move the
from the bottom of the Panel code to the top so that it appears at the top of the page. I added my own css .modalbutton to change its appearence.
add 'overflow:auto;' to the code here:
anel ID="pnlPopup" runat="server" style="display:none;overflow:auto;" CssClass="modalPopup">
That seems to have done it. I'm sure the bugs will appear eventualy.
Regards, Phil.