Multi Column Block Too Narrow in Chrome

Posted by aksarben on Programmers See other posts from Programmers or by aksarben
Published on 2013-06-30T19:19:51Z Indexed on 2013/06/30 22:27 UTC
Read the original article Hit count: 203

Filed under:
|

My Web site displays song lyrics in a multi-column format, using CSS3. Both Firefox & MSIE 10+ display the multi-column text perfectly, but Chrome does not. This sample page shows the problem:

http://www.hymntime.com/tch/test/html5/html5-multicolumn-test.htm

The page uses a media selector, so your Chrome window must be at least 1280 pixels wide to see the effect. In fact, if you make the Chrome window less than 1280 pixels, you'll see the lyrics block change to a single column, of the same overall width. In other words, when Chrome shifts to 1-column to 2-column mode (due to the wider browser window), the lyrics block remains the same width, causing text to be squeezed together.

Has anyone else seen this behavior, or know a solution? Is this a Chrome bug, or I am I doing something wrong? I posted this question on a Chrome forum a while back, but got no reply.

© Programmers or respective owner

Related posts about css

Related posts about chrome