Jörn Nettingsmeier wrote:
[...]
an alternative approach to two-column designs is this:
div.two-column-section {
position:relative;
}
div.left-column {
position:absolute;
width:20em;
}
div.right-column {
position:relative;
left:20em;
}
it's less elegant, but it does not rely on the float layouter.
I also thought about something like that, but it would require to
change all the JX templates. Currently there's no <div> enclosing
the tabs and the tab content.
-- Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]