>From everything I can find, border-spacing is still not supported by IE,
correct? Is there a workaround for this that allows for different vertical
and horizontal spacing? (The goal is for there to be spacing between table
rows, but not between table cells within a row.) 

The css I've got (working on everything except IE) is: 

table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

I just need to replicate this on IE. :-/

Jeniffer




Jeniffer C. Johnson
OffLead Productions
http://www.offlead.com






______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to