Click to See Complete Forum and Search --> : named anchor with css positioning


ATBS
04-26-2005, 04:01 PM
Hi

I am new to forums so forgive any errors please :-)

I have named anchors in a site that aren't working. Might this have to do with CSS positioning?

Anchor: <a name="ringtag"></a> on one page

Ref: <a href="filename.html#ringtag">something...</a> on another page.

I've tried absolutely positioning the anchor, but that didn't work.

Reference: www.lpsinc.net/updates/teflonbcor.html

Thanks!

ffurnai
04-26-2005, 04:23 PM
seems to be working to me. I clicked on your link and it took me to that anchor on the next page. Not really sure how you want it to look, so I can't say whether positioning is not working. But, the anchor does seem to work.


Oh, by the way I checked it using Firefox. . .

bathurst_guy
04-27-2005, 01:13 AM
works fine for me too on FF but not IE. Musn't like it being in a div? why not just place it infront of the image on the page and not in the div n try that. Your doc type needs some capitalisation, might want to check spelling in that link too..?

ATBS
04-27-2005, 08:01 AM
Thank you.
To my suprise, it does work!
It must have been the positioning in the div, 'cause it wasn't working before!

scragar
04-27-2005, 08:39 AM
it doesn't work for me, try just sticking your anchor next to the text as opposed to using CSS to position it.