DIV+CSS 设置背景平铺属性时碰到一件怪事
.TitleBarDIV{height:35px;}.TitleBarDIV#A1{float:left;width:50px;height:27px;padding-t...
.TitleBarDIV { height:35px;}
.TitleBarDIV #A1 {float:left;width:50px; height:27px; padding-top:8px; background-repeat:repeat-x;}
.TitleBarDIV #A1 #B1 {width:27px; height:20px;padding-right:23px; padding-top:5px; text-align:center; background-repeat:no-repeat;}
.TitleBarDIV #A2 {float:left;height:20px; padding-top:15px;}
.TitleBarDIV #A3 {float:left;width:50px; height:35px;background-repeat:repeat-x;}
<div class="TitleBarDIV">
<div id="A1" style="background:url(bar_A_1.png);">
<div id="B1"style="background:url(bar_B_1.png); font-size:14px; font:'Arial';font-weight:bold; color:#febede;">C1</div>
</div>
<div id="A2" style="background:url(bar_A_2.png);width:540px;font-size:13px;font:'微软雅黑'; font-weight:bold; color:#d33f7e;">综合推荐</div>
<div id="A3" style="float:left;background:url(bar_A_3.png);"></div>
================
重点在A3-DIV标签上,现在这种repeat-x;属性放置位置无效,VS8与CHROME都不认。如果(将repeat-x;与background:url设置同时放在DIV的STYLE属性里)或(放在CSS定义里)、(或把repeat-x;放在定义里,background:url放在CSS定义里),这三种情况都有效。唯独现在的情况无效!这是为什么呢?为什么会出现这样怪怪的问题? 展开
.TitleBarDIV #A1 {float:left;width:50px; height:27px; padding-top:8px; background-repeat:repeat-x;}
.TitleBarDIV #A1 #B1 {width:27px; height:20px;padding-right:23px; padding-top:5px; text-align:center; background-repeat:no-repeat;}
.TitleBarDIV #A2 {float:left;height:20px; padding-top:15px;}
.TitleBarDIV #A3 {float:left;width:50px; height:35px;background-repeat:repeat-x;}
<div class="TitleBarDIV">
<div id="A1" style="background:url(bar_A_1.png);">
<div id="B1"style="background:url(bar_B_1.png); font-size:14px; font:'Arial';font-weight:bold; color:#febede;">C1</div>
</div>
<div id="A2" style="background:url(bar_A_2.png);width:540px;font-size:13px;font:'微软雅黑'; font-weight:bold; color:#d33f7e;">综合推荐</div>
<div id="A3" style="float:left;background:url(bar_A_3.png);"></div>
================
重点在A3-DIV标签上,现在这种repeat-x;属性放置位置无效,VS8与CHROME都不认。如果(将repeat-x;与background:url设置同时放在DIV的STYLE属性里)或(放在CSS定义里)、(或把repeat-x;放在定义里,background:url放在CSS定义里),这三种情况都有效。唯独现在的情况无效!这是为什么呢?为什么会出现这样怪怪的问题? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询