yankzilla
Jun 26th 2008, 7:21 pm
Hello,
I have the following:
<div class="site">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_excerpt(); ?></a>
<div class="site_info">
THIS RIGHT HERE!
</div>
</div>
I would like to know how to OnMouseOver on the SITE Div, how to change the className of SITE_INFO Div.
Any help on this matter would help greatly.
Be advised, there will be multiple of these Divs on the page at once, and I only want to change the SITE_INFO Div nested in the corresponding DIV being MouseOvered... I hope that made sense..
Thanks!
I have the following:
<div class="site">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_excerpt(); ?></a>
<div class="site_info">
THIS RIGHT HERE!
</div>
</div>
I would like to know how to OnMouseOver on the SITE Div, how to change the className of SITE_INFO Div.
Any help on this matter would help greatly.
Be advised, there will be multiple of these Divs on the page at once, and I only want to change the SITE_INFO Div nested in the corresponding DIV being MouseOvered... I hope that made sense..
Thanks!