Closed Bug 224827 Opened 21 years ago Closed 20 years ago

nif.no - rollover menus don't work

Categories

(Tech Evangelism Graveyard :: Norwegian, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: patrick.hendriks+bugzilla, Unassigned)

References

()

Details

This is the Norwegian Civil Engineer site, with amongst others statistics
concerning salary :)

However, the navigation menus on the left-hand side don't expand.
Looks like a bad Mozilla browser sniff:

if (navigator.appName == "Netscape") {
                                layerStyleRef="layer.";
                                layerRef="document.layers";
                                styleSwitch="";
                                visibleVar="show";
								btype="ns";
        }else if (navigator.appName == "Opera") {
                                layerStyleRef="layer.style.";
                                layerRef="document.getElementById";
                                styleSwitch=".style";
                                visibleVar="visible";
								btype="opera";
        }else{
                                layerStyleRef="layer.style.";
                                layerRef="document.all";
                                styleSwitch=".style";
                                visibleVar="visible";
								btype="ie";


e-mail address for contact :generalsek@nif.no
Reporter: It seems the site has changed since this bug was reported, is that true ?
Yep. site is changed. In fact, NIF changed more than just their site...
Also their name has changed...

Marking FIXED.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.