How do I show solid lines in a table with CSS to properly display with an Opera web browser?

 

This is the <style> I’m using:

 

.btable1 {

          background: #E4E0CD;

          border: 1px solid #9E946A;

          color: #333333;

          font-size: small;

          }

 

When this loads in a table: <td class="btable1">

Opera only displays the bottom solid line. Everything looks fine in IE6 and NS7, displaying all 4 sides with lines. Please help.

 

TIA

John

 

 

Reply via email to