atsush
Feb 21 2007, 12:21 AM
I am trying to align a table on right side but it is not working fine on firefox but it is working fine on IE. Here I am using style = "float:right". It works fine on IE but text wraps around in firefox.
I am attaching difference of those two files with this . Items are listed on a table with two cells and text get wraped in firefox (td items get swapped) where as it is fine in IE
Effovex
Feb 21 2007, 12:23 AM
Post a link to a page exhibiting the problem. We're not psychics, sadly.
pandy
Feb 21 2007, 01:26 AM
Text is supposed to wrap around floats. IE uses its own float model where under some circumstances this does not happen. You can probably get it to look the way you want in other browsers by giving the box that contains the wrapping text a right margin that makes it go free from the float. This is provided my crystal ball works, of course.
http://web.archive.org/web/20041014015120/...oat-bugs-1.html