Display flex and auto height (100%) inside
问题 I'm trying to do flex grid but I want to make like any column have same height. It work perfect for IE and Firefox, but in Chrome and Opera not. http://jsfiddle.net/micchaleq/Nz6fC/ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>min-height test</title> <style type="text/css"> html, body { padding: 0px; margin: 0px; height: 100%; text-align: center; } #test{