Found that display:inline-block; doesnt work in IE versions upto 7. Ie8 obeys this css rule fine.
Is there a workaround for ie 6 and 7 to make it display the css inline-block correctly? Even if its a javascript hack, it'll do if it works.
:)
evilracecarlive
7:41 am on Apr 12, 2009 (gmt 0)
What tag are you applying the rule to?
In IE 6/7 it should render correctly if the display:inline-block rule is applied to an element that is inline by default. If its normally a block element then it has trouble.
swa66
3:59 pm on Apr 12, 2009 (gmt 0)
Try tripping it back to display:inline for legacy versions of IE. See [webmasterworld.com...]