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> Quote Link to comment Share on other sites More sharing options...
datoshway Posted November 6, 2012 Author Share Posted November 6, 2012 Here is the attachement Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.