I finally figured out an alternative to using innerHTML for an XHTML document in Firefox.
Tag: firefox
innerHTML and createContextualFragment problems when Firefox renders XHTML
If any of you use Firefox, then you’ll have noticed that the “Preview Comment” feature doesn’t work anymore. It stopped working after I converted this site over to XHTML. Initially it worked (even though it validated as XHTML 1.1) because I was setting the mime-type to text/html. To make it completely compliant, I set the…
This site is XHTML 1.1 Valid
I finally got this site to validate! The folks over here were really helpful, and pointed out that I wasn’t assigning values to my objects’ style attributes properly. For example, I was doing: instead of: The second way is the correct way because it is important to specify units for your attributes. In addition, Firefox…
Firefox hits 50 million downloads!
Firefox, the Open Source browser has hit 50 million downloads! Absolutely amazing! I remember when I used to use Internet Explorer because I didn’t think there were any good browsers out there. I also remember when I even flamed Mozilla (I knew this would bite me in the ass later), but that was because this…