amaya 8.7 win98 binary -- clear property

the included file is a simple two column table of contents
with a footer ...  the columns are lists within div elements
one is floated left, other floated right...  the footer div
uses a clear both property to start a new block.....

this works ok in three major browsers  but does not work in amaya
as it tries to place footer in between others..... 

is this a bug ???   is my strategy for doing column work flawed
   please correct my technique or  add to buglist    thanks 
--
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>Java Tutorials - Table of Contents</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
div#col1 {margin-left:12px; width:45%; float:left}
div#col2 {margin-left:0px; width:50%;
          border-left:solid 5px #fedfed;padding-left:15px;float:right}
div#bottom {clear:both; margin:20px}
</style></head><body>
<h1>Java Tutorials - Table of Contents</h1><div id="col1">
<h4><a href="jatutor1.htm">Tutorial 1 - Objects &amp; Code Structure</a></h4>
<ul>
<li>What Are Objects</li>
<li>The Basic Structure of an Application</li>
<li>The Basic Structure of an Applet</li>
<li>Syntax Notation</li>
</ul>
<h4><a href="jatutor2.htm">Tutorial 2 - Syntax and Structures</a></h4>
<ul>
<li>Lexical Structure</li>
<li>Literals or Constants</li>
<li>Escape Characters</li>
<li>Variables and Arrays</li>
<li>Operators and Expressions</li>
<li>Statements, Blocks and Scope</li>
<li>Assignment Statements</li>
</ul>
<h4><a href="jatutor3.htm">Tutorial 3 - Control Flow</a></h4>
<ul>
<li>Operators and Conditions</li>
<li>Statements and Blocks</li>
<li>Conditional Statements</li>
<li>Loops and Switches</li>
<li>Command Line Arguments</li>
<li>Project: Metric Converter</li>
</ul>
<h4><a href="jatutor4.htm">Tutorial 4 - Encapsulation</a></h4>
<ul>
<li>Encapsulation</li>
<li>Class Specifications</li>
<li>Properties</li>
<li>Methods and Overloading</li>
<li>Types of Methods</li>
<li>Object Creation and Destruction</li>
<li>Inner Classes</li>
<li>Project Organization</li>
<li>Project: Circle Class</li>
</ul>
</div><div id="col2">
<h4><a href="jatutora.htm">Tutorial 10 - Advanced Swing GUI</a></h4>
<ul>
<li>Dropdown &amp; Popup Menus</li>
<li>Tool Bars &amp; ToolTips</li>
<li>Specialty Panels</li>
<li>Layout Managers</li>
<li>Layer Design</li>
<li>GUI Menu Builders</li>
</ul>
<h4><a href="jatutorb.htm">Tutorial 11 - Swing Control GrabBag</a></h4>
<ul>
<li>Text Areas</li>
<li>File Choosers</li>
<li>Tables</li>
<li>Hierarchical Trees</li>
<li>Project: Simple Text IO Interface</li>
<li>Project: Simple File IO Interface</li>
<li>Project: Multiple File IO Interface</li>
<li>Project: Utility Interface</li>
</ul>
<h4><a href="jatutorc.htm">Tutorial 12 - Library: java.io</a></h4>
<ul>
<li>File Management</li>
<li>File Filters</li>
<li>File Streams</li>
<li>Data Streams</li>
<li>Object Streams</li>
<li>Random Access Files</li>
<li>Project: TextFile IO class</li>
<li>Project: Text Concordance IO</li>
<li>Project: HTML Analysis IO</li>
</ul>
</div>

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

Received on Friday, 22 October 2004 14:05:45 UTC