- From: jc <jcarlock1@hotmail.com>
- Date: Sat, 18 Feb 2006 21:02:50 +0000
- To: <www-amaya@w3.org>
I see a new 9.4 browser came out. I haven't tested the following with
the 9.4 Amaya browser, just with Amaya 9.3 (run on Windows XP).
I didn't see the it in the list of bugs. Perhaps it falls under the CSS
bugginess listed. :-) Anyways, specifically this bug (I think it's a bug)
involves getting Amaya to center block elements inside block elements
by setting the margins of the internal block element to "auto". Amaya
9.3 fails to do so.
<style type="text/css">
block_item_1 {width:500px;text-align:center;}
block_item_2 {width:100px;margin:auto;}
</style>
</head>
<body>
<div class="block_item_1"><div class="block_item_2">This is a centering test.</div></div>
</body></html>
Let me know if that helps, if it's proper, and if you want any more bug
reports. Your call.
Jim Carlock
Received on Monday, 20 February 2006 08:09:49 UTC