We have already talked about windows live website before its official launch and since it was in beta version under development. I remember that blocks was displayed randomly in firefox, and nothing was working fine. Now The windows IE version looks to be working fine, but the firefox version is inprogress. A message is displayed now for Firefox users indicating that : “Firefox support is coing soon. Please be patient :-)”

In the javascript code there is many notes related to firefox like the ValidateButton() function :


function ValidateButton(ev)
{
if (ev.button!=0) // Fix Firefox bug with right click button firing onclick event
ev.stopPropagation();
}

Great to know that Windows Live team are making effort to bring their website compatible with Firefox. But it took time, there is many website already offering almost the same service or better and supporting more browser. This is what happen when the house of proprietary code is trying to be open to the new world.