N natekapi New member Dec 27, 2006 457 1 0 South Beach www.spoofcard.com Apr 3, 2008 #1 Is it possible to iframe a certain portion of a page somehow using css or javascript?
audax New member Oct 13, 2007 806 9 0 Apr 3, 2008 #2 You could iframe the page and then use the Javascript scrollTo method to align with a specific area on the page. DevGuru Javascript METHOD: window::scrollTo
You could iframe the page and then use the Javascript scrollTo method to align with a specific area on the page. DevGuru Javascript METHOD: window::scrollTo
MyOwnDemon Face Rocker Jan 28, 2007 3,528 27 48 Iowa www.sitestomp.com Apr 3, 2008 #3 Yes, I've done it. Just cover the portion you don't want with layers.
Fuzzo Banned Oct 9, 2007 269 0 0 Belfast, Ireland. www.soccerdata.net Apr 4, 2008 #4 Only problem with using the layers to hide the area is that it messes up if there is a second page.
N natekapi New member Dec 27, 2006 457 1 0 South Beach www.spoofcard.com Apr 4, 2008 #5 scrollTo doesn't appear to work in firefox