Template:UNIPV-Pavia/StyleCss
From 2009.igem.org
(Difference between revisions)
Line 63: | Line 63: | ||
padding: 0; | padding: 0; | ||
list-style-type: none; | list-style-type: none; | ||
- | |||
cursor: default; | cursor: default; | ||
- | + | list-style-image: none; | |
- | + | ||
} | } | ||
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */ | /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */ | ||
Line 79: | Line 77: | ||
padding: 0; | padding: 0; | ||
list-style-type: none; | list-style-type: none; | ||
- | |||
position: relative; | position: relative; | ||
text-align: left; | text-align: left; | ||
cursor: pointer; | cursor: pointer; | ||
- | + | list-style-image: none; | |
- | + | ||
} | } | ||
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */ | /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */ | ||
Line 92: | Line 88: | ||
padding: 0; | padding: 0; | ||
list-style-type: none; | list-style-type: none; | ||
- | |||
position: absolute; | position: absolute; | ||
z-index: 1020; | z-index: 1020; | ||
cursor: default; | cursor: default; | ||
- | |||
left: -1000em; | left: -1000em; | ||
top: 0; | top: 0; | ||
Line 136: | Line 130: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
padding: 0.5em 0.75em; | padding: 0.5em 0.75em; | ||
- | |||
text-decoration: none; | text-decoration: none; | ||
list-style-image: none; | list-style-image: none; |
Revision as of 08:57, 19 June 2009