The following is supposed to display the header lines keeping its sub-items collapsed. And, when the top-line is clicked on it is supposed to drop down to display its sub-items. The problem is that the following html file displays all items in expanded mode. So, it fails to acct like accordion control (expand/ collapse).
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
this should work properly. the browser automatically uses http on ordinary pages, and https on secure pages.
I'm not too sure why this happens for you while it's working for me. may be you are using an old browser.
I have only this html file + the image files. The images show alright meaning the get loaded.
Mike