wrighty59uk
03-06-2007, 01:22 PM
I am useing lightbox v2.0 on my new site, but i seem to have a little probem with it. for some reason the background image dosent fill the page. i have a gap at the right hand side and at the bottom of the page. ive fixed the problem with the gap on the right hand side by doing this
original code
#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
New Code
#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 102%;
height: 500px;
background-color: #000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
but i cant work out how to get rid of the gap at the bottom of the page
any help would be greatfully received
thanks in advance
wrighty59uk
original code
#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
New Code
#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 102%;
height: 500px;
background-color: #000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
but i cant work out how to get rid of the gap at the bottom of the page
any help would be greatfully received
thanks in advance
wrighty59uk