• Howdy,

    I have installed the disqus comment system plugin for wordpress and a social icon plugin and part of how they function is to list thing using OL, UL, and LI tags.

    The issue is that when used, the arrow images appear in those scripts and breaks them.

    Here is an example:

    http://img.skitch.com/20100904-d9a7xgkgcu4pgdnu6bx62k6937.jpg

    and here

    http://img.skitch.com/20100904-mk6b9magubh3hupi5qjb1bapru.jpg

    Here is the CSS in that I believe is involved:

    #content #colLeft ul li, #content #colLeft ol li  {
    	padding:5px 0 5px 25px;
    	background:url(images/bullet_list.png) 0 8px no-repeat;
    }
    
    #content #colLeft ul {
    	margin:0 0 15px 15px;
    }
    
    #content #colLeft ol li {
    	background:none;
    	padding-left:0;
    }
    
    #content #colLeft ol {
    	margin:0 0 15px 35px;
    }

    Any help would be greatly appreciated! Thanks!

  • The topic ‘UL and LI Images Showing Up Everywhere’ is closed to new replies.