Hi Guys,
Im hoping someone can help me with my CSS
I found some tips on making CSS for table borders and tried it out and In Firefox its fine but in IE only the outer border shows and the inside TD borders do not.
Here is the CSS I made for the table
Many thanks in advance for any support as to what i need to do to adapt this to also show in IE8.Code:/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/ table.tableMyG { border: 1px solid #006699; width:675px; border-collapse: collapse; padding-left:3px; } tableMyG.td { border: 1px solid #006699; padding-left:3px; } /*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
Thanks![]()


Reply With Quote
Bookmarks