Home › Forums › CSS › last-child selector – issue in IE › Re: last-child selector – issue in IE
December 7, 2011 at 11:40 am
#92125
Member
Are you sure it’s just IE with that problem? It look like you’re trying to cover up the gap at the end by adding padding to the last-child list item. So if that’s what you’re trying to do, it wasn’t working in my FireFox 8 either because you weren’t giving enough padding: http://jsfiddle.net/7rSMc/3/
Here is another way of doing it (I’d say this is a better way): http://jsfiddle.net/7rSMc/2/