Posts Tagged ‘javascript’

Fluid grid layout with jQuery

December 15th, 2009

I wrote a tutorial recently for CreativityDen about fluid grid layout using jQuery. It’s pretty much about the basic concept and algorithm on how to compose such layout. It uses jQuery although it doesn’t have to be. You can use any Javascript library or even no library to achieve the same result.
Anyway, you can read [...]