harrymossman
Technical User
I know absolutely nothing about javascript.
I am building a web site for a branch of our office.
The person in charge wants definitions to pop up in small boxes. It seems like javascript is the way to go.
The site has to be accessible.
I got some code from It works perfectly, except that there is extra space in front of links. E.g.,
This comes out like "focuses on anadromous fishes." It only happens when javascript is enabled.
Why is this happening? Or, can you give me an alternative? If so, you will need to spell it out, because I don't know anything about javascript.
Harry
I am building a web site for a branch of our office.
The person in charge wants definitions to pop up in small boxes. It seems like javascript is the way to go.
The site has to be accessible.
I got some code from It works perfectly, except that there is extra space in front of links. E.g.,
Code:
focuses on <a href="glossary/anadromous.htm" rel="popup standard 500 400">anadromous fishes</a>
This comes out like "focuses on anadromous fishes." It only happens when javascript is enabled.
Why is this happening? Or, can you give me an alternative? If so, you will need to spell it out, because I don't know anything about javascript.
Harry