I\'ve just got a site running nicely with the whole site running through SSL, but Google Chrome is throwing a \"This page contains some insecure elements\" message, which is
I just had a similar problem. Turns out it was a hardcoded background image URL in a CSS file.
You should particularly check any 3rd party stylesheets you are using, as they may hotlink to an image on another server.
Easy solution? Save those images to your server and change the URLs to relative paths in the CSS file.
Hope this helps!