My page "inicio.html" currently contains this script:
$(document).ready(function() {
$("#my_site_content").load("inicio.html");
});
and in a body of that page:
<div id="my_site_content"> </div>
I have tested this in Chrome/IE7/IE8/Firefox and it works fine, however, on Safari, the page inicio.html doesn't work at all. I also have a Nivo Slider on the page and cufon tags for the font, though it doesn't work in Safari. What's going on?
OBS: If I only open inicio.html, the page works perfect, but not when I load this inside a div in another page.
EDIT: PAGE LINK
<html>tag etc) into the middle of another page is going to give you potentially bizarre results because the resulting DOM doesn't make any sense. – Pointy Feb 25 '11 at 16:34