we have now a sliding configuration menu on graphics. It's made with cross-browser libraries (http://www.cross-browser.com/), whose i also committed on include/styles/cb. I don't now if this folder is the right one.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@116 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
dervitx 2006-07-10 07:45:08 +00:00
parent 58820e1a7f
commit 77b01187dc
1 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,9 @@ if (comprueba_login() == 0) {
position:absolute; position:absolute;
margin:0; width:550px; height:220px; margin:0; width:550px; height:220px;
visibility:hidden; visibility:hidden;
filter:alpha(opacity=95);
-moz-opacity: 0.95;
opacity: 0.95;
} }
--></style> --></style>