views:

416

answers:

3

Hey all..

So I'm chasing down the non-secure item on my page. I am using the JQuery library to make an accordion menu. I suspect that the maybe the problem. Does anyone know if this href would be problematic? I can't find any blank src paths or http:.

Thanks Nick

A: 

try opening the page in firefox and looking at the tools > page info > media tab.

this shows you all the media on the page and may give you a clue what is causing the non-secure error.

Josh

Josh
Thanks but all the images listed are https:
Nick
A: 

The answer is 'No'.. Href ='#' will not result in a non secure item warning in IE6.

Nick
A: 

Got it. The Jquery.ui library include that do not specify a src attribute. IE6 will complain about this. The quick and dirty fix was to edit the library.

Nick
Could you elaborate more on where specifically you found and fixed this in the library?
Dougman