Browser quirks can be the bane of a web designer's life. Here is one.
ID Versus Name
Be careful not to name elements with the same value as another element's ID.
<a name="idVersusName"></a> <span id="idVersusName"></span>
- Chrome: SPAN
- Firefox: SPAN
- Internet Explorer: A
> Web Design
> Browser Quirks