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?

http://s21.postimg.org/cwlnx2dtz/screenshot_13.jpg

your max-width wrong.

you have change max-width: 480px max-width: 630px, , problem solved.

(i have tested , works values)


check this


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -