Tagged Questions
0
votes
0answers
65 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
304 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
90 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
177 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
595 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
150 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 ...