[Webkit-unassigned] [Bug 6907] REGRESSION: United.com JS menu's content spilling into page as of 1/29/06

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Jan 29 15:30:27 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6907





------- Comment #3 from ddkilzer at kilzer.net  2006-01-29 15:30 -------
If the User Agent is changed to MSIE 6 via the Debug menu, the JS menu no
longer "spills" into the page, but the drop-down menus don't appear when the
mouse pointer hovers over the tabs.  Looks like different stylesheets are used
depending on the platform (but not the browser):

<SCRIPT LANGUAGE="JavaScript">
<!--
if (navigator.appVersion.indexOf("Win") != -1) {
        if (document.layers){
                document.write("<LINK REL=stylesheet TYPE='text/css'
HREF='/ual_style_pc_n.css'>");
        }
        // NN4+
        else if (document.all) {
        document.write("<LINK REL=stylesheet TYPE='text/css'
HREF='/ual_style_pc_e.css'>");
    // MSIE4+
        }       
} else if (navigator.appVersion.indexOf("Mac") != -1) {
        document.write("<LINK REL=stylesheet TYPE='text/css'
HREF='/ual_style_mac.css'>");
} else {
    // not a v 4 or +
}
//-->
</script>


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list