diff --git a/components/tabs.less b/components/tabs.less index 351f317..941979c 100644 --- a/components/tabs.less +++ b/components/tabs.less @@ -243,4 +243,23 @@ div.vectorMenu li.selected a:visited { text-decoration: none; } +// Expand vectorMenu as basic tabs in IE6 +// (IE6 doesn't support :hover on DIV) +* html div.vectorMenu div.menu { + display: block; + position: static; + border: 0; +} +* html div#mw-head div.vectorMenu h3 { + display: none; +} +* html div.vectorMenu li { + float: left; + line-height: 1.125em; + border-right: 1px solid #a7d7f9; +} +* html div.vectorMenu li a { + padding-top: 1.25em; +} + @import 'watchstar.less';