Philippe Wittenbergh wrote: >On 17 Dec 2005, at 8:57 am, David Laakso wrote > >>in an attempt to help someone out, I think I am creating more problems >>than I am solving. Either way, suggestions for curing the #sidebar >>float >>drop will be appreciated by all concerned-- mac/ie5.2 (osx 10.3 and >>10.4). >><http://www.dlaakso.com/laura.html> >> >> > >#textarea {clear:left;} >fixes it on my side. The textarea position itself next to the label, >and expands the #sidebar div. The clear:left forces the textarea on a >new line, and this solves the problem. Just. >I don't understand the need for that weird construct on the form tag, >unneeded I think, except may in the case of IE win. > > Forewarned by Georg Sortun that his fragile fix: form { float: left; margin: 0 -180px 0 0; padding: 0; position: relative; width: 190px;} that keeps win/ie from dropping the float may be problematic cross-browser.
>Your also playing with fire with that input type file. > > I don't know an input file from a nail file. I'll look it up. >Philippe--- > > > > Appreciated. Thanks. ~dL ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
