MediaWiki:Common.css: Difference between revisions

m
alright, if this works, the code will be disabled in IE only, while allowing the code to work as normal in standards-compliant browsers.
m (if I'm not mistaken, this will disable the "broken" code in IE.)
m (alright, if this works, the code will be disabled in IE only, while allowing the code to work as normal in standards-compliant browsers.)
Line 297: Line 297:


/* This coding doesn't exist yet. */
/* This coding doesn't exist yet. */
body[class~=ns-106] .hoverexpand, body[class~=ns-107] .hoverexpand {
[if ! IE] .hoverexpand {
height: 18px;
height: 18px;
overflow: hidden;
overflow: hidden;
Line 303: Line 303:
}
}


body[class~=ns-106] .hoverexpand:hover, body[class~=ns-107] .hoverexpand:hover {
[if ! IE] .hoverexpand:hover {
height: 100%;
height: 100%;
overflow: visible;
overflow: visible;
2,743

edits