I found the sidebar stuff quite tricky actually

FG ≫ 2007 ≫ I found the sidebar stuff quite tricky actually

⬆️RE: Interactive map of Folkestone - 10316

I can't remember how I did it right now, I can only suggest looking in the source, it's all integral.

I'll try and update my source code with some comments when I get time... Or, having looked at it again, completely rewrite it, it's rubbish... This looks like the bit you wan though:

var marker = new GMarker( new GLatLng( lat, lon )); GEvent.addListener( marker, "click", function() { marker.openInfoWindowTabsHtml( tabs ); } ); marker.lat = lat; marker.lon = lon; marker.guid = guid; var li = document.createElement("li"); li.name = li.id = guid; var a = document.createElement("a"); a.innerHTML = content; addEvent( a, "click", function() { d( "Got a click on link " + guid ); marker.openInfoWindowTabsHtml( tabs ); } ); li.appendChild(a); myGmap.panel.appendChild(li); // d( li.innerHTML );

⬅️ :: ➡️

This is my site The Folkestone Gerald that I set up in a fury of excitement when we first moved here sometime in 2004. I had been a frequent visitor for a while before that but I am technically one of those Down From Londons you get nowadays. This site was updated more frequently with a calendar of events + voting for favourite places and things, and I hear it was a useful resource for those who were moving to the area. Now I've moved out of Folkestone again (though only a couple of miles) it doesn't get as much love as it used to. Ironic really as The town is now becoming the exciting place we knew it was about to become. My name is not Gerald by the way, this comes from a pretend newspaper in an episode of Brasseye or something, the Portsmouth Gerald, and how there is a local newspaper here called the Folkestone Herald. Puns like this are great aren't they? Do get in touch if you have something to contribute, email anythign @ this domain, or try @folkestone or @pauly on the twitter.