Archive for the ‘CSS’ Category

Fix gap between list items IE / Win in CSS

October 3rd, 2008 | Posted by Mason | No Comments
I got the same issue and pained me for a long time, here is the solution: http://phonophunk.com/articles/ie-fix-for-gaps-between-list-items.php. using "vertical-align: bottom" in "ul li", Perfect!