PDA

Click to See Complete Forum and Search --> : Firefox Coding Issue


JaceTheAce
11-30-2006, 03:42 PM
I am having a table issue with Firefox not making the gray table border color specified appear - it is showing up black. The #808080 color code is gray. It works fine in Safari, Internet Explorer, and Opera, but Firefox (as usual) is not displaying it properly.

<td rowspan="3" colspan="3" style="border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; border-top-style: none; border-top-width: 0px; border-bottom-style: none; border-bottom-width: 0px" bordercolor="#808080">

Does anyone have any suggestions as to cleaning up this HTML? I may end up having to learn CSS to fix the issue. No style sheets are being used currently.

resdog
11-30-2006, 04:29 PM
try setting the border-color css property instead of using the bordercolor table property.

xplod_ldg
11-30-2006, 07:17 PM
try setting the border-color css property instead of using the bordercolor table property.

Firefox usualy works with inline CSS also. It's kinda odd. Try putting the styles in a CSS file though.