Here's an example that works for me: http://jsfiddle.net/asgallant/SWtcg/

On Thursday, January 24, 2013 5:23:16 PM UTC-5, asgallant wrote:
>
> Take the "clear: both" part out of there - that prevents the float from 
> working - and see if it works.
>
> On Thursday, January 24, 2013 5:14:00 PM UTC-5, Chrystopher Medina wrote:
>>
>> i do some like this  <script>
>>                                  function printDiv (container) {
>>     var w = window.open();
>>     w.document.write(container.innerHTML);
>>     
>> w.document.write('<style>#pie_chart_2_div{float:left;clear:both;}</style>');
>>     w.print();
>>     w.close();
>> }</script>  but this doen´t work too.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to