473,545 Members | 2,688 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Tables: periodic, elemental, operatic, HTML4, CSS2 (with tabular data, not "layout")

I heard a rumour that Opera succeeded where none have before, and
implemented the tables described in HTML4 and CSS2. So I thought I'd
try it out with the well known Periodic Table.

http://users.tpg.com.au/karl6740/css..._periodic.html
[Do not view in MSIE, you've been warned.]

CSS:
Notice in the TRs with the lanthanides and actinides, the empty TDs at
the end taking the background colour of the TR? I say they shouldn't
do this. I say: table {empty-cells: hide;} - means that empty area
should be transparent and show the background texture. Mozilla agrees
with me. Opera (7.23) is showing the orange and lavenderblush
background colours even on empty cells. Can someone tell me if this is
fixed in Opera 7.5?

The bright pink cell has a pure CSS popup that only Opera implements
as I expect. Mozilla fails to inherit the background colour. Which is
correct?

Chemistry:
The fellow over at web elements:
http://www.webelements.com/webelements/index.html
- calls them "lanthanoid s" and "actinoids" , everyone else has
"lanthanide s" and "actinides" , I always thought they were "rare
earths" and "transurani cs"?

Which order should the data in each element's cell come in? Should the
atomic number be above or below the symbol?

Many more questions where these came from...
--
(Anyone who tries validating my CSS, talk to Christoph Paeper.)
Karl Smith.
Jul 20 '05 #1
20 2778
Karl Smith wrote:
I heard a rumour that Opera succeeded where none have before, and
implemented the tables described in HTML4 and CSS2. So I thought I'd
try it out with the well known Periodic Table.

http://users.tpg.com.au/karl6740/css..._periodic.html
[Do not view in MSIE, you've been warned.]

CSS:
Notice in the TRs with the lanthanides and actinides, the empty TDs at
the end taking the background colour of the TR? I say they shouldn't
do this. I say: table {empty-cells: hide;} - means that empty area
should be transparent and show the background texture.


The spec <http://www.w3.org/TR/CSS2/tables.html#pro pdef-empty-cells>
doesn't even mention what should happen to the background, it only deals
with the cell border. So I guess browsers can do as they see fit.
Matthias

Jul 20 '05 #2

"Karl Smith" <go************ @kjsmith.com> wrote in message
news:3d******** *************** *@posting.googl e.com...
I heard a rumour that Opera succeeded where none have before, and
implemented the tables described in HTML4 and CSS2. So I thought I'd
try it out with the well known Periodic Table.

http://users.tpg.com.au/karl6740/css..._periodic.html
[Do not view in MSIE, you've been warned.]


When I move the cursor from left to right, the symbols for the elements
disappear and generally don't reappear. When I move from top to bottom, the
symbols reappear as I leave on the downward pass, but on the upward pass
only the top half of the symbol reappears. What does it all mean??? :-)

Jul 20 '05 #3

"Harlan Messinger" <h.*********@co mcast.net> wrote in message
news:c1******** *****@ID-114100.news.uni-berlin.de...

"Karl Smith" <go************ @kjsmith.com> wrote in message
news:3d******** *************** *@posting.googl e.com...
I heard a rumour that Opera succeeded where none have before, and
implemented the tables described in HTML4 and CSS2. So I thought I'd
try it out with the well known Periodic Table.

http://users.tpg.com.au/karl6740/css..._periodic.html
[Do not view in MSIE, you've been warned.]

When I move the cursor from left to right, the symbols for the elements
disappear and generally don't reappear. When I move from top to bottom,

the symbols reappear as I leave on the downward pass, but on the upward pass
only the top half of the symbol reappears. What does it all mean??? :-)


That is, it's in Opera 7.21 that this happens.

Jul 20 '05 #4
On 20 Feb 2004 07:48:12 -0800, go************@ kjsmith.com (Karl Smith) wrote:
http://users.tpg.com.au/karl6740/css..._periodic.html
[Do not view in MSIE, you've been warned.]


Yeah, crashes, KABOOM. I know some people I'll send it to.

Thanks,

MasonC
Jul 20 '05 #5
Matthias Gutfeldt <sa************ @gmx.net> wrote:
Karl Smith wrote:
I heard a rumour that Opera succeeded where none have before, and
implemented the tables described in HTML4 and CSS2. So I thought I'd
try it out with the well known Periodic Table.

http://users.tpg.com.au/karl6740/css..._periodic.html

CSS:
Notice in the TRs with the lanthanides and actinides, the empty TDs at
the end taking the background colour of the TR? I say they shouldn't
do this. I say: table {empty-cells: hide;} - means that empty area
should be transparent and show the background texture.


The spec <http://www.w3.org/TR/CSS2/tables.html#pro pdef-empty-cells>
doesn't even mention what should happen to the background, it only deals
with the cell border. So I guess browsers can do as they see fit.


In CSS2.1, which while I was away went from "working draft" to
"candidate recommendation" status, it does specifically mention
backgrounds too. (Can't believe I fell into that trap.) It seems a
simple matter of common sense, what is the use of making the borders
disappear and leaving blotches of colour?

But my question remains, what does the latest beta from Opera do? (I
notice the rendering in Opera 7.23 is exactly the same as MSIE6.)

--
Karl Smith.
Jul 20 '05 #6
Mason A. Clark <ma*******@THIS ix.netcom.comQ> wrote:
On 20 Feb 2004 07:48:12 -0800, Karl Smith wrote:
http://users.tpg.com.au/karl6740/css..._periodic.html
[Do not view in MSIE, you've been warned.]


Yeah, crashes, KABOOM. I know some people I'll send it to.


Newer, harmless, version at that URL now. Was just following up on
earlier post where I said I'd write something that would only work in
Opera. ;-)
Jul 20 '05 #7
In article Karl Smith wrote:
Matthias Gutfeldt <sa************ @gmx.net> wrote:
Karl Smith wrote:
I heard a rumour that Opera succeeded where none have before, and
implemented the tables described in HTML4 and CSS2. So I thought I'd
try it out with the well known Periodic Table.

http://users.tpg.com.au/karl6740/css..._periodic.html

CSS:
Notice in the TRs with the lanthanides and actinides, the empty TDs at
the end taking the background colour of the TR? I say they shouldn't
do this. I say: table {empty-cells: hide;} - means that empty area
should be transparent and show the background texture.


The spec <http://www.w3.org/TR/CSS2/tables.html#pro pdef-empty-cells>
doesn't even mention what should happen to the background, it only deals
with the cell border. So I guess browsers can do as they see fit.


In CSS2.1, which while I was away went from "working draft" to
"candidate recommendation" status, it does specifically mention
backgrounds too. (Can't believe I fell into that trap.) It seems a
simple matter of common sense, what is the use of making the borders
disappear and leaving blotches of colour?

But my question remains, what does the latest beta from Opera do? (I
notice the rendering in Opera 7.23 is exactly the same as MSIE6.)


It still renders background.

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Saapi lähettää meiliä, jos aihe ei liity ryhmään, tai on yksityinen
tjsp., mutta älä lähetä samaa viestiä meilitse ja ryhmään.

Jul 20 '05 #8
It seems "Karl Smith" wrote in
comp.infosystem s.www.authoring.stylesheets:
I heard a rumour that Opera succeeded where none have before, and
implemented the tables described in HTML4 and CSS2. So I thought I'd
try it out with the well known Periodic Table.

http://users.tpg.com.au/karl6740/css..._periodic.html
[Do not view in MSIE, you've been warned.]
:-) It looks good in Moz 1.4.

With one exception: the three-digit atomic numbers are slightly too
wide for the cells.

But _something_ goes wrong after display, and Mozilla locks up. I'm
in Win98; I switched to the Gravity program to reread your message,
then tried to switch back to Moz and it would not display. I had to
use Task Mangler to kill it.
The fellow over at web elements:
http://www.webelements.com/webelements/index.html
- calls them "lanthanoid s" and "actinoids" , everyone else has
"lanthanides " and "actinides" , I always thought they were "rare
earths" and "transurani cs"?


Perhaps this is a matter of different national educational systems,
or different times of attending school?

I studied chemistry up through 1971. To us the first series was
formally "lanthanide s" or sometimes informally "rare earths"; the
second was "actinides" .

"Transurani cs" isn't logical, since the actinides include Uranium
itself and three elements with lower Z.

I've never seen the -oids forms you mention.

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #9
Stan Brown <th************ @fastmail.fm> wrote:
I studied chemistry up through 1971. To us the first series was
formally "lanthanide s" or sometimes informally "rare earths"; the
second was "actinides" .

I've never seen the -oids forms you mention.


.... recommended by IUPAC. "Lanthanide " would the designation of
an anion like chloride, hydride, sulfide, etc.
Jul 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
3050
by: Adam Rogoyski | last post by:
Is there a xsl-fo renderer that supports table-layout="auto" instead of just "fixed"? Neither fop and xep support it. What products are people using for real book publishing? Adam Rogoyski
4
5082
by: Rob Freundlich | last post by:
I have some servlet-generated tabular data that I need to present, so I'm using an HTML Table. In some cases, it can be quite large. I'm flushing the servlet output every N lines to push the data to the browser as it generates, and I've used "table-layout: fixed" for the table's CSS class. It works pretty well in Netscape (7.1 and higher)...
6
4640
by: Don Collins | last post by:
Can anyone point me to a white paper discussing the advantages / disadvantages to using “grid layout†vs. “flow layout†on webforms? I’m looking to address performance issues in particular.
5
1427
by: Filip De Backer | last post by:
hi everyone, I want a textbox with word layout. And than save this text to a field in a sql server. how can I do that? thanks for the answers Filip
3
1538
by: Nevyn | last post by:
How do I do that? Turning the layout from the customerID-number "10205" into looking like "10 205"? I've just incresed it from four digits to five, and it looks like this: lsvItem.SubItems(1) = Right("0000" & CStr(rs!customerID), 5), but how do I affect the layout?
1
2461
by: ebernier | last post by:
Hi, I created a report with a link for a drill through report. The problem is when I'm on the drill through report. If I click on the "print layout" button and after I click on the "back to parent form" it crashes. I wonder if this is something that is fixed in the SP1 because I have it installed. Here is my configuration : Microsoft...
38
3259
by: Sanders Kaufman | last post by:
I'm converting my table-based layouts to css-positioned divs - but the ONLY reason I'm doing it is because it's *considered* a best practice. I don't really see where anything goes hinky when tables are used - but I'm doing it anyway because the HTML and CSS specs says to reserve tables for tabular data. So as I convert my login widgit to...
3
4172
by: CAFxX | last post by:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I was wondering whenever it existed a method to tell browsers to suspend the layout of the page while a js function is executed. This problem arises from the fact that I'm currently trying to code a page with many transparent elements (be they transparent PNGs or simply elements with...
10
1752
by: Anze | last post by:
Hmmm... anyone? :) Anze Anze wrote:
0
7502
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7434
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7946
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7457
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5360
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5078
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3491
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3470
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
744
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.