The pager for the slideshow in ie8 is showing up vertical on my fresh install. Not too sure what it is, maybe css?

blinkitdesign.com

Comments

tomastik’s picture

Hi! I have a similar problem in IE7. IE8 seems ok. Did you manage to resolve the vertical pager problem?

Thanks

gtsopour’s picture

Assigned: Unassigned » gtsopour
gtsopour’s picture

Hello Dmullenix and tomastik

Replace the following style rules in style.css (line 463)

From

#slider-controls ul { display:block; overflow:hidden; margin:0; padding:0; }

#slider-controls ul li { margin:0; padding:0; list-style:none; }

#slider-controls ul li { display:inline-block; }

#slider-controls ul li a { width:17px; height:17px; background:url('images/inactive-slide.png') no-repeat center center; display:block; float:left; padding:0; margin:0; outline:none; }

to

#slider-controls ul { display:block; overflow:hidden; margin:0; padding:0; text-align:center; }

#slider-controls ul li { display:inline; margin:0; padding:0; list-style:none; }

#slider-controls ul li a { width:17px; height:17px; background:url('images/inactive-slide.png') no-repeat center center; display:inline-block; padding:0; margin:0; outline:none; }

All changes are committed and will be included in next CorporateClean release.

Dmullenix and tomastik, could you let me know please if this replacement worked for you?

Thanks
/George

komige’s picture

Replace the following style rules in style.css
Worked IE8

gtsopour’s picture

Status: Active » Fixed

Hello,

i just committed the http://drupal.org/node/1257616#comment-5024186 style.css

gtsopour’s picture

Status: Fixed » Closed (fixed)