Without:
- adding any markup element there;
- without using
display: inline-block;
- without knowing the div width;
- no hacks. the code should validate.
How can we center those three divs horizontally, but making them INLINE ?
Please note:
The reason that I'm avoiding inline-block
, lies on the fact that IE7 should behave.
Other rules that don't work on IE 7 should also be disregarded.
Is it possible ?