The Ferrett wrote: > http://www.starcitygames.com/SCG_6/test.html
> The problem: my boss wants the capability to occasionally "split" a > given row in half, so we have two news items sitting next to each > other on a single row, just as you'd split a table cell in two. Somewhat like this, I guess... <http://www.gunlaug.no/tos/alien/tf/test_09_0401.html> CSS: <http://www.gunlaug.no/tos/alien/tf/test_09_0401_files/table_fr.css> Basically: #main is floated, which isolates its content and prevents all 'clear' from acting on surrounding elements. All involved dimensions and margins are then modified for correct line-up in such an "all float" layout. I didn't bother with quirks mode box model deviations in IE6 and older. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
