Re: Borders and styles

From: Ronx (ronx917_at_hotmail.com)
Date: 09/10/04


Date: Fri, 10 Sep 2004 19:43:15 +0100


 table{
 border-collapse: separate;
border-spacing: 5px;
 }
border-spacing varies the spacing between the cells, BUT is not supported by
Internet Explorer. Works fine in Mozilla Firefox 0.9.

See www.rxs-enterprises.org/tests/csstables.htm

Ron

-- 
Reply only to group - emails will be deleted unread.
"mgm" <mgm@discussions.microsoft.com> wrote in message
news:762AFB82-35B5-4D81-B94E-DDBA02CBE94D@microsoft.com...
> I think something like this may work, however the effect I am wanting is a
> transparent border around cells that have a background color... i thought
the
> border-collapse:separate may work but it doesn't seem to separate far
enough
> to give me any transparency between the cells.  I want something like
this:
>
> <style>
> table{
> border-collapse: separate;
> }
> td{
> border:2px solid transparent;
> padding:2px;
> BACKGROUND-COLOR: #B8E7E7
> }
> </style>
>
> But 'transparent' isn't possible here.  I could copy the color of my
> background but my background varies slightly so it shows.
>
> Is there a way to set how far it separates or set the color of the border
to
> transparent?
>
> Jim, I have no url, I am at work.
>
>
>
> "Ronx" wrote:
>
> > Something like
> >
> > <style>
> > table{
> > border: 1px solid red;
> > border-collapse: collapse;
> > width:50%;
> > padding:0;
> > }
> > td{
> > border: 1px dashed green;
> > padding:3px;
> > }
> > </style>
> >
> > Ron
> > -- 
> > Reply only to group - emails will be deleted unread.
> >
> >
> > "mgm" <mgm@discussions.microsoft.com> wrote in message
> > news:6621376C-5DF6-4FAC-9880-85DFAD0C1CB3@microsoft.com...
> > > Is there a way to set a style for a border that will work for the
whole
> > table
> > > like like "border" does in the table tag?  Or do I have to put the
style
> > in
> > > every <td>?
> > >
> > > Or, is there a way to set <table... bordercolor="transparent"...>?
This
> > of
> > > course doesn't work.
> >
> >
> >


Relevant Pages

  • Re: Borders and styles
    ... transparent border around cells that have a background color... ... border-collapse:separate may work but it doesn't seem to separate far enough ... Is there a way to set how far it separates or set the color of the border to ...
    (microsoft.public.frontpage.client)
  • Re: including . in a pattern match
    ... It also helps to use the x flag ... > so that you can separate the individual tokens and comment them. ... and baz are the valid values for a border ...
    (perl.beginners)
  • Re: How do I join 2 tables
    ... "Jay Freedman" wrote in message ... >>paragraph mark between the 2 tables. ... >>paragraph that separates the two tables, it keeps it as two separate ... > separate border? ...
    (microsoft.public.word.tables)
  • Re: nested tables
    ... Murray skrev: ... > insertion point to the right of the table, and inserting another table. ... > the cellspacing, cellpadding, and border attributes of both tables to zero. ... >>I am going to create a new table consisting of separate tables in order to ...
    (microsoft.public.frontpage.programming)
  • Re: nested tables
    ... In FP 2003 you'd do this by inserting one table on the page, ... the cellspacing, cellpadding, and border attributes of both tables to zero. ... >I am going to create a new table consisting of separate tables in order to ... > avoid problems with columns living their own life. ...
    (microsoft.public.frontpage.programming)