Recent content by myhf

  1. M

    Civilization IV Leader Picker

    To get it to work in Safari, change the line document.getElementById(sDropDownId).options.add(oItem); to document.getElementById(sDropDownId).options[document.getElementById(sDropDownId).length] = oItem; I'm no Javascript expert but Safari was choking on the add so I messed around until it...
Back
Top Bottom