PDA

View Full Version : Table Borders for Mozilla FireBird...


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>

DCElliott
09-06-2004, 03:39 AM
Just a note, I had to remove 0.8 before installing 0.9 in order to get it to work.

DE

azlatin2000
09-06-2004, 04:56 AM
<style>
.TBL_class { border:#000000 solid 4px; }
.TBL_class TD { border:#000000 solid 4px; }
</style>


I think this will work.


And, yes you have to uninstal Mozilla and Mozilla Firefox before installing a newer version. I think they will fix this by the 1.0 branch of Firefox coming out this fall, and maybe never for Mozilla.