<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<style>
    .p1{color:#00FF99}
    .a1{color:#FF00FF}
    .mouseOverDiv:hover *{color:#FF0000;} /** 鼠标经过DIV时,所有子元素字段变成红色 */
</style>
</head>
<body>
    <div class="mouseOverDiv">
        <a href="#" class="a1">我是超链接</a>
        <p class="p1">我是段落内容</p>
    </div>
</body>
</html>

 

相关文章:

  • 2021-11-03
  • 2021-12-26
  • 2022-12-23
  • 2021-06-28
  • 2021-12-22
  • 2021-05-30
  • 2021-09-14
  • 2022-12-23
猜你喜欢
  • 2021-07-16
  • 2021-10-12
  • 2021-07-28
  • 2021-06-23
  • 2021-12-08
  • 2021-11-08
  • 2021-11-23
相关资源
相似解决方案