Firefox CSS trouble
-
Hi,
I’m trying to style a table and have some trouble with how this displays in IE and FF. The relevant style code is:
#ptable, th, td {
font: 10px Verdana, Arial, sans-serif;
border-collapse: collapse;
border: 1px solid #000;
}Goal is displaying a 1px border in black for table cells and table. This works just nicely in IE, however in FF some of the “lines” get obliterated, not even completely, sometimes this happens in mid-line, as if erased.
Refresh does nothing. Curiously, if I call up the CSS editor however, the lines display normally again. I can’t seem to control this behaviour.
Now, I wonder whether this is a known problem with such a display in FF, whether my browser may be buggy or … whatever this may be? I never noticed such behaviour before anyway.
- The topic ‘Firefox CSS trouble’ is closed to new replies.