Hi. I don’t see the slider on the site? Could you please insert it into a test post and link me to it.
I have the same problem in firefox… I went to see gio.ferre’s site and it looks in line… how did you fix it?
I fixed my probelm by going into the slider.css file plugin editor and changing the 2nd line:
the line that reads .lof container used to say {position: relative — I made it match with the .lof-slidecontent.preload and fixed the values to make it go where we needed it to be… it now looks like this
.lof-slidecontent, .lof-slidecontent a { color:#FFF; }
.lof-container {}.lof-slidecontent{ position:absolute; top:30; left:484; z-index:2; height: 100%; width: 100%;}
.lof-slidecontent .preload{ position:absolute; top:0; left:0; z-index:2; height: 100%; width: 100%;}