The CKEditor is on top of my css, how can I solve this problem?
Image:
My css:
#nav ul {
display: none;
width: 200px;
position: absolute;
background: #ddd url(img/gradient.png) repeat-x 0 0;
border: solid 1px #b4b4b4;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
Can You help me?
This happens only in firefox and chrome
Thu, 12/30/2010 - 00:38
#1