//Overlay
$(".Show_List_Entrie_Image").overlay({
target: ".Show_List_Entrie_Image".next()
});
Hello, today I've worked the first time with the Overlay-Tool. So please don't shot me ;)
I have a PHP Loop which generates List_X's divs and I didn't want to make a jquery code for each div, so I tried to solve it with the code above.
But Nothing is happening... can anyone tell me my error in reasoning?
<div id="List_X" class="Show_List_Entrie">
<img class="Show_List_Entrie_Image" src="img.png" alt="" title="" />
<div class="Show_List_Entrie_List" style="display:none;">
BLA
</div>
</div>
Thx. :)
P.S. I hope my english is not too bad.
