Hi,

As reported, breadcrumbs expand vertically while hovering over top menu.

eg link - http://reviveyourpc.in/content/value-your-computer-will-not-be-ongoing-e...

Regards,
Gorav

Comments

calvina’s picture

I tested this to solve the problem on Explorer. It should solve.

Add "position:relative;" in layout.css under .breadcrumb class. This worked for me.

As follows:
.breadcrumb{ /* breadcrumb */
padding-bottom: 5px;
border-bottom: 1px dashed #ccc;
margin:0px 10px 15px 10px;
position:relative; /* otherwise on Explorer Breadcrumbs expand vertically while hovering over top menu */
}

tami.allen’s picture

Thanks for having this here. Solved my breadcrumb problem with IE9.

sammyframson’s picture

Me too - Thanks!