anchor link problem

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

anchor link problem

Post by Ruth »

I finally figured out how to put an anchor link in and it works fine except in Opera. I've tried both the 6 and 7.1 and it just keeps flickering the status bar at the bottom and shows images 0/0 time ? and keeps flickering. I'm wondering if there's a solution so I can use an anchor link and it will work in Opera. Here's the page, the anchor works in NN6+ and IE5 and I fixed the music to autostart false so no music comes on :)

http://www.poems2u.com/milonic5/testanchor2.shtml

On this one the coding in the menu is

Code: Select all

url=#;");
The other attempts I made that didn't work were

Code: Select all

url='#top';");
and I tried to just put in two ' but that didn't work either.
Thanks for the help.
Ruth
User avatar
Hergio
Milonic God
Milonic God
Posts: 1123
Joined: Wed Jun 12, 2002 7:46 pm
Location: Rochester, NY

Post by Hergio »

url=# is perfectly fine...as you well know.

You said you tried url='#top'....try it without the single quotes, try url=#top.
Dave Hergert
Software Engineer
"Helping to make the menu better, one :?: at a time."
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

:lol: I knew that opera 6 was good for something. OK, doing the #top makes it work in 6 although really strangely...it goes to the top, but the little button you click to do that goes up in jerks of about 100pixels at a time...lol. But, it doesn't work in Opera 7, nor does anything I've tried. Just thought I'd let you know.

Ruth
Post Reply