I have my code like this
HTML
<div class="m"><img src="blue.jpg"></div>
CSS
.m{
border:0px solid blue;
float:left; min-width:65px;
padding:23px 4px 10px;
text-align:center;
color:#8A4C25;
font-family:TW Cen MT;
font-size:15px;
}
Float left is not working in Google Chrome. Is there any solution for this
There is a parent
<li>you have set itsposition:relative;Please remove it or set itsmin-heightto some thing.