> But anywho - css can still be used to cure the problem; this shell > uses display inline-block http://jsfiddle.net/r3Lg5/ (which may or may > not be appropriate in reallife).
OK. I'm pretty sure `contenteditable` + `filter: inherit` is the best, least intrusive solution to this problem. My goal was to leave the static layout exactly as-is yet have the Fx function in all browsers. Since changing CSS `display` can have (by definition) drastic effects on layout, I wouldn't consider that approach if there were any less disruptive way to do it. -- S. To unsubscribe from this group, send email to mootools-users+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
