Hi

Sample table can be seen at
  http://img2.freeimagehosting.net/uploads/bdf02c11e5.gif

My question relates to the junction between the black bottom border of the
table heading row and the grey side border of the two columns. It's partly
grey and partly black, and I'd like it to be wholly black.

The CSS rules which have produced this result are here:

  /* NB IE doesn't inherit font size into tables */
  table { font-size: 1em; }

  table {
    border: thin solid black;
    border-collapse: collapse;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  th {
    padding: 0.25em 0.5em;
    border-bottom: thin solid black;
    border-left: thin solid #C8C8C8;
    border-right: thin solid #C8C8C8;
  }

  td {
    padding: 0.25em 0.5em;
    border: thin solid #C8C8C8;
  }

The browser from which I took the screen capture is IE6.

Is there something I have defined inaccurately?

Cheers
Trevor


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to