iFrame & Anchor Help anyone?
- Started
- Last post
- 2 Responses
- VestenPance
I have been trying to get a a menu to work using anchors linked to pages appearing through iFrames but they're just not having it...They work perfectly in normal Frame situations so whats going on, anyone know how to solve this problem? Thanks...
- CAJTBr0
okay you're obviously desperate from the post in the pbs. how about a url demonstrating the problem?
- CAJTBr0
re: your email.
it would be easier if you'd post a url, because i don't want to mess about coding up a test version of this myself.
ok so anchors aren't working for you from a page to an i-frame within that page. have you tried targetting anchors linked from the i-frame (to within the i-frame)? if that works, you could put a javascript function into the i-frame to jump to anchors, and have the container page pass the anchor names to that function.
another option might be to show/hide divs rather than jumping around to anchors.
i hope this helps you.