At the top of this page (http://www.fonddulacchristianschool.org) I have two toggled images. I also have images in the little menu to the right of the large slider image. These images will not show. Is this a Java issue? How do get them back?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
November 08, 2010 4:45pm
Subscribe [2]#1 / Nov 08, 2010 4:45pm
At the top of this page (http://www.fonddulacchristianschool.org) I have two toggled images. I also have images in the little menu to the right of the large slider image. These images will not show. Is this a Java issue? How do get them back?
#2 / Nov 09, 2010 5:56am
Tim,
What version and build of EE are you using?
How are you adding the images? In a custom field?
What specifically in is your template to make these show?
#3 / Nov 09, 2010 10:51am
EE 2.0
I’m adding the image through a image directory. I also did try loading the image from the file uploader in EE.
The code for the missing image at the top of http://www.fonddulacchristianschool.org look like this.
<ul class="topbtns">
<li><a href="#">" id="sitemapbtn" data-openimage="/-/images/sitemap.gif" data-closedimage="/-/images/sitemap_pressed.png"]/-/images/sitemap_pressed.png</a></li>
<li><a href="#">" id="contactusbtn" data-openimage="/-/images/contactus.gif" data-closedimage="/-/images/contactus_pressed.png"]/-/images/contactus_pressed.png</a></li>
</ul>The code for the missing images in the side menu looks like this.
#4 / Nov 10, 2010 1:13am
Tim,
They haven’t disappeared. You can briefly see them as the page loads. They then become obscured by what’s below it. They are also a number of HTML errors on the page that would be a good place to start. I spotted some tags not closed etc.
I am going to move this to the CodeShare Corner for you as I don’t believe this to be an EE issue per-say.
#5 / Nov 10, 2010 12:28pm
John,
Thanks for your help. I will check the code.