From: Joel U. <uck...@el...> - 2005-04-10 15:58:39
|
> Philip J. Hollenback schrieb: > > > 3. Crao nav bar is messed up in Forefox/Mac OS X. Specifically, the > > 'prefs / admin / search' buttons and box on the right side are stacked > > vertically instead of spread in a horizontal line like they should be. > > I don't see this behavior with Safari. This is due to themes/Crao/templates/navbar.tmpl, line 20: <td align="right" width="150"> Remove the width attribute, and the right end of the nav bar has sufficient space to display on a single line. That solves the problem for Firefox. Unfortunately, I think the width attribute is there to coax IE into rendering the navbar correctly---without the width, the navbar extends well past the right edge of the box containing the page contents. ARGH! > > 4. I could be imagining things, but the floating ttolbar on the bottom > > of the Crao theme now slows down page scrolling significantly. I don't > > think it used to. > > That's entirely a browser issue. Unfortunately the developer of this > theme cannot check against MSIE. Scrolling, in both IE and Firefox, seems the same for me with the Crao theme. |