Here is my lehmans terms of what i am trying to accomplish.
i will have 3 100x100 px divs, floated left.
<div id="container">
<div id="1">did you know?</div>
<div id="2">help</div>
<div id="3">other</div>
</div>
when you hover or mouse over either of these 3 divs another div will appear via show(); or slideDown(); with the content specific to that topic.
question is, is there a way to make it so that when you hover over any of the divs 1,2,3, the other two will lower opacity to make them look transparen?
that part i am unable to figure out...
thanks in advance.