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? Link to comment https://forums.phpfreaks.com/topic/51848-border-collapse-rendering-problem-in-opera/ 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; } Link to comment https://forums.phpfreaks.com/topic/51848-border-collapse-rendering-problem-in-opera/#findComment-257286 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? Link to comment https://forums.phpfreaks.com/topic/51848-border-collapse-rendering-problem-in-opera/#findComment-257310 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.