Dreamweaver:关于DIV鼠标经过时的背景变色问题

2025-03-18 02:33:45
推荐回答(2个)
回答1:

额 div用css的hover不兼容 可以给a标签加个hover就好了

回答2:

#div:hover{
background:red;