Finally got around to uploading the javascript necessary for CSS dropdown navigation to work in Internet Explorer. I also removed the Search widget because it was concealing the navigation. I can add it later once I figure out what I’m doing.
The challenge now is making all the sub-navigation choices show up. Currently only the first item in the dropdown appears, the rest presumably buried beneath the next element in the code. I’m experimenting with the “z-index” positioning property in CSS but so far to no… uh… no avail.
UPDATE: Dropdowns work now in Firefox but not IE. I feel like putting one of those “best viewed in…” messages on the homepage, next to the animated gif of the construction worker.
UPDATE 2: Working in IE now! Apparently I’m not the first to discover z-index bugs in IE.