Hi

This is a funny issue I have come across. I have a live omega site that uses views slideshow. The slide show is fine on the local site using wamp in IE 8 but on the live site using IE 8 the slideshow has collapsed as in it looks like one of the containing divs is a minimum width. Everything is fine on the other browsers and IE & and 9. I have used the slide and omega on other live sites with the same hosting company before and they were fine aswell.

I have looked at other such queries but none of them are the same as this. It may not be anything to do with the omega theme even but I am just wondering if it has something to do with the doctype for the html5 them in omega.

Any help is appreciated. I can give you the live site to look at if needs be.

Cheers
Jimmel

Comments

Jimmel’s picture

Its fine, had nothing to to with the doctype in omega (just needed to eliminate it). fixed it with this

#block-views-carousel-block  .field-content {
  width/*\**/: 864px;
}

If anyone else got a better fix, would be glad to hear it.

Argus’s picture

Status: Active » Closed (fixed)