I think I figured out what I wanted to do.  I just noticed that my table 
example in my previous mail got munched so it really doesn't make sense.  
Anyway, I basically determined that I need to turn off the table border and 
collapse all borders, then just use the cell border. Here is a sample of my CSS:
   
  <style type="text/css">
table#CrossCheckExportForm {
    border: none;
    border-collapse:collapse;
    width: 100%;
    padding: 10px;
}
table#CrossCheckExportForm th {
    border: solid #000 1px;
}
.data {
    color: #000000;
    text-align: right;
    border: solid #000 1px;
}
.toprow {
    font-style: italic;
    text-align: center;
    background-color:#0099FF;
    border: solid #000 1px;
}
</style>

  Thanks,
  Jim

 
---------------------------------
Any questions?  Get answers on any topic at Yahoo! Answers. Try it now.
______________________________________________________________________
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