Posted by Els on 03/23/07 08:14
flix wrote:
> hi,
>
> using opera 9.1
>
> my links "back to top of page" don't work.
>
> <href="#">top</a>
That's not an Opera issue, but a coding issue.
<body>
<div><a name="top"> </a></div>
......
<a href="#top">go to top of page</a>
--
Els http://locusmeus.com/
accessible web design: http://locusoptimus.com/
[Back to original message]
|