What CSS should I use to make a cell’s border appear even if the cell is empty?
IE 7 specifically.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If I recall, the cell dosn’t exist in some IE’s unless it’s filled with something…
If you can put a
(non-breaking space) to fill the void, that will usually work. Or do you require a pure CSS solution?Apparently, IE8 shows the cells by default, and you have to hide it with
empty-cells:hideBut it doesn’t work at all in IE7 (which hides by default).