Tables, responcivity, css and google chrome -
so here simple page html, css, nothing else (no javascript, php) http://tsiskreli.highlander.ge/cancel.htm
here page in different browsers. in firefox , ie while resizing table changes size fits window, in chrome no. possible add css repair bug?
your max-width
wrong.
you have change max-width: 480px
max-width: 630px
, , problem solved.
(i have tested , works values)
Comments
Post a Comment