How to add style css only on ie8 using inline css ?
I tried to use this code but not work.
<div style="width: 100%; *width: 1263px;"></div>
I test on ie8, but i show only width: 100%;
How to get width: 1263px;
only on ie8 ?
How to add style css only on ie8 using inline css ?
I tried to use this code but not work.
<div style="width: 100%; *width: 1263px;"></div>
I test on ie8, but i show only width: 100%;
How to get width: 1263px;
only on ie8 ?
From a quick google search: this How to hack css Inline style only on IE? question it seems as though you can try the following: