Bubbletin
05-10-2007, 05:02 PM
I have my table border code in a css file and linked to my php page. My table border is set to have the left and right shown but the top and bottom not. In IE the border is shown. In Firefox it isn't.
.bordertest {
border:solid;
border-bottom: none;
border-top: none;
border-left: 1px;
border-right: 1px;
border-color: #00a8ff;
}
Any help would be much appreciated.
.bordertest {
border:solid;
border-bottom: none;
border-top: none;
border-left: 1px;
border-right: 1px;
border-color: #00a8ff;
}
Any help would be much appreciated.