carlvickers
Member
Posted 2 years ago #
Hi,
I have recently had a website made by a friend through wordpress. The template is now finshed however I am having trouble with the dropdown plugin. The dropdown tabs work fine on google chrome and firefox, however on Internet Explorer they hide behind the back, and as a result are unable to click on them.
If anyone could have a look at the website and give me any support and advice that would be great. My website is:
http://www.sportscool.co.uk
Much appreciated
Carl
Hi
You are having what are called z-index problems, where the order of layers is set incorrectly on IE and the dropdowns are displaying behind instead of on top of the page content.
Based on comments in your page's source code, your friend used a WordPress plugin to create the dropdown menus. That plugin has a support forum here http://pixopoint.com/forum/
I suggest you ask your question there as they are likely familiar with resolving this problem.
First problem is that someone put curly quotes in parts of header.php, particularly in the doctype declaration and other meta, and that throws IE for a loop trying to render the page. When you fix those, validate your site again to fix other bad code, if needed.
If that doesn't work, since you're using the PixoPoint plugin for those menus, check their site for fixes for IE.