Template:UNIPV-Pavia/StyleCss

From 2009.igem.org

(Difference between revisions)
Line 32: Line 32:
cursor: default;
cursor: default;
width: 8em;
width: 8em;
 +
        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 49: Line 50:
cursor: pointer;
cursor: pointer;
width: 8em;
width: 8em;
 +
        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 63: Line 66:
left: -1000em;
left: -1000em;
top: 0;
top: 0;
 +
        list-style-image: none;
}
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
Line 100: Line 104:
color: #333;
color: #333;
text-decoration: none;
text-decoration: none;
 +
        list-style-image: none;
}
}
/* Menu items that have mouse over or focus have a blue background and white text */
/* Menu items that have mouse over or focus have a blue background and white text */

Revision as of 12:52, 17 June 2009