i just wanted this on my page
and i used this css
ul#recent_works,
ul#recent_works li {
/* Setting a common base */
margin: 0;
padding: 0;
}
ul#recent_works{
min-height:400px;
}
ul#recent_works li {
display: inline-block;
/*width: 100px;
min-height: 100px;
background: #ccc;*/
margin-top:10px;
margin-left:5px;
}
ul#recent_works li img {
border:none;
}which shows fine in firefox,opera,ie8,chrome,safari but fails in ie6 and 7?
i tried the method mentioned in mozila blog but it dint worked
Help



















