<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi. I have embedded Linux MIPS board with webkit 1.10.<br>
This code does not work on my MIPS board (-webkit-gradient is ignored):<br>
&lt;button type=&quot;submit&quot; style=&quot;background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#adadad),color-stop(100%,#7d7c7d)); !important&quot;&gt;ABC&lt;/button&gt;<br>
But work in my x86 PC on same version of webkit.<br>
<br>
This code work fine in all platforms:<br>
&lt;div style=&quot;background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#adadad),color-stop(100%,#7d7c7d)); width: 100px; height:100px&quot;&gt;ABC&lt;/div&gt;<br>
<br>
<div>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">Andrei Pushkin</div>
</span></font></div>
</div>
</div>
</body>
</html>