Error with SSL (graphics insecure)

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
johnashby
Beginner
Beginner
Posts: 1
Joined: Fri Oct 08, 2004 5:54 pm

Error with SSL (graphics insecure)

Post by johnashby »

I am using the latest version of the menu. On my site there is a page I use for people to submit some personal information to me. The page is running under SSL. When I click on the link to the page(using IE) I am warned that there is a mix of secure and insecure items on the page. If I click "No" so that the insecure items are not shown, then I get the SSL "lock" on the status bar, but the little arrows on the Milonic menu are replaced by image holders. If I click "Yes", then the arrows are intact on the menu, but I don't get the "lock".

The connection is secure in both instances...but the lack of a visible "lock" on the page if you click "Yes" is an impediment to people's confidence that their data is secure(and yes, IE sucks).

I have tried the various "blank.html" solutions...I have loaded the menu from the server root and also from subdirectories, with blank.html in either location. it does NOT remedy this problem. I want the arrows to display...some of my menus have submenus and they need to be labelled.

Here is a link:

https://www.partnerships-plus.com/conte ... mitchange/

Any help would be appreciated.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Page url is HTTPS, but your images are HTTP.

Code: Select all

subimage="http://www.partnerships-plus.com/menu/arrow.gif";


Ruth
aquaverse
Advanced
Advanced
Posts: 22
Joined: Fri Feb 11, 2005 9:40 pm

Post by aquaverse »

Had the same problem, but having blank.html in the root directory of the problematic file fixed it.
vp70
Beginner
Beginner
Posts: 2
Joined: Wed May 04, 2005 8:31 pm

Post by vp70 »

if you are using iframes make sure you have src attribute equal code below:
<iframe src="javascript:false;">

If not make sure that images and links are have absolute path and all images that are loading are https.
Post Reply