Hi All, I have found the following css rules on the web.... And whilst they look great in FF, nothing is being displayed in IE
Can someone help me out so I can at least see the boxes in IE
input, textarea {
font-size: 0.8em;
width: 265px;
border: none;
background: #fff;
-webkit-box-shadow: inset 0 0 2px #000, 0 0 2px #eee, inset 0 0 4px #999;
-moz-box-shadow: inset 0 0 2px #000, 0 0 2px #eee, inset 0 0 4px #999;
box-shadow: inset 0 0 2px #000, 0 0 2px #eee, inset 0 0 4px #999;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color: #333;
padding: 0.5em 0.5em 0.5em 30px;
margin: 0.3em 0;
}