I'm trying to get fancybox (http://fancybox.net/) to work on a Silverstripe build of mine.
I'm trying to have some inline elements appear on the the fancybox popup.
In order for it to work you need an anchor tag where the href="#something" has the fancybox show the contents of a div with an id='something'.
The problem is Silverstripe adds the base tag to the anchor href so instead of href="#something I get href="/mysite/section/#something".
Anyone have any ideas?