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
Post a Comment