Hi,
I’m hoping that somebody here can help me out.
I’m working on a new Drupal website and having an IE specific problem (both IE6 and IE7). Works perfect in FF and Safari
If you look at the site at http://www.freshdigital.com.au/our-fresh-team
when you click on one of the tabs at the top (in the Flash header), it triggers a jQuery slide to open up the header area for more Flash content
The problem in IE is that the main menu (an unordered list) stays in its place instead of shifting down along with everything else
If you hover over one of the menu items (before the additional Flash content drops) it triggers the menu to pop down to the place it should be.
Then when you close the expanded Flash content, the menu stays put again until you hover over an item and it pops up to it’s original spot.
My css file is http://www.freshdigital.com.au/sites/all/themes/fresh08/style.css
I have managed to narrow it down the position property of the main menu’s li elements, which I have set to ‘relative’ (see line #494 in the css file)
If I remove the position property the menu actually slides down and up with the other elements, however then the sub menus aren’t positioned correctly anymore.
I’m not that great at css and have been tearing my hair out to try and fix this.
Here’s hoping someone has a solution.
Thanks in advance
- Ben