Hey Guys, I can't seem ti understand why these trivial named anchors here
are not working in IE? FF, Safari and Chrome have no problem.
Hey Guys, I can't seem ti understand why these trivial named anchors here
are not working in IE? FF, Safari and Chrome have no problem.
they're not pointing to anything. you need to add id="anchorName"
to your <h2>
s.
I can't, but I can tell you that the name atribute on links is deprecated now. You should assign an id to an existing element to make this more semantic. That way you don't need to have any anchors that don't have a href attribute. And who knows, it might help the IE problem!