I’m fixing my template for Internet Explorer 8, and now I have a question. Why doesn’t a gradient appear on an element with CSS: display: table;?
Is there any solution for this?
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d6372', endColorstr='#8d929e',GradientType=0 );
startcolorstrandendcolorstrneed 8 hex digits; you have only 6.Edit: no wait, that can’t be it. Your original style does work with IE8 like that.
So can you show what you tried?