I have a problem with a table in Firefox 2.0.
I have a div (Layer for Macromedia users), inside div is a table.Also in layer is text.I want the Text to wrap around the table.There is no problem in IE but Firefox not wrap the text around the table.Here is un example code:
Code:<title>Untitled Document</title> <style type="text/css"> <!-- #Layer1 { position:absolute; left:256px; top:27px; width:503px; height:337px; z-index:1; background-color: #CCCCCC; } --> </style> </head> <body> <div id="Layer1"> <table align="left" valign="top" width="335" height="276" border="1" cellpadding="0" cellspacing="0" bordercolor="#FF0000" bgcolor="#CCCCCC"> <tr> <td>bla DSADASDASDAS</td> </tr> </table> <p>fdfffffffffffffffffffffffffffffffffffffffffffffffffffff<br /> sadddddddddsssssssssssssssssssssss<br /> dsssssssssssssssssssssssssss<br /> dsssssssssssssssssssssssss<br /> dddddddddddddddddddddddddddddddddddddd</p> <p >ffffffffffffffffffffffdsfdsfdsfds</p> </div> </body> </html>





Bookmarks