I use for modal window SimpleModal
on jQuery.
How to make the header and footer inside the modal window fixed so that the contents scroll inside them?
<div id="simplemodal-container"> <div>Вот тут бы заголовок</div> <div class="simplemodal-wrap"> <div id="simplemodal-data"> Ну а тут куча содержимого со скроллом </div> </div> <div>А вот тут подвал</div> </div>