Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript using jQuery: using versions 1.6.4 and 1.6.2 together in one html page Re: using jQuery: using versions 1.6.4 and 1.6.2 together in one html page

#113029
mmoustafa
Member

You could add this

**_< iframe style="width:100%; height:700px; overflow:hidden; background:#FFF;" src="http://www.kreebils.com/index-test-header-scroll.html">_**

instead of the h1 tag in (link 1) using chrome’s developer tools to see how it works.

Just remove all the extra things in the iframe page (link 2) and set **_body{ overflow:hidden; }_** to prevent the scrollbars from appearing.

Remove the space in the iframe tag though, markdown is having some trouble escaping the code.