PDA

View Full Version : Cell Border Color Incorrect In FF


Copter
Apr 22, 2007, 05:29 AM
Hi.

In internet explorer I get what I want as follows:

http://img264.imageshack.us/img264/2254/iepd4.png

But in Firefox I get:

http://img261.imageshack.us/img261/7241/ffjg5.png

I think it doesn't understand "bordercolor" for cells, because the "bordercolor" for the table is #008000 and it works fine; the cell borders are "red" and work as I wanted in IE; but in FF it doesn't work.

Please can you help, thanks.

robertva
May 20, 2007, 07:41 PM
Hi.

In internet explorer i get what i want as follows:

http://img264.imageshack.us/img264/2254/iepd4.png

But in Firefox I get:

http://img261.imageshack.us/img261/7241/ffjg5.png

I think it doesnt understand "bordercolor" for cells, because the "bordercolor" for the table is #008000 and it works fine; the cell borders are "red" and work as I wanted in IE; but in FF it doesnt work.

Please can you help, thanks.
Could we see the code that generates this inconsistency?

I've seen some cases where Internet Explorer is a bit more tolerant or omissions like a missing semicolon or the lack of a closing tag for a HTML object. Is there a semicolon after EVERY property assignment in your td style?