imsky/cssFx

inline-block and -moz-inline-stack

edriang opened this issue · 1 comments

Hi, I got problems when the library converted inline-block to -moz-inline-stack.

I found this on stackoverflow that descrives my problem: "Child elements, including inline-block, block, and -moz-inline-stack are laid out atop one another."

Any reason to replace inline-block with -moz-inline-stack ?? I think that the behaviors of both are different

-moz-inline-stack is there for legacy Firefox compatibility, though inline-block should still be declared. I'll update the code shortly.