我如何能浮這段文字在這裏: 浮動文本向右CSS
HTML:
<div id="rightSide">
<legend>Note:</legend>
<p> If selecting recurrence please specifiy when the recurrence ends with the Final Date (the last and final date of the event) field.</p>
</div>
CSS:
#rightSide {
background-color:#eee;
width:20em;
padding:5px;
padding-right:-20em;
margin:0 auto;
float:right;
border:1px solid #CCC;
font:normal 12px Arial;
color:#666666
}
是一個div中'#rightside'與不寬到足以容納他們兩個寬度方向的其他內容? –