Hi folks i have made a website in div actually im facing some problems in sitemap i have given a <ol> tag in my sitemap section in articles section in bottom i wants to give numeric numbers when i see on mozilla it works but when i see on IE it comes unproper way. Here is the path in articles section where im facing problem in IE open this on IE browser
http://www.easyfinance4u.com/sitemap.html
And i am putting here my css code of article section of my sitemap page see this code :
suggest me what i should do i have tried many of ways not understanding so folks tell me.....Code:#sitemap_article_twocolumn { width:1000px; } #sitemap_article_twocolumn ol{ width: 1000px; margin: 0px; padding: 0px; display: inline; list-style-type: decimal-leading-zero; } #sitemap_article_twocolumn li{ color:2a94c7; width:400px; padding-left: 30px; margin-left:50px; } #sitemap_article_twocolumn li a{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #2a94c7; text-decoration: none; text-align: center; } #sitemap_article_twocolumn li a:hover { text-decoration: underline; }


Reply With Quote
Bookmarks