Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Dropdown fail in ie8 Reply To: Dropdown fail in ie8

#150803
Paulie_D
Member

I’m going to lay odds it’s the positioning of the submenus

.navMain li ul{
position:absolute;
list-style:none;
text-align:center;
width: 100%;
left:0px;
top:16px; <-----

Then you probably can fix this

.navMain li ul li:first-child {
border-radius: 0px 0px 0 0;
margin-top: 25px; <----
position: relative;

Here’s my reference copy:

http://codepen.io/Paulie-D/pen/22c4ca602bda363099133ded6bca2294