Ian Young wrote: > Having toiled over the weekend to finalise template which appeared to be ok > in FF and IE with a fix I now find that the page is not quite right in Opera > or Safari (or indeed FF on the Mac) > > http://www.iyesolutions.co.uk/templates/css/dba/services.php > > http://www.iyesolutions.co.uk/templates/css/dba/includes/style.css > > You will see that in Opera and Safari et al that the right hand col doesn't > align with the left hand column. > I know that it is the content height rule that is causing the problem as I > had to add a hack for IE6/7. Any thoughts on how I could make this look the > business across browser land. > > There is much at stake here as the original design is based on tables and > this template has to work!! > > Your help as always is much appreciated. > > Ian > >
Duuno. But without really getting into it, I think you may be assigning the border to, or within, the wrong (the content) element. Have you tried deleting /all/ the content height rules, and letting the software determine the content height? This might enable you to then /create/ a foot (last element to close that spans both columns). Set a height to it. Create two adjacent floats within it: one for the left-column; the other for the right column; and, give each a border-top? Best, ~dL ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
