i have a problem in display:inline and display:inline-block…….how should i define both in css…i.e display:inline for ie and display:inline-block for ff and chrome….
i have a problem in display:inline and display:inline-block…….how should i define both in css…i.e
Share
You can use Conditional Comments to load a CSS file with overrides that will only be loaded by Internet Explorer. For example: