如何设置图像" LeftSpacer"和#34; RightSpacer"内联没有但仍然留在页面" Wrapper"我需要" LeftSpacer"它是和#34; RightSpace"内联" LeftSpacer"但一直到右边。
<html>
<head>
<style type="text/css">
<!--
body {
text-align:center; /* for IE */
margin:0 auto; /* for the rest */
background-color: #ffffff;
}
#Wrapper{
width: 1000px;
}
div#wrapper {
text-align:left;
width:1000px; /* or a percentage, or whatever */
}
/*End Page Wrapper*/
#Header {
width: 100%;
height: 100%;
background: url("http://www.web-designer-ga.com/Pics/top.gif") no-repeat 0 0;
}
#LeftSpacer {
width: 14px;
height: 24px;
background: url("http://www.web-designer-ga.com/Pics/btn_lft.gif") no-repeat 0 0;
}
#RightSpacer {
width: 100%;
height: 100%;
background: url("http://www.web-designer-ga.com/Pics/btn_rgt.gif") no-repeat 0 0;
}
-->
</style>
</head>
<body>
<div id="Wrapper">
<div id="Header"></div>
<div id="LeftSpacer"></div>
<div id="RightSpacer"></div>
</div>
</body>
</html>
答案 0 :(得分:0)
您可以为Leftspacer和Rightspacer提供一个公共类,例如:class="spacers"
,然后将css值设置为float:right
或display:inline