Guys,

IE8 brings with it a whole new lot of joy and:

<input type="image" />

Does not act as a submit button. According to the interweb, this will
fix it:

<button type="submit"><img src="whatever.jpg" /></button>

As I need to exectute the submit function in my lift snippet - how can
i get around this with the current implementation? Seems like we need
a SHtml.button(<contentNodeSeq>, callback _)

Thoughts?

Cheers, Tim
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to