> I have run in to what seems to be an IE8 bug - IE8 doesn't respond to > internal links > (as in, same page links) on a demo site I'm working on....yet IE6 and IE7 do! > > eg. > <a id="top" name="top"></a> > <ul> > <li>blah blah blah</li> > <li>blah blah blah</li> > </ul> > <a href="#top">back to top</a> > I tried Googling and looking back through old posts from WSG but can't find > anything.... > > Has anyone come across this issue before? (and better yet, come across a > fix??)
I ran into a couple of issues in IE (6 though) when using "top". But in any case, if all you need is to jump to the top of the page you should be able to do it without a named anchor. Did you try something as simple as this: <ul> <li>blah blah blah</li> <li>blah blah blah</li> </ul> <a href="#">back to top</a> -- Regards, Thierry www.tjkdesign.com | articles and tutorials www.ez-css.org | ultra light CSS framework ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org *******************************************************************