I'm trying to figure out an issue on a site which has just stopped working.
It's a bit tricky as I don't have server access at the moment, and it's a system I having to get my head around quickly.
basically a section of what looks like a javascript panel on a site has disappeared - and I'm trying to work out why.
I'm using firebug to try and track this down.
It seems to be anything within "innerhtml" on a tags is being ignored, if I put some content outside of innerhtml it shows!
eg
<div id="slide-browser-country-info" innerhtml="<div><!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Verdana} span.s1 {letter-spacing: 0.0px} --> <p>In Spanish schools English lessons are mandatory. Good English is seen as such a key skill that many children take extra English lessons at privately-run Academia de Inglés. While you’ll need advanced qualifications and many years’ experience to find work in state-run schools, the Academias often employ less experienced teachers. It’s also worth thinking about teaching private English lessons.</p></div>">this will show</div>
Here's the problem page http://www.teflcourses.fr/tefl-jobs-abroad/
and here's an example of what it should be doing http://www.onlinetefl.com/tefl-jobs-abroad/
I can see the content is actually there in the code, so I'm just trying to figure out what could be causing innerhtml to be ignored.