CSS border-style:double

The on-line doc 'current state of CSS2 implementation
indicates that double is working .... However it renders
poorly on Win98 machine as the included short demo shows!

This minor bug could be repaired while working on any box
dimension fixups ... 
--
john russell ve3ll@rac.ca [those are L's as in LLAMA]
http://home.cogeco.ca/~ve3ll
http://home.cogeco.ca/~trains
http://home.cogeco.ca/~cipher
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>CSS Double Border Styling - VE3LL@RAC.CA</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
body {color:black; background:blanchedalmond; font-size:12pt;
      margin:40px; margin-top:0px; border:0px; padding:0px}
h1 {font-size:200%; font-family:"Lucida Handwriting", cursive;
    font-weight:bold; margin:0px; border:0px; padding:0px; padding-top:5px}
hr {width:80%; margin-top:10px; margin-bottom:10px; border:1px solid black}
table {margin:auto; border:0px; padding:0px}
table.specs {background:#ffffcc; color:black;
             border:6px double maroon; padding:5px}
td.specs {font-family:Courier, monospace}
th.specs {text-align:left}
th.c {background:green; color:whitesmoke; text-align:left;
      font-family:arial, sans-serif; font-size:120%}
</style></head><body id="top">
<h1>CSS Double Border Styling - VE3LL@RAC.CA</h1>
<p>This page is an easy to read guide of the most commonly used CSS
properties and values. For the definitive specification of CSS always
refer to the <a target="_top" href="http://www.w3.org/Style/CSS/">
W3 consortium</a> website.</p>
<div class="c"><table class="specs" summary="jump table"><tr>
<th class="c" colspan="4">Contents</th>
</tr><tr>
<td><a href="#meas">Measurements</a></td>
<td colspan="2"><a href="#back">Background/Colors</a></td>
<td><a href="#font">Fonts</a></td>
</tr><tr>
<td><a href="#list">List</a></td>
<td><a href="#box">Boxes</a></td>
<td><a href="#text">Text</a></td>
<td><a href="#pos">Positioning</a></td>
</tr></table></div>

<hr id="bot" />
<a href="home.htm">JR's Home Page</a> | <a href="#top">Top of Page</a> |
<a href="mailto:VE3LL@RAC.CA?Subject=[htmlcod1.htm]">Comments</a> |
[htmlcod1.htm:2004 03 26]</body></html>

Received on Tuesday, 30 March 2004 05:43:22 UTC