moycs777 / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 0 forks source link

First Thumbnail with opacity = 0.67 instead opacity = 1 #296

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
There are no special steps... just load it and I see the problem.

What is the expected output? What do you see instead?
The first thumbnail to has opacity = 1 but appears opacity = 0.67

What version of the product are you using? On what operating system?
jquery-1.3.2.min.js; jquery.galleriffic.js; jquery.opacityrollover.js;
Windows 7; all browsers

Please provide any additional information below.
When the thumbs loads, the first one appears with:

<li class="selected" style="opacity: 0.67;">

If I click on the second thumb and returns to the first, then it appears as <li 
class="selected" style="opacity: 1;">

I cant make it works as the example 2.

Original issue reported on code.google.com by oliverte...@gmail.com on 2 Aug 2012 at 4:57