Which element did you have to add float:left to? It's set manually in code to the outermost tab element, which is all that *should* be necessary.
On Mon, Jan 4, 2010 at 10:57 AM, dflorey <[email protected]> wrote: > Very strange. I've added float:left to each tab explicitly and now it > is working. > I guess it may be useful to provide a working default style. > If you are interested I can post my funky rounded-border animated > webkit/firefox style ;-) > > On Jan 4, 4:37 pm, Joel Webber <[email protected]> wrote: > > I assume we're talking about the TabLayoutPanel issue, where the > individual > > tabs are expanding to full width, and stacking up vertically. This > appears > > to be happening in both IE8 and IE7 modes. > > > > This doesn't seem to happen normally -- the code in TabLayoutPanel uses > > float:left to cause the tabs to stack up horizontally. This style > property > > seems to be intact in your app, so something else must be interfering > with > > it. Would you mind looking at it to see if perhaps there's another > property > > that might be confusing IE? If we can figure out what it is, there may be > a > > way to prevent it in the future. > > > > > > > > On Sun, Jan 3, 2010 at 12:47 PM, dflorey <[email protected]> > wrote: > > > Yes. You can have a look at my current testpage at > > >http://www.floreysoft.net > > > It's just a bunch of new LayoutPanel with css styles only. > > > > > On Jan 3, 6:30 pm, John Tamplin <[email protected]> wrote: > > > > On Sun, Jan 3, 2010 at 5:56 AM, dflorey <[email protected]> > wrote: > > > > > - TabLayoutPanel is working fine on Chrome and Firefox but on IE8 > > > > > (didn't try other IE's) it is completely broken > > > > > > Are you in standards mode? Quirks mode is not supported with the new > > > layout > > > > panels on IE. > > > > > > -- > > > > John A. Tamplin > > > > Software Engineer (GWT), Google > > > > > -- > > >http://groups.google.com/group/Google-Web-Toolkit-Contributors > > -- > http://groups.google.com/group/Google-Web-Toolkit-Contributors > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
