On 10/23/06, ed gooddy <[EMAIL PROTECTED]> wrote:
>   The page is now tentatively valid HTML 4.01 Transitional: 
> http://validator.w3.org/check?uri=http://www.villa-corti.com/menus.htm
>   I have been googling with any luck on how to send a layer to the back of a 
> page. How would I send the navimager layer to the back of the page?
>
>   #navimager {
>  Z-INDEX: 2; LEFT: 250px; FLOAT: left; WIDTH: 186px; POSITION: relative; TOP: 
> 0px; HEIGHT: 90px
> }

Why the all-uppercase style data?   It doesn't hurt anything (except
maybe my eyes :) ), but it's somewhat atypical.

 I'm not sure what you mean by "send to the back of hte page".
Whatever has the lowest z-index will be at the back.  If you're using
'send' to mean you're trying to do it dynamically, then you can use
CSS to change the z-index via e.g. :hover, or you can use JavaScript
with something like document.getElementById('navimager').style.zIndex
= 0;

-- 
Mark J. Reed <[EMAIL PROTECTED]>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to