igor berger Posted May 17, 2007 Share Posted May 17, 2007 I am trying to validate with w3c using css but having problems with Opera rendering border. .border_tabel { border-color: black; border-collapse: collapse; border-style: solid; border-width: 1pt; } This works fine in IE but in Opera the cell borders disappear, only the four table borders left. The inner cell borders disappear, on a multi cell table. I like using border collapse, because it makes the border look thin. It actually looks thiner than 1pt. Any suggestions? Reading forms people say it is a bug for Opera. Is there a work around for this? Quote Link to comment Share on other sites More sharing options...
perezf Posted May 20, 2007 Share Posted May 20, 2007 first off table is misspelt try this .border_table { border: 1px solid #000000; border-collapse: collapse; } Quote Link to comment Share on other sites More sharing options...
igor berger Posted May 20, 2007 Author Share Posted May 20, 2007 Does it matter how I spell the class name? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.