55
επεξεργασίες
(The wiki software no longer runs JavaScript in IE6 - mw:RL/MGU#IE) |
|||
/* Κώδικας ειδικά για Internet Explorer */
if (navigator.appName == "Microsoft Internet Explorer") {
*
* Description: Fixes IE horizontal scrollbar bug
if (document.createStyleSheet) {
document.createStyleSheet().addRule('.IPA', 'font-family: "Doulos SIL", "Charis SIL", Gentium, "DejaVu Sans", Code2000, "TITUS Cyberbit Basic", "Arial Unicode MS", "Lucida Sans Unicode", "Chrysanthi Unicode";');
▲ //Import scripts specific to Internet Explorer 6
}
}
|
επεξεργασίες