Team:LCG-UNAM-Mexico/test
From 2009.igem.org
(Difference between revisions)
Line 143: | Line 143: | ||
} | } | ||
/*----------------------------------------------------------------------------- Browser Specific */ | /*----------------------------------------------------------------------------- Browser Specific */ | ||
- | + | html div.MenuBar { | |
position: relative; /* For IE55 and IE6. | position: relative; /* For IE55 and IE6. | ||
Hidden (* html) from non-IE browsers. */ | Hidden (* html) from non-IE browsers. */ | ||
} | } | ||
- | + | html div.MenuBar ul li a { | |
float: left; /* For IE55 and IE6. | float: left; /* For IE55 and IE6. | ||
Breaks O9. | Breaks O9. | ||
Hidden (* html) from non-IE browsers. */ | Hidden (* html) from non-IE browsers. */ | ||
} | } | ||
- | + | html ul.DropDownMenu li a:hover { | |
cursor: hand; /* For IE55. | cursor: hand; /* For IE55. | ||
Hidden (* html) from non-IE browsers. */ | Hidden (* html) from non-IE browsers. */ | ||
Line 160: | Line 160: | ||
Hidding it (* html) from non-IE browsers breaks IE7! */ | Hidding it (* html) from non-IE browsers breaks IE7! */ | ||
} | } | ||
- | + | html div.MenuBar a:hover { | |
text-decoration: none; /* For IE55 and IE6. | text-decoration: none; /* For IE55 and IE6. | ||
Hidden (* html) from non-IE browsers. */ | Hidden (* html) from non-IE browsers. */ | ||
} | } | ||
- | + | html div.MenuBar ul li table, | |
- | + | html div.MenuBar ul li table td { | |
border: 0; /* For IE55 and IE6. | border: 0; /* For IE55 and IE6. | ||
Hidden (* html) from non-IE browsers. */ | Hidden (* html) from non-IE browsers. */ | ||
Line 304: | Line 304: | ||
<!--[if gt IE 6]><!--></a><!--<![endif]--> | <!--[if gt IE 6]><!--></a><!--<![endif]--> | ||
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> | ||
- | </li> | + | </li> |
- | + | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 20:59, 2 September 2009