I recently started a new job with a hospital and I'm trying to completely revamp their website with a modern, standards-compliant model.
I came up with a design I like at http://www.bremenhospital.org/testsite/ and it basically works in most browsers, but of course IE 6 doesn't handle the menu dropdowns. I implemented the Javascript fix I found on HTML Dog and A List Apart, but it ends up breaking some of the other css -- specifically all the content shifts behind the logo in the top left which is positioned absolutely.
Can anyone suggest a way to fix this problem? I dont' think we're ready to abandon all IE6 users just yet.
Well I've been working on it and I've gotten rid of the original problem, but my dropdown menus still don't work in IE6. Can someone take a look at my new version - http://www.bremenhospital.org/testsite/index2.html - and see if they can figure out what I'm missing?
I was wondering where that bit of JavaScript went. I only stuck it in the CSS file because I wasn't sure if it would work in the HTML referencing something in a seperate css file.