Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

imagegallery and prototype.js


Go to End


1135 Views

Avatar
bebabeba

Community Member, 193 Posts

12 May 2011 at 1:34am

Hi!
I'm using Silverstripe v.2.4.1 and I need to insatll gallery. I install basic gallery but I have a problem with prototype.js and IE8. Something is wrong (line 1596) and when I click on image I can't open . I need help please..
for (var property in styles)
if (property == 'opacity') element.setOpacity(styles[property])
else
(LINE 1596) elementStyle[(property == 'float' || property == 'cssFloat') ?
(elementStyle.styleFloat === undefined ? 'cssFloat' : 'styleFloat') :
(camelized ? property : property.camelize())] = styles[property];

return element;