Team:Edinburgh/tech/iefixes

From 2011.igem.org

(Difference between revisions)
Line 16: Line 16:
#hintcontainer {
#hintcontainer {
position: fixed;
position: fixed;
-
left: -190px;
+
margin-left: -190px;
top: 300px;
top: 300px;
width: 190px;
width: 190px;

Revision as of 13:26, 28 July 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 {

position: fixed; margin-left: -190px; top: 300px; width: 190px; height: 100px; z-index: 15; display: inline !important; float: right !important; }