|
You should not be using <a name="top"></a> for anchors. You SHOULD be using ID's instead and they work with old browser versions. So, instead of adding a lot of extra code for anchors, you just use an ID on an element instead such as:
<body id="top"> - a link down the page for 'go to top' would be the same: <a href="#top">top</a>
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|