User:Hotbot/menus.css

From Homestar Runner Wiki

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Mozilla / Firefox: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac)
  • Safari: press Cmd-Option-E
  • IE: hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Konqueror: simply click the Reload button, or press F5
  • Opera users may need to completely clear their cache in Tools→Preferences.
 many thanks to [[User:Zocky]]! */

span.popup_menu
{
	display:none;
	position:absolute;
	left:0px; top:2.3ex;
	z-index:2;
	width:10em; 
	background:white; 
	border:solid 1px grey;
}
span.popup_menu a {display:block;}
span.popup_menu_row a {display:inline;}
span.popup_menu_row {display:block;}
div.popup_drop {display:inline; position:relative}
div.popup_drop:hover span.popup_menu,
div.popup_drop span.popup_menu:hover {display:inline; background:White; padding:2px 2px 2px 2px}


/* other colours, styles and so on */
span.popup_menu a:hover {background:#CCf; color:#44f}
span.popup_mainlink {font-size: 140%; font-weight: bold}

table.popupBorderTable { background: #FFBE20 /* orange */ }
table.popupTable { background: #FFFAEF }
Personal tools