Line 265: | Line 265: | ||
div#weeks{ | div#weeks{ | ||
position: fixed; | position: fixed; | ||
+ | z-index:500; | ||
} | } | ||
Line 280: | Line 281: | ||
#weekslist{ | #weekslist{ | ||
+ | z-index:500; | ||
position: relative; | position: relative; | ||
font-size:0; | font-size:0; | ||
Line 285: | Line 287: | ||
margin-top:1%; | margin-top:1%; | ||
margin-right:60%; | margin-right:60%; | ||
− | + | ||
} | } | ||
Line 307: | Line 309: | ||
#weekslist a:hover{ | #weekslist a:hover{ | ||
+ | z-index:500; | ||
border-color: #000000; | border-color: #000000; | ||
opacity: 3.5; | opacity: 3.5; |