jbtman
Programmer
- Jul 13, 2007
- 30
Hi There!
I was wondering if it were possible to change the attributes of a parent element when hovering over a child element inside the parent.
For instance if I had the following:
<div id="parent">
<a class="link" href="#"></a>
<div>
Could I hover over the link and then resize the div with CSS?
Thanks!!
I was wondering if it were possible to change the attributes of a parent element when hovering over a child element inside the parent.
For instance if I had the following:
<div id="parent">
<a class="link" href="#"></a>
<div>
Could I hover over the link and then resize the div with CSS?
Thanks!!