-1

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 ?

mongmong seesee
  • 987
  • 1
  • 13
  • 24

1 Answers1

0

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:

  • For IE6 _
  • For IE7 *
  • For IE8 \0
  • For IE9 \9
Community
  • 1
  • 1
Mike D
  • 252
  • 1
  • 9