Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Crooked Table Border in FireFox


BeLlSiBuB - 4:25 pm on May 20, 2011 (gmt 0)


Ok I fixed the problem. It was missing CSS.

I changed:

table.poker, table.poker td, table.poker th {
border: 3px solid #222;

}

To:

table.poker, table.poker th, table.poker td
{
border-width:3px;
border-style:solid;
border-color:#222222;
border-collapse:seperate;
}

Thanks again for your help! This is SOLVED.


Thread source:: http://www.webmasterworld.com/css/4315028.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com