1

I have the following code:

<div class="someClass">
    <input class="myInput"/>
</div>
<div>
    <ul class="myList">
        <li></li>
    </ul>
</div>

What I'd like to do is change a property on the <ul> when input:focus

Possible or not possible? Thanks for any responses.

Slbox
  • 5,695
  • 6
  • 30
  • 70

0 Answers0