Table Border trigger horizontal scroll bar
Table Border trigger horizontal scroll bar
Hi,
I have added 1px vertical cell borders using the following css:
[code]
/* Add vertical separator borders */
table.display {
border-collapse: collapse;
}
table.display td {
border-left: none;
border-right: 1px solid #EEEEEE;
border-top-style: none;
border-bottom-style: none;
}
[/code]
This works fine, except (at least in google chrome) this triggers the
horiz scroll bar to be permanently displayed. Is there perhaps a different
recommended method to add vertical borders?
I am using sScrollY.
cheers,
Stefan
I have added 1px vertical cell borders using the following css:
[code]
/* Add vertical separator borders */
table.display {
border-collapse: collapse;
}
table.display td {
border-left: none;
border-right: 1px solid #EEEEEE;
border-top-style: none;
border-bottom-style: none;
}
[/code]
This works fine, except (at least in google chrome) this triggers the
horiz scroll bar to be permanently displayed. Is there perhaps a different
recommended method to add vertical borders?
I am using sScrollY.
cheers,
Stefan
This discussion has been closed.