- From: John Russell <ve3ll@rac.ca>
- Date: Fri, 7 Nov 2003 14:03:11 -0500 (EST)
- To: www-amaya@w3.org
- Message-ID: <3FABA689.679.4F2810@localhost>
the attachment is a simple doc with two forms. Apparantly forms are block elements as they cant be placed side by side (unless using a table or css positioning ;-] ) Butwhat i am troubled with is that the gap between them is different for each browser and not adjustable (nope margin will not do it) amaya uses a very thin gap while the other browsers use a size that seems to be the font-size. in fact if one sets the body font-size big the gap changes. the other browsers do not change the gap. but every one does it their own way .... yet more problems for the designer who may just concede that flash is more consistent and a better solution. After all this time we are still in the cart and horse era... -- 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>Spacing</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head><body> <form style="background:skyblue" name="c" action="" method="post"> <pre>Hello</pre></form> <form style="background:blue" name="l" action="" method="post"> <pre>Hello</pre></form> </body></html>
Received on Wednesday, 12 November 2003 03:27:40 UTC