html - White Line Appears when using backface-visibility to make css transition effect to zoom image on hover -
im facing difficulty figure out small css issue causing seems backface-visibility property shows white line right of image of 2nd item in each row in grid. im here giving u link html have done far. cant figure out why showing white line. highly appreciated.
here link - http://s194142.gridserver.com/webtest/
fyi - see line both chrome , ff. not tested in other browsers.
style.css 163
#posts .col.span_sm_4 .post-content
- remove - background-color: #fff;
style.css 170
#posts .col.span_sm_4 .post-meta
- add - background-color: #fff;
Comments
Post a Comment