On Dec 7, 2007, at 4:31 PM, Taco Fleur wrote:
Having the same issue with another layout, but in FireFox > http://www.clickfind.com.au/ the 3 panels at the bottom of the page.
The issue is also visible in Safari and Opera 9.5b, if what you mean a a kind of vertical lines under those 3 boxes.
That comes from the margin on the <p> that is collapsing through the divs (div#box-1-c p, div#box-2-c p, div#box-3-c p {... margin-bottom: 0.5em;})
Set the margin to 0 and that issue disappears. That is the correct behaviour, btw. Philippe --- Philippe Wittenbergh <http://emps.l-c-n.com> ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
