Hi!
I'm styling my table with following CSS code:
[css]
table.results{
border-collapse:collap se;
}
table.results td{
border:1px solid #a7a7a7;
margin:0;
padding:0 4px 0 4px;
}
The problems is that table is moved 1px to left in Firefox, but other
browsers like IE5.x, 6.0 and Opera 7.54 view this table correctly.
Any suggestion?
Is border-collapse:collap se; safe to use?
--
Regards,
Cezar
I'm styling my table with following CSS code:
[css]
table.results{
border-collapse:collap se;
}
table.results td{
border:1px solid #a7a7a7;
margin:0;
padding:0 4px 0 4px;
}
The problems is that table is moved 1px to left in Firefox, but other
browsers like IE5.x, 6.0 and Opera 7.54 view this table correctly.
Any suggestion?
Is border-collapse:collap se; safe to use?
--
Regards,
Cezar
Comment