IE8 problems with .animate() of opacity property - descendant remains opaque throughout
- by Fabian
Basically I have something like this:
<ul>
<li>
<a>
<div class="trigger-layer"></div>
<div class="title-layer">Text here</div>
<div class="hover-layer"></div>
</a>
</li>
</ul>
I use jQuery to animate the <ul> as follow:
$ul = xxx (where I assign the selector to var…