help.net


Musing on .Net

News





hit counters




Open source CMS


Technorati

My blog

Irish blogs

Locations of visitors to this page Get Chitika eMiniMalls

.Net useful

Blogs I read

PocketPC

SQL

Usability

innerHTML maybe time to use it again

In a cross browser development, it’s really difficult to use non standards DOM methods. A good example is innerHTML

Something I just discovered is that Firefox 1.5 is fully compatible with innerHTMl (even with XHTML), a move which make me very happy.
It has always benn too easy for the Mozilla to criticize Internet Explorer (don’t flame me, I agree fully with some of their stance), but I always regretted the choice to not including from the beginning of Firefox development some of the cool stuff IE has.
So it’s really great to see some bilateral recognition.
I will try to chase after some other new stuff, maybe if you read this you know more, so share it :-)

 

Posted: Dec 22 2005, 05:54 PM by help.net | with 3 comment(s)
Filed under: ,

Comments

karl said:

Hasn't firefoxed always supported innerHTML? I thought innerText was the IE only property to avoid?
# December 22, 2005 1:02 PM

Paschal said:

I don't think it was working until the 1.5, well for me it never did :-)
# December 22, 2005 1:17 PM

Julien Couvreur said:

innerHTML worked in FF for as long as I can remember.
# December 22, 2005 3:51 PM