2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Support for Internet Explorer browser

This commit is contained in:
azammitdcarf
2011-01-11 05:01:22 +00:00
parent a088423e9b
commit 8dab3a26b4
9 changed files with 164 additions and 64 deletions

View File

@@ -15,7 +15,7 @@
}
#menu {
position : fixed;
position : absolute;
width : 20%;
height : 100%;
top : 0;
@@ -27,7 +27,7 @@
/*border-bottom: 1px solid #aaa;*/
}
#main {
position : fixed;
position : absolute;
top : 0;
left : 20%;
bottom : auto;