iframes and Amaya 8.6

i am having some problems with iframes and the amaya browser
in windows98
the included file cssimg.htm  just stacks the same gif horizontally
first with table and then with div ...  table works better than the big
three browsers as it doesn't leave a gap ... others do ;-] ;-] 
iframe.htm  should display the cssimg.htm file in an iframe
but just gets into a loop somehow .... no issues with other browsers on 
this one ...  
--
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></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head><body><h1>iframe test</h1>
<p>This is a test of iframe stuff</p>
<div><iframe src="CSSimg.htm"></iframe></div>
</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>Image stacking - VE3LL@RAC.CA</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
body {background:#deadff; width:400px}
img {margin:0px; border:0px; padding:0px;background:blue}
td  {margin:0px; border:0px; padding:0px;background:red}
tr  {margin:0px; border:0px; padding:0px;background:white}
div {margin:0px; border:0px; padding:0px;background:#ffdead}
</style>
</head><body><h1>Image stacking - VE3LL@RAC.CA</h1>
<table summary="*">
<tr><td><img src="top.gif" alt=" * " /></td></tr>
<tr><td><img src="top.gif" alt=" * " /></td></tr>
</table>
<div><img src="top.gif" alt=" * " /></div>
<div><img src="top.gif" alt=" * " /></div>
</body></html>

Received on Friday, 6 August 2004 11:24:08 UTC