Team:Edinburgh/tech/iefixes

From 2011.igem.org

(Difference between revisions)
(Created page with "/* IE CSS fixes */ .leftmenu { top: 0px; margin: 25px 0 0 0; right: 0px; left: -8px; display: inline; } - hints: #hintcontainer { display: inline-block; margin-top: 0px; top: -...")
 
(43 intermediate revisions not shown)
Line 1: Line 1:
/* IE CSS fixes */
/* IE CSS fixes */
-
.leftmenu {
+
#footer-box {
-
top: 0px;
+
position: relative;
-
margin: 25px 0 0 0;
+
border: none;
-
right: 0px;
+
margin-top: 40px;
-
left: -8px;
+
margin-bottom: 0px;
-
display: inline;
+
bottom: 0px;
 +
padding: -5px;  
 +
}
 +
 
 +
#sidebar .leftmenu ul li{
 +
list-style-type: none !important;
 +
list-style-image: none !important;
}
}
-
/*hints*/
 
#hintcontainer {
#hintcontainer {
-
display: inline-block;
+
margin-left: -206px;
-
margin-top: 0px;
+
z-index: 15;
-
top: -25px;
+
display: inline !important;
-
padding: 0 5px 0 5px;
+
float: right !important;
-
}
+
}
-
#sidebar {
+
.tright {
-
position: absolute;
+
float: right;
-
width: 190px;
+
-
height: 300px;
+
-
left: 5px;
+
}
}

Latest revision as of 18:09, 21 September 2011

/* IE CSS fixes */

  1. footer-box {

position: relative; border: none; margin-top: 40px; margin-bottom: 0px; bottom: 0px; padding: -5px; }

  1. sidebar .leftmenu ul li{

list-style-type: none !important; list-style-image: none !important; }

  1. hintcontainer {

margin-left: -206px; z-index: 15; display: inline !important; float: right !important; }

.tright { float: right; }