Re: Multiple columns using div with last one on each row different

2010-07-14 Thread Charles Deal
P6 P7 P8 Where P8 would be the last child But I need P3 and P6 to be marked as 'last cell'. -Original Message- From: Anh [mailto:7za...@gmail.com] Sent: Wednesday, 14 July 2010 1:19 PM To: users@wicket.apache.org Subject: Re: Multiple columns using div with last one on each row

RE: Multiple columns using div with last one on each row different

2010-07-14 Thread Chris Colman
P8 would be the last child But I need P3 and P6 to be marked as 'last cell'. -Original Message- From: Anh [mailto:7za...@gmail.com] Sent: Wednesday, 14 July 2010 1:19 PM To: users@wicket.apache.org Subject: Re: Multiple columns using div with last one on each row different

Multiple columns using div with last one on each row different

2010-07-13 Thread Chris Colman
I'm using wicket to generate HTML and Compass/Blueprint to manage the CSS. I have a multi column layout with a product in each cell like: P1 P2 P3 P4 P5 P6 P7 Etc., With the blueprint CSS framework you need to specify a slightly different CSS 'class' (eg., lastCell) for the last item

Re: Multiple columns using div with last one on each row different

2010-07-13 Thread Anh
Not familiar with the blueprint framework, but is there some reason you could not use whatever:last-child { } CSS pseudo-selector? On Tue, Jul 13, 2010 at 7:16 PM, Chris Colman chr...@stepaheadsoftware.com wrote: I'm using wicket to generate HTML and Compass/Blueprint to manage the CSS. I

RE: Multiple columns using div with last one on each row different

2010-07-13 Thread Chris Colman
'. -Original Message- From: Anh [mailto:7za...@gmail.com] Sent: Wednesday, 14 July 2010 1:19 PM To: users@wicket.apache.org Subject: Re: Multiple columns using div with last one on each row different Not familiar with the blueprint framework, but is there some reason you could not use