Status
Not open for further replies.

IntelliTool

Member
17
2012
1
0
Hey guys!
I'm trying to overlay a Page with a grey layer.

Code:
	.overlay {
		z-index:9000;
		width:780px;
		height:100%;
		background-color:#666;
		opacity:0.9;
		filter:alpha(opacity=90);
		position:absolute;
	}

<div class="likeoverlay"></div>


Works like a charm, BUT!
If the Content is longer than the screen resolution, one can simply scroll down and access the content.

Is it possible to fix that?
 
2 comments
Status
Not open for further replies.
Back
Top