Fri, 2004-06-18 07:00
In firefox 8, this table did not explode..
in firefox 9 it grows, any ideas how to avoid this problem?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>test</title> <style type="text/css"> #txb textarea { width:100%; } #txb #bb ul { list-style: none; } #txb #bb a:hover img { margin: 1px 0px; } /* this one is for visualisation only*/ table{ border:1px solid red; padding:2px; } </style> </head> <body> <form action="" method="post"> <table> <tr> <td> <div id="txb"> <div id="bb"> <ul> <li><a href="javascript:none();"><img src="none.gif" alt="hover me and see table grow" /></a></li> </ul> <div class="clearBoth"></div> </div> <textarea name="newpmtext" id="newpmtext" rows="5" cols="15">textarea</textarea> </div> </td> </tr> </table> </form> </body> </html>
I've reported it at FF forums too:
http://forums.mozillazine.org/viewtopic.php?t=87004