2011-08-18 226 views

回答

2

這就是:

<style type="text/css"> 
div.test 
{ 
width: 115px; 
height: 115px; 
background-color: blue; 
} 
div.test:hover 
{ 
background-color: red; 
} 
</style> 
<div class="test"></div> 
+1

你可以改變寬度,高度和其他一切呢! – SilverHorn