OL LI problem with IE7

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
mobipk
New Member
New Member
Posts: 5
Joined: Tue Mar 03, 2009 11:36 am

OL LI problem with IE7

Post 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
Post Reply

Return to “Layout and Design (CSS & HTML)”