Good Morning everyone...
Hopefully someone has a simple fix for this.
I don't do much with styling using CSS yet... (but I'm getting there)
I have a website that I have up on a development domain as well as on a live domain
The live domain has an ssl certificate on it, so I'm guessing that it may be the cause of this.
Using CSS, I'm displaying a facebook link in the top left corner of the monitor as a fixed image, so it remains there no matter what.
Problem is that while it works perfectly on the http (dev) site, it shows as a broken image on the https (live) site
and yes, the image is uploaded to both domains.
Here is the line of code from the view source on the the page
<a href="https://www.facebook.com/pages/24HoureDocs/233212260200697" target="_blank" style="position:fixed; top:200px;left:10px;"><img style="width:125px; height:67px;" src="/images/facebook_link.png"></a>
at first I thought that relative addressing was the issue, but even when I tested it with a fully qualified https address it still remained broken.
Any suggestions from anyone as to what the problem might be?
Remember, it works perfectly on the http, but not on the https - I'm thinking that has to be the key.
Thanks in advance
Douglas