🚀 go-pugleaf

RetroBBS NetNews Server

Inspired by RockSolid Light RIP Retro Guy

Thread View: comp.infosystems.www.authoring.stylesheets
3 messages
3 total messages Started by "Eckard Buchner" Thu, 23 Apr 1998 00:00
how to manipulate border attribute in <TABLE>?
#3964
Author: "Eckard Buchner"
Date: Thu, 23 Apr 1998 00:00
21 lines
383 bytes
does anybody know the CSS equivalent to
<table border=1> resp. <table border=0>?

only IE4 handles

table { border: none;  }
td { border: none;  }
th { border: none;  }

correctly. Communicator ignores it.

If I try to set the border via CSS I never get the same 3D-look that the
simple border attribute achieves in plain HTML.

Thank You
Eckard Buchner, Ton Beller AG, Germany




Re: how to manipulate border attribute in <TABLE>?
#3972
Author: "MFX"
Date: Thu, 23 Apr 1998 00:00
38 lines
831 bytes
{ border: border-width || border-style || color}
i.e., { border: thin solid blue; }

You can also specify border-[top/right/bottom/left]-color to get particular
color shading for each side.

These apply to TABLE, TH, and TD, which can each have different values.

Since "0" is the default (no border), leaving it out shouldn't generate a
border.

later,
gordon

Eckard Buchner wrote in message <353ed97b.0@news.ka.choin.net>...
>does anybody know the CSS equivalent to
><table border=1> resp. <table border=0>?
>
>only IE4 handles
>
>table { border: none;  }
>td { border: none;  }
>th { border: none;  }
>
>correctly. Communicator ignores it.
>
>If I try to set the border via CSS I never get the same 3D-look that the
>simple border attribute achieves in plain HTML.
>
>Thank You
>Eckard Buchner, Ton Beller AG, Germany
>
>




Re: how to manipulate border attribute in <TABLE>?
#3975
Author: mmccrea@oucsace.
Date: Fri, 24 Apr 1998 00:00
28 lines
750 bytes
In article <353ed97b.0@news.ka.choin.net>,
Eckard Buchner <eb@tonbeller.com> wrote:
>does anybody know the CSS equivalent to
><table border=1> resp. <table border=0>?
>
>only IE4 handles
>
>table { border: none;  }
>td { border: none;  }
>th { border: none;  }
>
>correctly. Communicator ignores it.

In the CSS Bugs & Workarounds page
(http://home.att.net/%7Esjacct/bugs.html), this is mentioned as one of the
quirks found in NN4.  It ignores the style { border: none }, and they
suggest that you instead use the HTML attribute border=0  (You could also
include Style="border: none" with the HTML.)

I suggest you print out a copy of that file, or at least bookmark it.
Very handy when you can't figure out why something doesn't work ;)

Mike




Thread Navigation

This is a paginated view of messages in the thread with full content displayed inline.

Messages are displayed in chronological order, with the original post highlighted in green.

Use pagination controls to navigate through all messages in large threads.

Back to All Threads