Coding for a multitude of browsers is always fun. The latest issue I ran into is that firefox doesn’t like <a> elements with an id that starts with a number. So <a id=”2legit”> is kosher with javascript handling in chrome but not legit with firefox.
Coding for a multitude of browsers is always fun. The latest issue I ran into is that firefox doesn’t like <a> elements with an id that starts with a number. So <a id=”2legit”> is kosher with javascript handling in chrome but not legit with firefox.
Leave a Reply