IE7中的圆角div问题

时间:2010-08-10 09:15:36

标签: css internet-explorer-7 rounded-corners

我正在使用以下结构。

    <div style="background:#000 url(images/heading/bg.gif) repeat-x 0 0; height:28px; color:#FFF;">
    <div style="float:left; width:4px; background: #000 url(images/heading/left_curve.gif) no-repeat 0 left; height:28px;"></div>
    <span style="margin: 0 4px;">asdkjhkhasf</span>
    <div style="float:right; width:4px; background: #000 url(images/heading/right_curve.gif) no-repeat 0 right; height:28px;"></div>
    </div>
</div>    

在IE7中,右曲线图像(最后一个div)正在突破到下一行......

请帮我解决此问题。

2 个答案:

答案 0 :(得分:0)

交换跨度和右浮动div,以便div首先出现。

答案 1 :(得分:0)

尝试将“float:left”添加到您的范围