Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Website utilizing wordpress theme called Boldy. Main menu utilizes submenu and home page utilizes the Nivo Slider. "Services" submenu is buried beneath the Slider only in IE9.

I've tried changing the z-index values, but no luck. Style sheet located at: http://debraraftery.com/wp-content/themes/boldy/style.css

share|improve this question
By default, the sub menu will not hide beneath the slider in IE. Because I'm also using the same theme for my website. Check this – Libin May 10 '12 at 6:53

migrated from webmasters.stackexchange.com May 10 '12 at 1:07

1 Answer

Just remove the '?', line 947, in the style.css file.

It should work then.

Cheers

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.