How to emulate min-width in IE8
问题 The IE8 documentation says it supports min-width, but it doesn't seem to work for me. The html I want to be a minimum width is in table cells. I saw another question here which suggested adding a 1-pixel height div to each cell, with a width setting, but that doesn't work - IE renders it as 18 pixels high, for some reason. Here is the html code: <html> <head> <script src="jquery.js" type="text/javascript"></script> <style type="text/css"> table.keyboard div.key { height: 50px; font-size:50px;