0
CSSCSS不工作的跨度標籤懸停,這是Firefox和Internet Explorer按鈕標籤中的span標籤懸停,這是Firefox和Internet Explorer按鈕標記內不工作
<!DOCTYPE html>
<html>
<style>
span:hover{
color:red;
}
</style>
<body>
<button type="button">Click Me!<span>Hello world</span></button>
</body>
</html>
你嘗試按鈕:懸停跨度? – AnTSaSk
哪個IE版本? – Venugopal
IE 10,也在Firefox中。 –