Hello!

Generally speaking : There is no way that the CSS affects the JavaScript
code. However, the JavaScript could mess up the CSS. In JavaScript, your can
add, remove or change elements' properties (this includes CSS definitions).

I use Google Chart along with the BluePrint style sheets. But I am using PHP
to generate images, since I generate images only once a day... at night.

I look at the JavaScript example. You should pay attention to the following
note:

*This chart can then be loaded into another page by using an <iframe> in
your host page, such as this:
<iframe src="post_chart.html" width="300" height="200"></iframe>*

This JavaScript code does not directly insert the chart into the current
HTML document, as you might think. The current document performs a HTTP
request - through the "src" property - (to the HTML that contains the
JavaScript) in order to get the generated image.

In other words : This JavaScript code acts "like" a server side service...
That sounds weird, and that's why I don't want to use this technique.

Do you use IFRAME, as mentioned in the Google documentation?

   - If no, then there is no way to make it work.
   - If yes, then this may be the reason why you have troubles.


A+







2011/2/23 Dave <[email protected]>

> So I am using BlueprintCSS stylesheets on my webpage, and now I am
> experiencing problems with google checkout 's"View Cart".  When I add
> items to my cart, they don't appear properly in my cart, and the
> formatting is all messed up.  My cart is just being implemented by
> using the javascript code that google provides for my merchant
> account.  Is there a possibility that the BlueprintCSS style sheets
> are affecting the javascript code which is causing my cart to appear
> strangely?  Any help or insight would be greatly appreciated.  It is
> just kinda hard to describe what I am experiencing, so please let me
> know if this doesn't make sense.
>
> Thanks in advance!
> -Dave
>
> --
> You received this message because you are subscribed to the Google Groups
> "Blueprint CSS" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/blueprintcss?hl=en.
>
>

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

Reply via email to