You don't need to make yours load last, you just need to make sure your
rules have more specificity than the table.css rules. Using
table.google-visualization-table-table should override rules for
.google-visualization-table-table, no matter which order they're in.

If that doesn't work, try adding this instead:

table.google-visualization-table-table {
    background: transparent!important;
}

-Mitch


On Wed, Sep 25, 2013 at 6:11 PM, thiscodethis <[email protected]> wrote:

> 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/<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 google-visualization-api+**[email protected].
>>>> To post to this group, send email to google-visua...@googlegroups.**com
>>>> .
>>>> Visit this group at http://groups.google.com/**
>>>> group/google-visualization-api<http://groups.google.com/group/google-visualization-api>
>>>> **.
>>>> For more options, visit 
>>>> https://groups.google.com/**groups/opt_out<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.
>

-- 
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.

Reply via email to