7912 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » Image Gallery : little error in fancy.css file
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 755 Views |
-
Image Gallery : little error in fancy.css file

13 March 2010 at 12:03am Last edited: 13 March 2010 12:04am
Hello,
In the "image_gallery/gallery_ui/fancybox/css/fancy.css" file, there is a little error, line 139 :
a#fancy_left, a#fancy_right {
position: absolute;
bottom: 10px;
height: 100%;
width: 35%;
cursor: pointer;
background-image: url(../images/data:image/gif;base64,AAAA);
z-index: 100;
}remplace by :
a#fancy_left, a#fancy_right {
position: absolute;
bottom: 10px;
height: 100%;
width: 35%;
cursor: pointer;
background-image: url(data:image/gif;base64,AAAA);
z-index: 100;
}(juste the URL in background-image property)
bye
| 755 Views | ||
|
Page:
1
|
Go to Top |

