2011-05-04 218 views
0

在附加的图像中,有些部分背景是黑色,我无法弄清楚为什么。css问题背景黑色

我知道我要求的东西是不是很描述性的,但请,如果有人可以抛出一些指针,这将有助于

感谢

enter image description here

下面的CSS(这是我从萤火虫了当我集中黑色背景元素)

.curResults .tableTopControls { 
    display: block; 
    height: 30px; 
    line-height: 30px; 
    margin: 0 0 5px; 
    width: 100%; 
} 

.tableTopControls { 
    font-size: 11px; 
    overflow: hidden; 
} 

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, small, strong, b, u, i, center, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td { 
    border: 0 none; 
    font-size: 100%; 
    margin: 0; 
    padding: 0; 
    vertical-align: baseline; 
} 

Inherited fromdiv.dataTables_wrapper 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, small, strong, b, u, i, center, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td { 
    font-size: 100%; 
} 

Inherited fromdiv.table 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, small, strong, b, u, i, center, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td { 
    font-size: 100%; 
} 

Inherited fromdiv#mainSection_merchandizerContentSection_rsPromotions_recordSetContainer.panel 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, small, strong, b, u, i, center, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td { 
    font-size: 100%; 
} 

Inherited fromdiv.panel 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, small, strong, b, u, i, center, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td { 
    font-size: 100%; 
} 

Inherited fromdiv.js-showTitle 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, small, strong, b, u, i, center, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td { 
    font-size: 100%; 
} 

Inherited fromdiv.tabContent 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, small, strong, b, u, i, center, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td { 
    font-size: 100%; 
} 

Inherited fromdiv.tabContentWrap 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, small, strong, b, u, i, center, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td { 
    font-size: 100%; 
} 

Inherited fromdiv. 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, small, strong, b, u, i, center, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td { 
    font-size: 100%; 
} 

Inherited fromdiv.content 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, small, strong, b, u, i, center, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td { 
    font-size: 100%; 
} 

Inherited fromdiv.stage 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, small, strong, b, u, i, center, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td { 
    font-size: 100%; 
} 

Inherited fromdiv.page 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, small, strong, b, u, i, center, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td { 
    font-size: 100%; 
} 

Inherited fromform#frmHomePage merchandizer.aspx 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, small, strong, b, u, i, center, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td { 
    font-size: 100%; 
} 

Inherited frombody.body_Merchandizer 
body { 
    font-family: Arial,san-serif; 
    font-size: 13px; 
    line-height: 18px; 
} 

body { 
    color: #000000; 
    font-family: Arial,san-serif; 
    font-size: 13px; 
    line-height: 18px; 
} 

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, small, strong, b, u, i, center, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td { 
    font-size: 100%; 
} 

Inherited fromhtml 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, small, strong, b, u, i, center, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td { 
    font-size: 100%; 
} 
+0

你可以以文本方式发布CSS吗?我发现很难阅读。 – Belinda 2011-05-04 08:03:16

+0

如果您提供了CSS,我们可以弄清楚。 – 0xAli 2011-05-04 08:03:30

+0

嗨,你有没有在Firebug(右侧面板 - syle)中一路向下滚动以查看这个黑色是从哪里继承的? – 2011-05-04 08:04:18

回答

0

很难做任何事情,只是猜测没有看到所有的CSS和html,但很有可能您没有为该元素应用背景,并且显示了其中一个父元素的背景色。

在您发布的CSS中没有后台声明,所以可能这是为什么。我想发布你的整个(相关)代码或链接到演示会给你更准确的答案。