HighDots Forums  

Firefox large table borders

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Firefox large table borders in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
David
 
Posts: n/a

Default Firefox large table borders - 04-27-2006 , 11:08 PM






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.


Reply With Quote
  #2  
Old   
Adam Risser
 
Posts: n/a

Default Re: Firefox large table borders - 04-28-2006 , 12:16 PM






Your syntax is wrong, its

border: width color style

not

border: color width style.

See if that helps
Adam


Reply With Quote
  #3  
Old   
David Dorward
 
Posts: n/a

Default Re: Firefox large table borders - 04-28-2006 , 01:09 PM



Adam Risser wrote:

Quote:
Your syntax is wrong, its
Who's syntax is wrong?
http://cfaj.freeshell.org/google/

Quote:
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


Reply With Quote
  #4  
Old   
Adam Risser
 
Posts: n/a

Default Re: Firefox large table borders - 04-28-2006 , 01:33 PM



Ah, I never realized you could switch the order because nobody ever
does :P


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.