I working on CMCMS MLE 1.52 version..
it's working fine.. .but i am facing problem in ol li.. ol li working properly in mozilla but IE7 not show the bullets or number...
CSS
Code: Select all
#divmulti ol {
width: 400px;
margin: 20px auto;
padding: 0 0 15px 0;
list-style-type:decimal;
overflow: visible;
}
#divmulti li{
width: 180px;
float: left;
margin: 15px 0 0 0;
padding: 0 10px 0 10px;
line-height: 15px;
}