/ Published in: CSS
inline-block isn't supported in Firefox 2.0. To make it work in FF 2, you have to put dipslay: -moz-inline-stack;
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
display: -moz-inline-stack; display: inline-block;