Wiki source for FixedForegroundImage
===== Fixed Foreground Image =====
This page is just meant for testing CSS for **fixed foreground images**.""<div id="pop"></div>""
Here's an example (visible using the default stylesheet: ##[[TestSkin | wikka.css]]##). If it doesn't work, try emptying your browser cache.
%%(css)
#pop {
margin: auto;
z-index:20;
position:fixed;
bottom: 0px;
right: 10px;
color: red;
width: 200px;
height: 235px;
background: transparent url(../images/wizard.gif) no-repeat bottom right;
}
%%
**Known IE5 bugs**
== External Links ==
~-[[http://wiki.crao.net/ | CraoWiki]] has a nice CSS-driven (and IE compatible) fixed footer.
----
CategoryLayout
This page is just meant for testing CSS for **fixed foreground images**.""<div id="pop"></div>""
Here's an example (visible using the default stylesheet: ##[[TestSkin | wikka.css]]##). If it doesn't work, try emptying your browser cache.
%%(css)
#pop {
margin: auto;
z-index:20;
position:fixed;
bottom: 0px;
right: 10px;
color: red;
width: 200px;
height: 235px;
background: transparent url(../images/wizard.gif) no-repeat bottom right;
}
%%
**Known IE5 bugs**
== External Links ==
~-[[http://wiki.crao.net/ | CraoWiki]] has a nice CSS-driven (and IE compatible) fixed footer.
----
CategoryLayout