Tagged Questions
For issues relating to web development using the 960 Grid system.
54
votes
16answers
18k views
Help me choose a CSS framework: 960 vs Blueprint vs?
I've been looking at different CSS frameworks. The two major players seem to be 960.gs and Blueprint.
My question is simple: what are the pros and cons to each, and which do you recommend? And are ...
7
votes
2answers
2k views
960 grid's clearfix vs HTML5 Boilerplate's clearfix - What's the difference?
960 grid's clearfix vs HTML5 Boilerplate's clearfix - What's the difference?
Here's the clearfix found in Nathan Smith's 960 grid's css:
/* ...
7
votes
6answers
2k views
good tutorials for the 960 grid layout?
I want to use the 960 grid system to generate the layout for my website. I downloaded a 24 columns fluid version from the custom generator from their site.
Now I want to know every little thing I can ...
7
votes
2answers
3k views
960 Grid aligns left in Internet Explorer
I'm using the 960.gs CSS framework on a site and have hit problems almost instantly with IE (7, though I assume 6 is no better).
<html>
<head>
<link rel="stylesheet" ...
5
votes
1answer
2k views
960 grid system - nested grids have layout problem
I've just started developing a hobby site for myself, and trying to use the 960 css grid system to layout my html elements on screen.
I got the basic idea and just implemented a skeleton website here ...
5
votes
3answers
2k views
Is 960 more conducive to good design than Blueprint?
Comparing sites designed in 960 with sites designed using Blueprint, it seems to me the 960 sites are a lot sharper.
I don't know if this is a coincidence of the samples I'm looking at.
Or is there ...
5
votes
3answers
1k views
website using 960.gs what css rule is responsible for divs filling 100% screen width
Hi I am trying to learn CSS and have been looking at the source of websites to learn how it works in practice. I came across the 960 grid system the other day, and found a really beautiful site design ...
4
votes
6answers
885 views
what exactly does grid 960 do?
I have seen all these 'grid' type css frameworks and I'm still a tad confused as to what they do.
I understand that they help you quickly create a page since the layout is already defined for you, ...
4
votes
2answers
1k views
Render one queryset into 2 div columns (django template)
Is there a good way to render the enumeration of a queryset into two div columns?
Using 960 grid, I've got something to the effect of...
<div class="container_16">
<div class="grid_8 ...
3
votes
2answers
1k views
Fluid 960 Grid System with 24 columns or more?
is there a way of having at least 24 columns using Fluid 960 Grid System?
http://www.designinfluences.com/fluid960gs/
cause i want a fluid version and im currently using the fluid version you can ...
3
votes
4answers
7k views
Questions regarding CSS design using 960 grid system
I'm using 960 grid system to create a layout prototype.
I would like to set the color between Navigation and Content to #000 (solid black), but I can't figure out how. What I currently get is:
...
2
votes
2answers
111 views
960 Grid System - 12 col - Touching the container edge
i am using the 960 grid system to try and create a layout... I have the following code:
<div class="container_12">
<div class="grid_3 alpha"></div>
<div class="grid_9 ...
2
votes
1answer
305 views
Has anyone combined OOCSS with another grid framework?
I'm sold on the benefits of using Nicole Sullivan's Object-Oriented CSS philosophy/coding methodology/whatever. In particular, I'm keen to use principles such as the "media block" in the sites I'm ...
2
votes
1answer
719 views
960 GridSystem, three grid_4 inside one grid_12
I've created a 16 column layout with 960gs with a div class="grid_12" (main) and after that grid_4 (right) (12+4...)
Inside that grid_12 I wanted a three column style (3 pcs. grid_4). But the grid_4 ...
2
votes
6answers
918 views
CSS Frameworks like 960 and Blueprint?
This is at the framework level, not dealing directly with CSS, so posting to SO.
I just learned about the existence of CSS frameworks. 960 Grid System seems pretty awesome, then I found Blueprint, ...
1
vote
2answers
39 views
Grid 960 looks different in ie8 and ff9
i have the following simple grid960 HTML code: http://pastebin.com/m1SYMH5S
but it looks verry different in ie8 and FF9, what have i done wrong?
Thanks
1
vote
2answers
46 views
How to make column heights expand in css using 960
Good Day.
I am using a 960 grid layout and two divs are created to serve as a background wrapper that is beyond the 960 width, and secondly to use as a content for 3 columns consisting of texts and ...
1
vote
1answer
146 views
Forms samples with 960 grid
I've decided to use the 960 grid for a project and would like some samples/examples for doing stacked (label above data field) forms (with multiple fields per line in situations like phone number) ...
1
vote
3answers
270 views
960.gs layout issue
I am trying to learn 960 grid system. My left body text appears on the right and vice versa for the other text. My intention is to have these two boxes on the same line. Left body text is appearing ...
1
vote
2answers
186 views
JQuery 960 fixed / fluid switch?
I'm trying to create a jQuery function which allows a page to switch from fixed to a fluid grid programmatically. So far I haven't been able to get anything working as everything is separated in its ...
1
vote
3answers
144 views
How to add border around image without destroying layout?
Site: is here
picture html:
<img alt="" src="UserFiles/Image/galerie/12970854473D-Eco-60.jpg">
when I add border: 2px solid black; to the image
layout breaks...
1
vote
3answers
248 views
Empty but styled div in 960.gs
I have the following column in my webpage draft, which is based on HTML5 Boilerplate and 960.gs:
<div class="grid_2" style="background-color:black;" />
However, when I open the page in ...
1
vote
2answers
412 views
Splitting a form(tastic) into a three-column layout
I'm quite new to Rails, so please excuse any wildly inaccurate terminology. First, some context: I'm building a sample tracking web app for a small analytical lab. It would be particularly slick to be ...
1
vote
2answers
140 views
Can't figure out how to make a background that doesn't break the 960 grid
Trying to use a 16-column 960 grid framework for the first time, and my early love of it (wow, this is so organized!) had turned to dread as I can't figure out how to make it play nice with a simple ...
1
vote
3answers
181 views
CSS Height Set Dynamically
So I'm inspecting this site: http://www.grittirollo.it/ and it appears that the content that slides out has a fixed height. Is there no way to set this dynamically?
1
vote
2answers
1k views
Footer positioning with CSS and 960gs
I'm new to doing layouts with CSS (I haven't done any web design for a long long time) and I can't seem to figure out how to get the footer of the page to display at the bottom the way I want.
...
1
vote
2answers
483 views
How do I make the left and right gutters different colors with 960.gs?
How do I make the left and right gutters different colors with 960.gs? When I try something simple like:
<div style="background-color: green">
<div class="container_16">
<div ...
1
vote
2answers
552 views
Fluid 960: Weird Alpha/Omega behavior
I'm using Fluid 960 at the moment, and I'm getting some weird behavior with alpha/omega. My understanding of alpha/omega is that it's used to fix left/right margins in nested grids.
However, when I ...
1
vote
1answer
140 views
960: help with not fixed size column
i want to have 5 divs (2 rows).
header
leftbar - content - rightbar - ad columns ( google adsense)
but i want the content to be resizable. it will adjust to the webbrowsers size but not undergo a ...
0
votes
0answers
25 views
Rectangular tool Drawings blurred in 960 grid systm in photoshop
I am facing a very wierd problem with 960grid framework . I am new to them. So this is the problem.
when i am trying to use the rectangular tool to create header my rectangle seems blurred . As in ...
0
votes
1answer
105 views
Center content div using 960 grid system
This sounds easy but. I am simply not able to do it. Here is what I have:
<h1>Head </h1>
<div class="container_12" >
<div class="grid_6">
<h1>Heading ...
0
votes
1answer
55 views
Where to use 960 css clear class
I don't understand why I should use clear class in 960 css framework. In any example I remove div with class clear it works fine. could you tell me the usage and the purpose of that class?
0
votes
1answer
50 views
Adapt.js path not working
Trying to get a site to render with different css using the Adapt.js Adaptive css. Site is using php and the 960 grid. I'm just starting with the header only while testing. Got my JS and CSS in the ...
0
votes
2answers
121 views
adapt.js 960 gs with wordpress
I want to use 960 gs adaptive.js script which allows you to select different stylesheets based on the users screen size in px. However I am using wordpress and my css files are all linked in one main ...
0
votes
3answers
70 views
CSS Background to expand to entire page width
I am using the 960 GS for layout of my webpage, so everything is centred in a 960 px width. However I have a row in the grid that I want the background colour to expand over the entire width of the ...
0
votes
1answer
122 views
Can't get 960.gs grid container to span full browser height
I have been working on a project using Compass with the 960.gs plugin. It's worked quite well so far, giving results that look nearly identical across browsers with little effort. I've run into a ...
0
votes
2answers
64 views
A question about the text.css in the 960 Grid System Framework
I'm currently using the 960 grid system framework for my CSS project and I've decided to work in their suggested text.css file. I notice their suggested font sizes are all in pixels, wouldn't it be ...
0
votes
2answers
42 views
help aligning with 960 gs
here is some code:
<div id="featured" class="grid_8">
<img src="images/rotating.jpg" />
</div> <!-- end featured -->
<div id="upcoming" class="grid_4">
...
0
votes
4answers
466 views
When using grid 960, can I still have a 100% width header section?
I want to use a grid system, like say grid 960.
But I want the top header of the website to be 100%, is this still possible?
0
votes
1answer
87 views
960gs different classes on teasers posts
I'm having hard time trying to use teasers post in my wordpress theme (based on 960gs), as you can see here http://img17.imageshack.us/img17/794/schermata20110420a15045.png what I got till now is one ...
0
votes
1answer
166 views
help with 960 grid and jquery
Doing this as a class group project, I'm doing the front end while other members are doing the backend. I'm using the 24 columns 960 grid system, to try and position everything. It is my first time ...
0
votes
3answers
150 views
360 grid — Finish out row with odd number of records
I'm trying to accomplish this, with the 360 grid system: http://imgur.com/4ZFll
From a database i'm getting products which will be displayed in lines with 4 on each.
It's working perfectly if there ...
0
votes
2answers
150 views
CSS Styling In A 12 Column Grid
Hey guys, I need a little help on the site I'm working on . I'm trying to move the two images so they are side by side to the right of the navigation menu, like this. I've tried using floats on the ...
0
votes
2answers
388 views
nav menu not centering properly using 960 grid
im trying to create a basic profile for someone and am practicing using the 960 grid system.
I've since got the hang of using grids enough to position most elements, however the menu seems a little ...
0
votes
2answers
293 views
960 grid, img problem
recently downloaded the 960 grid system to play around with.
Now the problem im having is that the image is not coming across to the left after the singer songwriter tag is closed off. Both columns ...
0
votes
1answer
227 views
Can you embed a 960 grid system within a div?
Is it possible to put a whole 960 grid inside a div on the page?
I need to make a page wider than 960px, so I thought I might have the sidebars laid out outside the 960 grid, and have the 960 grid ...
0
votes
1answer
617 views
960.gs with 100% width header
Ok, I am using the 960.gs and for some design purposes I want a 100% width line with my header elements. But I can't get it to work properly without having to include multiple containers, wich I don't ...
0
votes
3answers
122 views
How to fix IE 6 bug elements aligns vertically?
How to fix the page elememnt alignment in IE 6 ?
the site
0
votes
1answer
165 views
Fluid 960 Accordion Expansion
I'm revamping a site using http://www.designinfluences.com/fluid960gs/
Fluid 960 uses uses MooTools as well as some other techniques.
How do I cause an accordion submenu item other than the first ...
0
votes
3answers
500 views
Z-index issues in IE8 while using 960 grid
I am having an issue in IE8 where my dropdown-style navigation is going behind another element. I have tried everything from setting the offending element's zindex to 1 and the dropdown to 99 and 999. ...