form layout and Amaya 8.0

http://home.cogeco.ca/~ve3ll/htmlqwkf.htm#st illustrates an interesting
problem with form nesting of elements

form.r  correctly centers the form {margin:auto} and colors it skyblue.
however the NESTED fieldset is drawn to the left of the container
as is all the form controls (they seem to be contained well in the frameset)

the problem is that the frameset is not positioned in the contained element
even though the container has used its info to get the width/height dimension
correct...

the algorithm that positions the start point for the contained is not being
set by the container...  this may be what is happening in all the nested
table problems as well .... positioning of elements works great on all 
first level stuff but fails in nested structures ....  suggest looking at 
indexing .... info is probably established but not pointed at correctly by
the rendering routine.   --
 

John Russell, VE3LL@RAC.CA
http://home.cogeco.ca/~ve3ll (2 L's as in LLAMA)
check HTML at http://www.htmlhelp.com/tools/validator/
check CSS at http://jigsaw.w3.org/css-validator/
check JavaScript at http://www.crockford.com/javascript/jslint.html

Received on Saturday, 3 May 2003 10:54:11 UTC