Hi, for some reason my LI elements are not floated to the left in internet explorer, they are showed each below the other. Anybody knows how I could fix this? Thanks in advanced.
#books ul{
list-style:none;
margin:0px;
float:left;
display:inline;
}
#books ul li{
float:left;
margin-right: 20px;
padding-bottom: 20px;
height:300px;
display:inline;
}