Team:Hong Kong HKUST/team
From 2013.igem.org
(Difference between revisions)
Line 60: | Line 60: | ||
} | } | ||
.navigation ul li a { | .navigation ul li a { | ||
+ | background: url(images/nav_right_IE6.png) top right no-repeat !important; | ||
background: url(images/nav_right.png) top right no-repeat; | background: url(images/nav_right.png) top right no-repeat; | ||
display: block; | display: block; | ||
Line 68: | Line 69: | ||
.navigation ul li.selected a, | .navigation ul li.selected a, | ||
.navigation ul li.hover a { | .navigation ul li.hover a { | ||
- | background: url(images/nav_selected_right.png) top right no-repeat; | + | background: url(images/nav_selected_right.png) top right no-repeat !important; |
+ | background: url(images/nav_selected_right_IE6.png) top right no-repeat; | ||
color: #578ba0; | color: #578ba0; | ||
} | } | ||
.navigation ul li a span { | .navigation ul li a span { | ||
- | background: url(images/nav_left.png) top left no-repeat; | + | background: url(images/nav_left.png) top left no-repeat !important; |
+ | background: url(images/nav_left_IE6.png) top left no-repeat; | ||
display: block; | display: block; | ||
padding: 15px 10px 10px 23px; | padding: 15px 10px 10px 23px; | ||
Line 79: | Line 82: | ||
.navigation ul li.selected a span, | .navigation ul li.selected a span, | ||
.navigation ul li.hover a span { | .navigation ul li.hover a span { | ||
- | background: url(images/nav_selected_left.png) top left no-repeat; | + | background: url(images/nav_selected_left.png) top left no-repeat !important; |
+ | background: url(images/nav_selected_left_IE6.png) top left no-repeat; | ||
} | } | ||
</style> | </style> |
Revision as of 08:01, 4 July 2013