Previous Message
Next Message

[css-d] href named anchors / divs and annoying page shift - how tostop

Sent by Jason Miller on 20 February 2003 20:08


Hello list - I am using simple href and named anchors to jump a client 
around a page.
However I am actually jumping clients around in some section in scrolled 
divs using id 's and css styles.

I mimic this same effect in other areas - but am just using named 
anchors - not layer id's.

Point is - using the anchors and name references only - it does work - 
BUT the page jumps -
How can I prevent that jump?

I tried using href="#1" onmousedown="javascript:(void);" - it actually 
voids whatever is in the href -
because I know you can prevent a empty href jump by putting in
href="javascript:(void);" - BUT the question is how do I apply that same 
technique while using an actual refference?

Is it possible?
thanks, hopefully this is clear.
Thanks,
jason
Previous Message
Next Message