Hi
We had a problem in our catalog where some of the small images sometimes drop below the horizontal rule causing the following entry to be indented. We found that a small css change seems to fix the problem: .productsummary { ... OVERFLOW: auto; width:100%; ... } Does anyone see any problems with this? Here's the web page where I found the technique: http://www.quirksmode.org/css/clearing.html -- Daniel *-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*- Have a GREAT Day! Daniel Kunkel [hidden email] BioWaves, LLC http://www.BioWaves.com 14150 NE 20th St. Suite F1 Bellevue, WA 98007 800-734-3588 425-895-0050 http://www.Apartment-Pets.com http://www.Focus-Illusion.com http://www.Brain-Fun.com http://www.ColorGlasses.com *-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*- _______________________________________________ Dev mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/dev |
Yeah, this stuff could use some work, so thanks for your feedback. I changed the "overflow: visible;" to "overflow: auto;" in the ecommain.css and maincss.css files. If anyone runs into any problems with this let me know, but hopefully it will help this problem... I put in a min-height attribute to help with this, but not all browsers support that, so hopefully this will fill in the gap? The changes are in SVN rev 6530. -David On Jan 19, 2006, at 3:57 AM, Daniel Kunkel wrote: > Hi > > We had a problem in our catalog where some of the small images > sometimes > drop below the horizontal rule causing the following entry to be > indented. > > We found that a small css change seems to fix the problem: > > .productsummary { > ... OVERFLOW: auto; width:100%; ... > } > > Does anyone see any problems with this? > > > Here's the web page where I found the technique: > > http://www.quirksmode.org/css/clearing.html > > > > -- > Daniel > > *-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*- > Have a GREAT Day! > > Daniel Kunkel [hidden email] > BioWaves, LLC http://www.BioWaves.com > 14150 NE 20th St. Suite F1 > Bellevue, WA 98007 > 800-734-3588 425-895-0050 > http://www.Apartment-Pets.com http://www.Focus-Illusion.com > http://www.Brain-Fun.com http://www.ColorGlasses.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 |
Hi
Just in case it matters, I'll mention that the website where I found this suggested that the "width" command was required. My personal experience was that it worked just fine with or without it, so let's keep it in mind to try if anyone has any troubles with this change. Thanks On Thu, 2006-01-19 at 13:03 -0700, David E. Jones wrote: > Yeah, this stuff could use some work, so thanks for your feedback. I > changed the "overflow: visible;" to "overflow: auto;" in the > ecommain.css and maincss.css files. If anyone runs into any problems > with this let me know, but hopefully it will help this problem... I > put in a min-height attribute to help with this, but not all browsers > support that, so hopefully this will fill in the gap? > > The changes are in SVN rev 6530. > > -David > > > On Jan 19, 2006, at 3:57 AM, Daniel Kunkel wrote: > > > Hi > > > > We had a problem in our catalog where some of the small images > > sometimes > > drop below the horizontal rule causing the following entry to be > > indented. > > > > We found that a small css change seems to fix the problem: > > > > .productsummary { > > ... OVERFLOW: auto; width:100%; ... > > } > > > > Does anyone see any problems with this? > > > > > > Here's the web page where I found the technique: > > > > http://www.quirksmode.org/css/clearing.html > > > > > > > > -- > > Daniel > > > > *-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*- > > Have a GREAT Day! > > > > Daniel Kunkel [hidden email] > > BioWaves, LLC http://www.BioWaves.com > > 14150 NE 20th St. Suite F1 > > Bellevue, WA 98007 > > 800-734-3588 425-895-0050 > > http://www.Apartment-Pets.com http://www.Focus-Illusion.com > > http://www.Brain-Fun.com http://www.ColorGlasses.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 _______________________________________________ Dev mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/dev |
Free forum by Nabble | Edit this page |