Im trying to get the ID of the <div>
element here so that i can use it to animate the opacity of the when i hover over the div with class 'module'.
i have set the opacity of all the <div>
elements with class 'moduleInfo' to 0. So basically what im trying to do here is when i hover my mouse over the module with ID modulePic_1 i want the corresponding <div>
element which in this case is moduleInfo_1 to appear.
hope im making some sense to u all...
<div class="module" id="modulePic_1">
<div class="moduleTitle">
<div style="float:left;">d</div>
<div class="moduleInfo" id="moduleInfo_1"></div>
</div
<div class="module1">
</div>
<div class="module" id="modulePic_2">
<div class="moduleTitle">
<div style="float:left;">d</div>
<div class="moduleInfo" id="moduleInfo_2"></div>
</div>
<div class="module2">
</div>