I have a website working on it. when i open any page with http:// protocol, every thing is loaded correctly, but when i try to load the page with https protocol, the page lo
Most probably inside your html code you have something like
you should change this to
also the page you are referring to is .html not css, but i guess that is a typo ...