deadimp
09-05-2004, 02:15 PM
I've been working with HTML for a long time in IE, and I've switched to Mozilla Firebird 0.8 ('cause 9+ screws up on my computer).
Well, one thing I have never figured out is how to make solid borders with Tables in Mozilla. I've tried "style='border-collapse: collapse; border:#FFFFFF solid 2px'" and that doesn't completely work. I'm looking for the border to border every cell while Mozilla only covers the outside of the table.
Does anyone have an answer to my dilema?
<style>
.TBL_class { border-collapse: collapse; border:#000000 solid 4px; }
</style>
Well, one thing I have never figured out is how to make solid borders with Tables in Mozilla. I've tried "style='border-collapse: collapse; border:#FFFFFF solid 2px'" and that doesn't completely work. I'm looking for the border to border every cell while Mozilla only covers the outside of the table.
Does anyone have an answer to my dilema?
<style>
.TBL_class { border-collapse: collapse; border:#000000 solid 4px; }
</style>