After creating an HTML table,
I noticed that when I refresh my page, it appears stretched out in Google Chrome and the Opera web browser. However, when tested in Internet Explorer and Firefox, the table displays normally.
The oddly sized table after a page refresh looks like this:
Below is the CSS code for my table:
.rdThemeDataTableCell, table.rdAgDataTable td {
background-color: #fff;
padding: 4px;
}
td.rdThemeDataTableCell.rdCgPositionCellXAxis {
background-color: #ffffff;
border-style: none;
}
td.rdThemeDataTableCell.rdCgPositionCellXAxis {
background-color: #ffffff;
border-style: none;
}
I am perplexed as to why it works in some browsers but not others; ultimately, I need it to function correctly across all platforms.