0
votes
0answers
12 views

5grid flush rows [migrated]

I'm trying to build some nested rows in a 5grid layout and have the whole thing flush (the main row and all the nested rows) so it creates one continuous element (they contain various branding colors ...
0
votes
0answers
67 views

Ok to use table for calculator? [closed]

I'm a php/mysql guy, and have been trying to brush up on my frontend skills. So this weekend I made a four function calculator in javascript. But when I started to work on the presentation, I found ...
2
votes
1answer
331 views

Responsive CSS grid having capability to change column order visually

Trying to find a responsive CSS grid with the capability to change column order visually. E.g., I have content before navigation, but visually it should be vise versa: left navigation, right content. ...
0
votes
2answers
91 views

Are there cases where max width of the design can be 960px for 960.gs grid?

I know the standard width of content should be 940px if you want to use all its columns properly. But are there cases where I should use 960px for content? I am just having a dispute with my colleague ...
2
votes
2answers
179 views

Most CSS Grid frameworks use pixel as css units, why?

I started to develop my own webdesign using an grid framework 960 CSS Framework and also noticed that most of other famous css grid frameworks use 940/960px as maximum page width? Some of them have an ...
4
votes
3answers
638 views

Why do all of the various design grids neglect horizontal spacing?

Whether its 960grid or Fluid or 9/12/16/20 column grid systems...they all factor in vertical spacing but never horizontal spacing. Granted we view sites top-to-bottom so we don't necessarily design ...
3
votes
1answer
152 views

Math to create web design grids?

I have my own grid layout, and I am creating multiple column designs for a website. Is there any formula I can follow to create different column designs with identical gutter space, ie. margins? Most ...