marcosesperon / Messi

A simple message plugin for jQuery
http://marcosesperon.es/apps/messi/
146 stars 139 forks source link

IE8/IE9 Yes/No button positioning #5

Closed yahyaerturan closed 12 years ago

yahyaerturan commented 12 years ago

In IE, Yes and No button placed up and down. Not one in left, one in right. I think it is about CSS.

marcosesperon commented 12 years ago

No plans to fix things to IE9, just browsers with good CSS3 support. Sorry.

biTshifT commented 11 years ago

It's very easy to get Messi to work with both IE8 and 9. Unfortunately we have very large enterprise customers who are still using IE, so we have to support it.

I forked Messi and made a few changes for IE support. Two of the issues which prevent it from working in IE8 are actually syntax errors, which are worth fixing anyway. The only significant change is the renaming of the buttons .class property to ._class. I haven't done a pull request, as I'm not sure that this is something which you would want to merge.

The code has been pushed to: https://github.com/biTshifT/Messi if you are at all interested.

ender3 commented 11 years ago

I just wanted to say thanks for your IE fixes. They worked like a charm.

biTshifT commented 11 years ago

Glad to help :).

figfig commented 11 years ago

Thanks from me too! Wish I'd found your fork a few hours back ;-)