Re: [css-d] why doesn't this work in gecko browsers

2005-05-26 Thread !!blue
change your code to this: table.borders { /*used when creating a table w/ borders*/ border:1px solid #d3d3d3; padding:10px; } table.borders td { /*used when creating a td with borders*/ padding: .25em; border: 1px solid #d3d3d3; }   

[css-d] why doesn't this work in gecko browsers

2005-05-25 Thread Bruce Gilbert
I am trying to do a table border in CSS and my border shows up in IE (PC), but not Gecko. table.borders{/*used when creating a table w/ borders*/ border:1px solid #d3d3d3; border-collapse:collapse; padding:10px; } table td.borders {/*used when creating a td with borders*/ padding: .25em;