I replied too quickly! This works in the fiddle but when I loaded it into
a separate html file with a style sheet using the same css, I observed that
Google's table.css loads after my own style sheet. Therefore, it
overwrites the transparent background setting. How do I change the order
in which the stylesheet loads so mine comes last?
On Wednesday, September 25, 2013 12:27:12 AM UTC-7, thiscodethis wrote:
>
> Perfect, this worked! Thanks!
>
> On Tuesday, September 24, 2013 4:16:41 PM UTC-7, Mitch Foley wrote:
>>
>> Try this rule:
>>
>> #table_div .google-visualization-table-table {
>> background: transparent;
>> }
>>
>> Or, if you need it to work for all tables on a page:
>>
>> table.google-visualization-table-table {
>> background: transparent;
>> }
>>
>> -Mitch
>>
>>
>> On Tue, Sep 24, 2013 at 5:51 PM, thiscodethis <[email protected]> wrote:
>>
>>> How do make a table visualization background transparent so the blue
>>> background of the body shows thru it? See my fiddle:
>>> http://jsfiddle.net/thiscode/nAAVs/16/
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google Visualization API" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>> To post to this group, send email to [email protected].
>>> Visit this group at
>>> http://groups.google.com/group/google-visualization-api.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.