css當(dāng)中background的問題
馬克- to-win:馬克 java社區(qū):防盜版實(shí)名手機(jī)尾號: 73203。
例 1.3
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<style type="text/css">
div{
border:1px solid #000000;
height: 80px;
width: 400px;
font-size:25px;
}
</style>
</head>
<body>
<div style="background-image:url(7.gif);height:300px; background-repeat: no-repeat;background-position: 5 5; ">有關(guān)background的問題,ie8和FF是兼容的,測the image is at 5,5</div>
ge
<div style="background-color:#00ff00">測</div>
ge
<div style="background-image:url(7.gif);background-repeat: no-repeat">測</div>
ge
<div style="background-image:url(7.gif)">測</div>
ge
<div style="background-image:url(7.gif);background-repeat: repeat-x">測</div>
ge
</body>
</html>