Skip to content
WJunction - Webmaster Forum

[HTML] Pageoverlay

Status
Not open for further replies.
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.

About the author

I
Member · Joined
17
Messages
1
Reactions
3
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom