| Author |
Firefox large table borders
|
|
|
| Hi all,
I have a page that contains a table that is quite large, about 150
rows. In this table are other small tables. I have a problem where the
vertical border of the large table does not show until about the last
10 rows or so where the style kicks in in the middle of a row. It is ok
with a small number of rows but when it gets too big I get this issue.
It renders ok in IE.
This is the style that I am using
..grid_line { BORDER-RIGHT: #cccccc thin solid;
BORDER-TOP: #cccccc thin solid;
BORDER-LEFT: #cccccc thin solid;
BORDER-BOTTOM: #cccccc thin solid }
Any ideas would be much appreciated.
Cheers,
David.
| |
| Neredbojias 2006-04-28, 4:18 am |
| To further the education of mankind, "David" <drsch3@XXXXXXXXXX> vouchsafed:
> Hi all,
> I have a page that contains a table that is quite large, about 150
> rows. In this table are other small tables. I have a problem where the
> vertical border of the large table does not show until about the last
> 10 rows or so where the style kicks in in the middle of a row. It is ok
> with a small number of rows but when it gets too big I get this issue.
> It renders ok in IE.
> This is the style that I am using
> .grid_line { BORDER-RIGHT: #cccccc thin solid;
> BORDER-TOP: #cccccc thin solid;
> BORDER-LEFT: #cccccc thin solid;
> BORDER-BOTTOM: #cccccc thin solid }
> Any ideas would be much appreciated.
You should have provided a url.
--
Neredbojias
Infinity has its limits.
| |
| Adam Risser 2006-04-28, 7:02 pm |
| Your syntax is wrong, its
border: width color style
not
border: color width style.
See if that helps
Adam
| |
| David Dorward 2006-04-28, 7:03 pm |
| Adam Risser wrote:
> Your syntax is wrong, its
Who's syntax is wrong?
http://cfaj.freeshell.org/google/
> border: width color style
> not
> border: color width style.
According to the CSS 2 spec:
'border'
Value:[ <'border-width'> || <'border-style'> || <color> ] | inherit
and
"A double bar (||) separates two or more options: one or more of them
must occur, in any order."
So border: width color style is fine.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
| |
| Adam Risser 2006-04-28, 7:03 pm |
| Ah, I never realized you could switch the order because nobody ever
does :P
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |