jQuery: The Write Less, Do More JavaScript Library

 « Return to Thread: Centering jqmodal dialog windows

Re: Centering jqmodal dialog windows

by bmsterling :: Rate this Message:

Reply to Author | View in Thread

Dave,
you need to do something like:

.jqWindow{
position:absolute;
width:300px;
height: 300px;
margin:-150px 0 0 -150px;
left:50%;
top:50%;
}




--
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com
_______________________________________________
jQuery mailing list
discuss@...
http://jquery.com/discuss/

 « Return to Thread: Centering jqmodal dialog windows