Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / HTML, CSS, Scripts / CSS / April 2006



Tip: Looking for answers? Try searching our database.

Firefox large table borders

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
David - 28 Apr 2006 05:08 GMT
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 - 28 Apr 2006 07:02 GMT
To further the education of mankind, "David" <drsch3@gmail.com> vouchsafed:

> Hi all,
> I have a page that contains a table that is quite large, about 150
[quoted text clipped - 9 lines]
>                 BORDER-BOTTOM: #cccccc thin solid }
> Any ideas would be much appreciated.

You should have provided a url.

Signature

Neredbojias
Infinity has its limits.

Adam Risser - 28 Apr 2006 18:16 GMT
Your syntax is wrong, its

border: width color style

not

border: color width style.

See if that helps
Adam
David Dorward - 28 Apr 2006 19:09 GMT
> 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.

Signature

David Dorward       <http://blog.dorward.me.uk/>   <http://dorward.me.uk/>
                    Home is where the ~/.bashrc is

Adam Risser - 28 Apr 2006 19:33 GMT
Ah, I never realized you could switch the order because nobody ever
does :P
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.