Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Please refer to the following link: http://code.google.com/p/browserscope/source/browse/trunk/static/goog_table.css?r=765

.google-visualization-table-tr-head, .google-visualization-table-tr-head td, .google-visualization-table-tr-head-nonstrict 
{    
    font-weight: bold;    
    background: #fff url(//ajax.googleapis.com/ajax/static/modules/gviz/1.0/table/title-bg.gif) repeat-x left bottom;    
    text-align: center;  
} 

I am trying to remove the default table header image, which would appear to be the above gif. I replace that line with, just for testing, background-color:xxx; and nothing seems to get rid of the default image?

Can anyone help?

share|improve this question
Have you tried tracing the style using developer tools such as FireBug in FireFox? – Smirkin Gherkin Jan 26 '11 at 13:53

1 Answer

Have you tried setting background-image:none !important; ?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.