Why do you have so many styles for such a relatively simple page? Looks like a case of divitus. The float works in IE (you really need to check in that browser often as you code - if you don't want IE install the IE Tab extension for Firefox).
The html is also invalid (160+ errors), and without a solid and clean html base there is no way to harness the true power of css, minimise your markup, and reduce your debugging and maintenance time. I would get a handle on sound semantic markup and learn to apply css from the ground up! On 11/15/06, Stephan Wehner <[EMAIL PROTECTED]> wrote: > > Hi there, > > I am trying to place a box towards the top-left of a page. > float: left will be ok for that. > > But I find the text doesn't flow around it. It is as if it was tabbed > to just to the right of the box and keeps on going beyond the box. > > (ASCII representation:) > > +------+ Text text text text > | | text text text text > +------+ text text text text > text text text text > text text text text > > An example is at > > http://demo.spacetimebrowser.org/t.html > > Please let me know if a more polished example would help with the > diagnosis. > > (I'm working in Firefox, don't know how this looks in other browsers) > > Stephan > > > -- > Stephan Wehner > > http://stephan.sugarmotor.org > > http://stephansmap.org > > http://www.trafficlife.com > > http://www.buckmaster.ca > ______________________________________________________________________ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > IE7 information -- http://css-discuss.incutio.com/?page=IE7 > List wiki/FAQ -- http://css-discuss.incutio.com/ > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > -- http://www.web-buddha.co.uk ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/