I need to link to a specific div tag with an id on another website, of which I have no control over the content. I can do this easily enough using the #, i.e. http://url.com/#content
. But unfortunately, I need the browser frame to be offset to 180 pixels above the anchor tag.
Is there any way to do this only through the URL? Is it possible to pass a jQuery variable (they use jQuery in the site) through the URL, such as window.location
or .offset
?