Hi, I'm having problems with Flex Slider and IE7
I have it setup in Views to show a Title and Summary text fields and an Image field.
All works fine in Firefox, Safari, Opera but not IE7.
IE7 shows the text fields but not the image field, it also appears to ignore my css changes. if I switch on compatibility mode In IE7 the image appears but far too large at full size, although the css changes appear OK. see: screengrabs.
Any ideas on what the problem may be. (besides IE7!)
Mike
| Comment | File | Size | Author |
|---|---|---|---|
| Safari.jpg | 50.88 KB | Mike007 | |
| IE7.jpg | 36.34 KB | Mike007 | |
| IE7 compatibility mode.jpg | 108.8 KB | Mike007 |
Comments
Comment #1
alexiswatson commentedCan't seem to duplicate the issue in IE7, either from the test site or from my own. Perhaps something in your theme's CSS?
Comment #2
Mike007 commentedHi David
It may be something in my CSS that IE dislikes, but I can't see it, after checking various settings in my browser I managed to get the images to show in IE7 - but at actual size, ie they where not scaled by the Media/Image Style I had setup.
My eventual workaround was to use the IE star hack in my CSS to resize the images through the CSS rather than the Media/image style.
Mike
Comment #3
alexiswatson commentedMarking this fixed, then. Feel free to reopen if others have the same issue.
Comment #5
ivanchaer commentedI was getting a js error:
SCRIPT1028: Expected identifier, string or number
slider.options.js?m62tl1, line 35 character 5
In the line 'slideToStart: 0,':
I removed the last comma, and everything started to work normally.