Does anyone have any idea why the card with the landscape photo is not in the row in Chrome? It is in the row in Firefox ,Internet Explorer and Opera!
You can chekout the example here: http://jsfiddle.net/XZPZZ/3/
example.png
| SitePoint Sponsor |
Does anyone have any idea why the card with the landscape photo is not in the row in Chrome? It is in the row in Firefox ,Internet Explorer and Opera!
You can chekout the example here: http://jsfiddle.net/XZPZZ/3/
example.png
Last edited by marcoegli; Dec 15, 2011 at 13:52. Reason: added an example image


Hi marcoegli. Welcome to SitePoint.
This seems to be causing problems, but I'm not quite sure why:
Code:.landscape { vertical-align: middle; width: 100%; }
Thank you for this hint. When I do absolute positioning the card is in the row but the image is not positioned in the middle. And I still don't understand why the card is not aligned itself.
http://jsfiddle.net/278vW/1/Code:.landscape { width: 100%; position:absolute; left: 0; top: 0.5em; }
Bookmarks