0

画像にカーソルを合わせると、画像のサイズがわずかに大きくなります。私はそれが非常に単純であることを知っていますが、私は他の例をかなり探しましたが、私が見逃しているものを理解できないようです. 助けてくれてありがとう。これらの画像は私のコンピューターに保存されます。

範囲

<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;
}
4

3 に答える 3