I know how this is accomplished...
<a href="http://blah.com/page2.html#section2"><a>
on page2.html...
<h2 id="section2"></h2>
It works fine when I put the id on a header element, but if I try to put it on a div it doesn't work. Is this normal? I noticed it works in IE7, but not Firefox or Safari.
<a href="http://blah.com/page2.html#section2"><a>
on page2.html...
<h2 id="section2"></h2>
It works fine when I put the id on a header element, but if I try to put it on a div it doesn't work. Is this normal? I noticed it works in IE7, but not Firefox or Safari.

Comment