Google visualisation table, how to remove default twin-tone th image using css? -


please refer 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 trying remove default table header image, appear above gif. replace line with, testing, background-color:xxx; , nothing seems rid of default image?

can help?

have tried setting background-image:none !important; ?


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -