Yes I know that. No not yet. But valid or not the issue still occurs. When the fragment is used the page focuses at the image and the border is gone. Which is what I want. All works well. But if I put the name attribute in the anchor with the <img in it then the page focuses at the thumbnail only the border is green signifying active. As if you clicked the image so that the boder turns green and not letting up on the mouse just drag off the image. The border stays green signifying active. Some how the name attribute in the <a with the <img in it is the active element upon returning to the page as I showed. Don't you think that is strange?
--
George Hester
__________________________________
"jmm-list-gn" <jmm-list.AXSPAMGN (AT) sohnen-moe (DOT) com> wrote
Quote:
George Hester wrote:
But if I have this <a name="f" href="f.jpg" ...><img src="thm_f.jpg" ...></a
a name="x"> defines a fragment identifier in a document. It does *not*
define a link.
Have you run your page through a validator? |