If you specify each element as an "inline-block" or even "float:left" everytime an element reaches the end of the container it will automaticly move to the next line with extra coding to be done.
That of course is the easiest way i can see, it is possible to hack around with javascript doing maths and such but the amount of time and complexity would be over the top. On May 21, 3:46 am, "e$" <[email protected]> wrote: > I have an application that generates a dynamic number of text area > input controls of varying width based on the data. Is it possible to > wrap the row of elements to a new row if the total span-xx is greater > than 24? > > So instead of me coding for this on the server side and wrapping every > x number of elements in a new div, I'd like to handle this on the > client side using blueprint. Is this possible? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en -~----------~----~----~----~------~----~------~--~---
