Jocopo,
Does this revision show up correctly in the order entry screen of the order manager for you? In my instance having too many right float links takes the boxhead out of the boxtop area and makes it white text on white background. _______________________________________________ Dev mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/dev |
Chris,
yes, it works fine for me, however I'm running Firefox; I know that there are several display problems in IE... Jacopo Chris Howe wrote: > Jocopo, > > Does this revision show up correctly in the order > entry screen of the order manager for you? In my > instance having too many right float links takes the > boxhead out of the boxtop area and makes it white text > on white background. > > _______________________________________________ > Dev mailing list > [hidden email] > http://lists.ofbiz.org/mailman/listinfo/dev > _______________________________________________ Dev mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/dev |
Jacopo and others,
I think my Firefox theme may produce a wider scroll bar which is causing the error. However, this bug should reproduce for you by not having a maximized screen. This bug will also reproduce for those that have longer i18n text for the variables used. If anyone can figure out how to maintain the screenlet-header/boxtop with the left and right floats so that the right floats wrap and make the screenlet-header/boxtop dynamically wider, that would be great. --- Jacopo Cappellato <[hidden email]> wrote: > Chris, > > yes, it works fine for me, however I'm running > Firefox; I know that > there are several display problems in IE... > > Jacopo > > Chris Howe wrote: > > Jocopo, > > > > Does this revision show up correctly in the order > > entry screen of the order manager for you? In my > > instance having too many right float links takes > the > > boxhead out of the boxtop area and makes it white > text > > on white background. > > > > _______________________________________________ > > Dev mailing list > > [hidden email] > > http://lists.ofbiz.org/mailman/listinfo/dev > > > > > _______________________________________________ > Dev mailing list > [hidden email] > http://lists.ofbiz.org/mailman/listinfo/dev > _______________________________________________ Dev mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/dev |
Chris,
We spent quite a bit of time on this recently, I'm really not sure if it's possible with the current HTML. It seems like it should be, but for some reason IE just doesn't agree. I had some other problems too, box headers with a background colour didn't render properly. Much as I like the current HTML, I think we need an HTML guru to look at this. Perhaps this could be simplified a little more... -- Kind Regards Andrew Sykes <[hidden email]> Sykes Development Ltd http://www.sykesdevelopment.com _______________________________________________ Dev mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/dev |
The IE peekaboo bug simply needs a height specified...
{ height: 1%; } As for making it so that these blocks (right and left) have a limit as to how far they can go in their other direction and then word-wraping, i'm unsure. --- Andrew Sykes <[hidden email]> wrote: > Chris, > > We spent quite a bit of time on this recently, I'm > really not sure if > it's possible with the current HTML. It seems like > it should be, but for > some reason IE just doesn't agree. > > I had some other problems too, box headers with a > background colour > didn't render properly. > > Much as I like the current HTML, I think we need an > HTML guru to look at > this. Perhaps this could be simplified a little > more... > -- > Kind Regards > Andrew Sykes <[hidden email]> > Sykes Development Ltd > http://www.sykesdevelopment.com > > > _______________________________________________ > Dev mailing list > [hidden email] > http://lists.ofbiz.org/mailman/listinfo/dev > _______________________________________________ Dev mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/dev |
Have you noticed that in the product detail page reducing the window
size makes the centre column pop out of position and appear under the left and right columns - yuk! On Tue, 2006-04-18 at 12:28 -0700, Chris Howe wrote: > The IE peekaboo bug simply needs a height specified... > > > { > height: 1%; > } > > As for making it so that these blocks (right and left) > have a limit as to how far they can go in their other > direction and then word-wraping, i'm unsure. > > --- Andrew Sykes <[hidden email]> wrote: > > > Chris, > > > > We spent quite a bit of time on this recently, I'm > > really not sure if > > it's possible with the current HTML. It seems like > > it should be, but for > > some reason IE just doesn't agree. > > > > I had some other problems too, box headers with a > > background colour > > didn't render properly. > > > > Much as I like the current HTML, I think we need an > > HTML guru to look at > > this. Perhaps this could be simplified a little > > more... > > -- > > Kind Regards > > Andrew Sykes <[hidden email]> > > Sykes Development Ltd > > http://www.sykesdevelopment.com > > > > > > _______________________________________________ > > Dev mailing list > > [hidden email] > > http://lists.ofbiz.org/mailman/listinfo/dev > > > > > _______________________________________________ > Dev mailing list > [hidden email] > http://lists.ofbiz.org/mailman/listinfo/dev Kind Regards Andrew Sykes <[hidden email]> Sykes Development Ltd http://www.sykesdevelopment.com _______________________________________________ Dev mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/dev |
Free forum by Nabble | Edit this page |