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?
IntelliTool Reviewed by IntelliTool on . [HTML] Pageoverlay Hey guys! I'm trying to overlay a Page with a grey layer. .overlay { z-index:9000; width:780px; height:100%; background-color:#666; opacity:0.9; Rating: 5