#keyboard {
position: fixed;
background: #eee;
display: none;
border: 1px solid #ccc;
border-radius:7px;
width: 950px;
height: 300px;
padding: 5px;
cursor: move;
background-image:url('BackgroundImage.jpg');
box-shadow: -5px -5px 5px 5px #888;
-moz-border-radius: -5px -5px 5px 5px #888;
-webkit-border-radius: -5px -5px 5px 5px #888;
工作在上CSS代碼,它是在好瀏覽器Firfox。 但我無法在IE8或IE6和safari上顯示陰影。
box-shadow: -5px -5px 5px 5px #888;
請讓我知道解決方案。