I'm trying to load in an external href into a div on my webpage and then apply CSS to it. I am using JQuery .load() to load in the html and it works great in safari and my CSS applys to it. But when I open it using Chrome, Firefox or IE it doesn't load the html into the div.
I was wondering if there are any other solutions for doing this?
I've read in places you've got to change your settings using terminal but that is not an ideal solution to an average user.