- From: John Russell <ve3ll@rac.ca>
- Date: Fri, 06 Aug 2004 12:05:41 -0400
- To: www-amaya@w3.org
- Message-ID: <41137415.19214.25CD21@localhost>
the included demo is a simple iframe sourcing a table it can be used to provided fixed header/footer and scrolling body to workaround the lack of implementation of thead tbody tfoot unfortunately Amaya does not bring up scrollers when data exceeds the frame height .... other browsers do !!! -- 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>iframe chart contents</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> body {margin:0px; border:0px; padding:0px} table {margin:0px; border:0px; padding:0px} td {width:150px;margin:0px; border:0px; padding:0px}</style> </head><body><table summary="body of chart"> <tr><td>1997</td><td>$8 Million</td></tr> <tr><td>1998</td><td>$10 Million</td></tr> <tr><td>1999</td><td>$12 Million</td></tr> <tr><td>2000</td><td>$18 Million</td></tr> <tr><td>2001</td><td>$25 Million</td></tr> <tr><td>2002</td><td>$36 Million</td></tr> <tr><td>2003</td><td>$40 Million</td></tr> <tr><td>2004</td><td>$46 Million</td></tr> </table></body></html>
<?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>Iframe Test -- VE3LL@RAC.CA</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head><body><h1>Iframe Test -- VE3LL@RAC.CA</h1> <table summary="iframe test"> <tr><td><iframe height="40" src="htmlqwkx.htm"></iframe></td></tr> </table></body></html>
Received on Friday, 6 August 2004 11:59:29 UTC