mbe.ro
<h2>What is this web-site?</h2> <br/> <start_coding(); //just some tips and tricks for web programmers<br/>echo "Hope this is helpful to you";<br/>?>

Firefox 2 inline-block

February 24, 2009 at 9:33 PM

I’m sure most of you are aware of the display:inline-block. It behaves as an inline and displays as a block (you can set width and height).

The problem is that firefox 2 does not support inline-block. The fix to this issue would be: display:-moz-inline-box.

To make it work in any browser you need to have both. So: display: inline-block; display:-moz-inline-box; is cross-browser.

No Comments

Nobody has posted any comments to this article. Be the first to post a comment.

Add a comment

Name:
 
Email:
 
Website:
 
Comment: