datoshway Posted November 6, 2012 Share Posted November 6, 2012 Seems to be working just fine in Safari but in Chrome and Firefox i'm getting the attached results. Below is my code along with css. Looking for some help. Thanks! .item { width: 286px; margin: 0 0 30px 20px; float: left; height: 250px; line-height:340px; text-align:center; border:1px solid #000; } .item img { opacity:0; vertical-align: middle; } <div class="item"> <img src="_images/_content/logos/<?php echo $intID; ?>/<?php echo $strFilename; ?>" > </div> Link to comment https://forums.phpfreaks.com/topic/270372-float-problem-in-chrome-and-ff/ Share on other sites More sharing options...
datoshway Posted November 6, 2012 Author Share Posted November 6, 2012 Here is the attachement Link to comment https://forums.phpfreaks.com/topic/270372-float-problem-in-chrome-and-ff/#findComment-1390602 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.