ruby on rails - CSS templates recommenced for business web apps? -
a lot of css templates fixed-width, typically 9xx pixels wide...
currently building intranet rails app , wonder there source of css templates business apps. requirements are:
- good both small (1024 x 768) , large (1920 x 1400) screens
- lots of tables in apps, maximize screen estate (no blank space @ left or right)
- two columns, fixed width (~160 pixel wide left column navigation, login)
- vertically, divided header, breadcrumb, content (2-column), footer
basically we'd use whole screen displaying data. suggestions? thanks!
i @ doing 960 fluid grid system, perfect each of requirements listed: http://www.designinfluences.com/fluid960gs/
there's oldie (but goodie) css layout gala: http://blog.html.it/layoutgala/ - has pretty layout configuration under sun, , not need change markup, include different css files.
edit
awh heck here's few more:
iron myers: http://layouts.ironmyers.com/
design shack: http://designshack.co.uk/articles/free-css-layout-templates
dynamic drive: http://www.dynamicdrive.com/style/layouts/category/c13/p0/
Comments
Post a Comment