無論出於何種原因,無論如何我都無法手動縮放div的背景圖片。背景大小和最大高度,寬度都沒有任何影響。圖片忽略了我的風格標籤。有人可以解釋爲什麼我不能格式化div的背景圖片嗎?我想從1600x1076按比例縮小的IMG /舞臺Background.png下降到750x650無法縮放背景div圖片
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="SDL.css">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Home</title>
</head>
<body>
<img src="img/SDL 4 Final Recompress.jpg" style="margin-left:auto; margin-right:auto; " />
<div style="background-image:url(img/Stage-Background.png); background-size:80px 60px;
background-repeat:no-repeat;">
<center>
<embed
src="http://blip.tv/play/AwGUv2w"
type="application/x-shockwave-flash" width="669"
height="500" allowscriptaccess="always"
allowfullscreen="true" style="margin-top:100px; margin-bottom:200px;">
</embed>
</center>
</div>
</body>
</html>
這只是適用於一個磨砂到它。我想將img/Stage-Background.png從1600x1076縮小到750x650 – qaxf6auux 2013-04-30 06:13:47