Slashdot Mirror


User: paddyd

paddyd's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Too bad CSS isn't better at layout on Designing With Web Standards · · Score: 1

    I may be wrong, but if you float the 3 columns (e.g. two left, 1 right), and then add a "clear: both;" to the footer, that should meet your requirement.

    I do agree that now and again layouts can be a tad *tedious* with CSS, but most of the time it's because you're accounting for IE6.