|
Posted by kailash nadh on 11/26/07 21:20
On Nov 26, 6:34 pm, Chris <matchett...@googlemail.com> wrote:
> Using css how do I get a layer to stack on top of the rest of the
> body's content so the web page user can't interact with any other
> elements/links on the page but that layer?
>
> *****************************************************************
> My web page
>
> I can't click on any links while the layer is active
>
> |----------------------------------------|
> | Layer |
> |----------------------------------------|
>
> ******************************************************************
>
> Cheers,
>
> Chris
A position:absolute layer on top of all other layers (right after the
<body>), stretched to the maximum width and height should cover
everything up.
http://www.w3schools.com/css/pr_class_position.asp
Kailash Nadh | http://kailashnadh.name
Navigation:
[Reply to this message]
|