要左边距430px为什么不把这个做成这样的,这两个都右漂浮不是更好
<div id="top_tips">565656</div>
<div id="top_tel"></div>
小小的给你改下
#top{ background:url(images/topbj.gif) repeat-x #000000height:92px}
#top_logo{width:368pxheight:52pxfloat:leftpadding:20px 0px 0px 20px}
#top_tel{width:261pxheight:69pxmargin-top:15pxbackground:url(images/TEL.jpg) no-repeatfloat:right}
#top_tips{background:url(images/tips.gif) no-repeat top leftwidth:132pxheight:18pxfloat:rightmargin:0px}
网页代码:
<div id="top">
<div id="top_logo"><a href="#"><img src="images/logo.jpg" border="0" alt="网站LOGO" /></a></div>
<div id="top_tips">565656</div>
<div id="top_tel"></div>
</div><!--头部结束-->