Welcome To Snipplr
Everyone's Recent CSS Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Displays HTML list as a gramatically correct English sentence. \r\n\r\nFor example\r\n\r\n<ul class=\"commaList\">\r\n	<li>one</li>\r\n	<li>two</li>\r\n	<li>three</li>\r\n	<li>four</li>\r\n</ul...
        
        
        
            1 
        
        
            1125 
        
                    posted 15 years ago by PeteW
            Apply an inline-block to all browsers, including IE6 and IE7.
        
        
        
            0 
        
        
            1139 
        
                    posted 15 years ago by Meander365
            The issue appears in various places, but likely has something to do with "having layout" and is typically seen as extra whitespace between <li> elements.
        
        
        
            0 
        
        
            1678 
        
                    posted 15 years ago by Jamie
            note that for the corners to work in IE, you need to install the htc code from http://code.google.com/p/curved-corner/
.curved { 
  -moz-border-radius:10px; /* Firefox */ 
  -webkit-border-radius:10px; /* Safari and chrome */ 
  -khtml-border-r...
        
        
        
            4 
        
        
            1534 
        
                    posted 15 years ago by MikeyLikesIt
            
