http://jquery.com/demo/thickbox/
has several different examples, however, there seems to be too much code to go through for one simple effect.
The following code works great exept for the height, I can only get it to fill 100% of the screen height but if there is scrollbars it does not fill the full screen inclding scoll bars.
Code: Select all
#masterPopup {
width: 100%;
background-color: #666666;
position: absolute;
z-index: 200;
display: none;
opacity: 0.5;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
overflow: visible;
height: 130%;
}http://www.proctorcarsales.co.uk/used-c ... yshire.php
After clicking on a vehicle you will see what I mean.
I was looking at
Code: Select all
document.body.scrollHeightDoes anyone have any ideas how I would achieve this?
Thanks in advance.