我希望图像在悬停在其上时略微增大。我知道这很简单,但是我已经在其他示例中寻找了一个小时,似乎无法弄清楚我缺少什么。我很感激帮助。这些图像被保存到我的电脑中。
范围
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<embed src="73797^alarmclock.mp3"; autostart="true"; loop="true"; hidden="true";/>
<body>
<img src ="alarm clock2.jpg"/>
<p> Pulling the sheets into my body, I begin to sink back into the bed...
uggh... my alarm clock... time to get up..
<img style = "position:absolute; top:300px; right: 0px; z-index:1"
src="computer.jpg"/>
<IMG ID="grow" STYLE= "position:absolute; TOP:1157px; LEFT:599px;
WIDTH:47px; z-index:2; HEIGHT:47px" SRC="icon2.gif"/>
</body>
</html>
这是 stylesheet.css
#grow:hover {
width: 100px;
height: 150px;
}