Forum Moderators: not2easy
I need that the alignment should work in IE 6,7 and Firefox 3.
When I am putting style display:inline; it is working in IE but not in Firefox. If I am putting display:inline-block its working in FF but not in IE.
Please help me to resolve the problem soon.
I've a hard time figuring out what you want to achieve.
What's display:inline-table doing in the standards compliant browsers ?
[w3.org...]
If you have CSS that works for the standards compliant browsers, and something different for IE, use conditional comments [msdn.microsoft.com] to give it different CSS.
Take care to give IE8 standards compliant CSS (MSFT promised it will be standards compliant when released)