Hi,
could somebody please help?
I have problem with presenting the -moz-linear-gradient in IE + The for is braking too!  Any ideas much appreciate it!
Here is the code:
code {
background-color:#D0990F;
background-image:-moz-linear-gradient(center top , #F0B521, #D0990F);
color:#FFFFFF;
font-family:sans-serif;
font-size:12px;
font-weight:bold;
letter-spacing:1px;
line-height:10px;
padding:0.2em 0.5em;
text-align:center;
text-transform:lowercase;
white-space:nowrap;
}
Thank you!
Regards!
|