Page 1 of 1

OL LI problem with IE7

Posted: Wed Apr 01, 2009 3:49 pm
by mobipk
Hi,

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;
}
Plzz someone kindly help me out.. it's drivin me nuts