The main slider rotates through the images, but I lose the shadow and the navigation buttons when I click compatibility view in IE9. I used to have problems with the menu aligning vertically too, but made the updates to CSS per a previous thread and that resolved the menu problem. But I still need help keeping the slider navigation buttons when in IE9 compatibility view. Thanks!

Comments

gtsopour’s picture

Assigned: Unassigned » gtsopour
Status: Active » Closed (fixed)
Issue tags: +Bluemasters theme, +bluemasters

Hello cfbudreau,

you are absolutely right with your mention. I just realized that i have the same problem when i am running IE8 with Compatibility View mode. In order to solve this issue, just make the following change to the style.css file (line 405)

From

.paging { height: 35px; padding: 5px 0 0; text-align: center; background:url(images/slide-shadow.png) center -7px no-repeat; z-index: 100; }

To

.paging { padding: 5px 0 15px; text-align: center; background:url(images/slide-shadow.png) center -7px no-repeat; z-index: 100; }

I would like to tell you that i have already committed the style.css change and will be included in next Bluemasters version 7.x-1.2, which is currently being prepared.

Thanks again
/George

Anusha Isaacraj’s picture

Thanks a million George...
Works :)