<HEAD> <style type="text/css"> div:hover { color:blue !important; } </style> </HEAD> <body> <div style="color:#CC0000;display:block" class="ttt"> aaaaaaa <div style="color:#00CC00;display:block" class="ttt"> bbbbbbb </div> </div> </body>
如上,當鼠標放置到bbbbbb上時,aaaaaa和bbbbb會同時變成藍色。