Log in

View Full Version : Firefox table borders disappearing



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.

mwinter
05-10-2007, 05:07 PM
Please post a link to a demonstration. CSS rules are rarely useful in isolation.

Mike


Expect this to be moved to the CSS forum in the near future.

Bubbletin
05-10-2007, 06:09 PM
Very sorry, didn't even think about it being a css issue. If a moderator would please delete this post I'll repost it properly with a demonstration in the CSS forum.