MediaWiki:Common.css: Difference between revisions

hover :D
m (adding roundy classes.)
(hover :D)
Line 195: Line 195:


/* </pre> */
/* </pre> */
/* creates a div class that can be used to add mouse-over functionality. */
/* hoverexpand will expand to fit the content vertically when hovered-over. Best used within tables or other divs. */
.hoverexpand {
height: 18px;
padding: 2px;
overflow: hidden;
*overflow: visible;
_overflow: visible;
}
.hoverexpand:hover {
height: 100%;
overflow: visible;
}