On Mon, Jan 4, 2010 at 2:01 PM, Joel Webber <[email protected]> wrote: > 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. > > > Hi, I ran into the same issue with IE7/8 using the css example you suggested here:
http://groups.google.com/group/google-web-toolkit-contributors/browse_thread/thread/e9d6b9d7ad02b66f but adding float:left to: .gwt-TabLayoutPanelTab { background: url(tab-inactive-left.png) no-repeat bottom left; float:left; } solves the problem. Alejandro. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
