Hi guys, Got a client who is strictly no javascript, but in this particular circumstance, I don't think I can avoid it.
I've got a "next / previous" featured area situation going on using CSS (overflow: hidden and position: absolute) - where the click next or previous (a href="#section...") then brings the relevant div ID into view -but, the browser jumps to the top of the screen which is really very annoying.
What's the simplest possible way to prevent this jumping from happening (with javascript) - yet still be usable for users with javascript turned off?
Thanks in advance...