Contact: aviboots(AT)netvision.net.il
41,502 questions
54,086 answers
573 users
<!-- index.php --> echo '<div id="div-id"><a href="#"><button id="button-id">Click Here</button></a></div>';
/* style.css */ #button-id { background: green; } #div-id:hover #button-id { background: red; }