| Home | Biography | Speaking | Articles | Books | Music |
OK, I thought I fixed the textarea thing, but then someone noticed that hovering over the comments area changed the color of the labels to yellow. It didn’t take too long to figure out what it was, but the “fix” puzzles me. Here’s the deal. My anchor tag to mark the comments section looked like this:
<a name="comments" />
IE was OK with this, but Firefox seemed to consider that as an open anchor tag. So I changed it to this:
<a name="comments"></a>
Now both browsers are happy. Go figure.
Published: 01.12.2005 03:34:24 PM CST