My website looks great on all browsers except for Internet Explorer. I am currently using Internet Explorer 8 to test it. I've tried using a conditional stylesheet (ie.css) to fix some issues, but there are a few problems that have me stumped. I am open to any suggestions involving CSS or jQuery.
Check out the site here: Test Page
Here are the current issues I'm facing:
Button Disappears on Hover
When hovering over the 'Resources' button, a dropdown menu appears (using the WordPress Dropdown Menu Widget Plugin). However, when hovering over a submenu link, the parent button disappears completely. How can I keep the parent button visible when hovering over the child element?Main Container Won't Center on Page
The main content area (#content_area) is not centered on the page despite having a set width and margin: 0 auto defined. I've tried various methods to resolve this issue without success. I also need to center the bottom area (#bottom_area), which may require a similar approach as the main content area. Any suggestions on how to achieve this?Mystery Margin on Right Side of Page
There seems to be an unexplained 10px margin on the right side of the page. I can't identify where it's coming from. How do I remove this unwanted margin?