Revision [8081]

This is an old revision of FixedForegroundImage made by DarTar on 2005-05-13 12:01:07.

 

Fixed Foreground Image


This page is just meant for testing CSS for fixed foreground images.

We might add a CSS selector for fixed-positioning of images

Here's an example:

AAAAA


#pop {
    margin: auto;
    z-index:20;
    position:fixed;
    bottom: 0px;
    right: 10px;
    color: red;
    width: 100%;
    height: 235px;
    background: transparent url(../images/wizard.gif) no-repeat bottom right;
}


Known IE5 bugs




CategoryLayout
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki