Tagged Questions

The 960 Grid is a CSS layout system that can be used with or without a web development framework.

learn more… | top users | synonyms

6
votes
1answer
508 views

Why use Sass (not SCSS)?

everyone — I was looking over a recent presentation on 960 Grid System, Refresh OKC – April 19th 2011, and on the penultimate slide (101/102), the guy recommends "if you're going to use ...
6
votes
2answers
1k views

What’s the difference between 960.gs/Blueprint and LESS?

Ultimately, I like to code my own CSS. I hate it when I have to conform to someone else's naming conventions... especially when they have no real meaning. However, I am attracted to the fact that a ...
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 ...
4
votes
1answer
67 views

Fluid 960 Grid System - IE7 width bug

I seem to be having an issue with the fluid 960 grid system where in IE7 at very intermittent widths it pushes the 3rd column (3 column layout) below the 1st and 2nd column. It seems to work fine on ...
3
votes
2answers
633 views

jQuery Dialog and 960 Grid System

I have the following page layout using the 960 grid systm ---------------- header ----------------- | | side| main | | ----------------- I want ...
3
votes
1answer
679 views

Can not colour in background of 960.gs container

I'm using 960.gs (http://960.gs) as a CSS framework for my site and I'm trying to colour in the background of the .container_12 classes rather than my .grid_12 classes for the extra 10px I get on each ...
2
votes
3answers
321 views

HTML5-Boilerplate, Compass, Haml and 960 Grid for Rails 3.1.x

I've been searching for a working solution for Rails 3.1.x to add HTML5 Boilerplate, Haml, Compass and 960.gs support in a canonical manner (i.e. in a way that fits into the new asset pipeline ...
2
votes
1answer
30 views

same equal height columns with 960gs

how do i give the same equal height columns in 960gs. I tried with EqualHeights jQuery Plugin, but doesnt work. I have this for example: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 ...
2
votes
2answers
72 views

960 grid with slider, looking for way to make slider span entire 960

I'm using the 960 grid with 12 columns and Nivo slider. I'm using the 'grid_12' as my DIV but I'd like to find a way to make the slider consume the entire 960 grid (instead of 940) thus eliminating ...
2
votes
0answers
186 views

Responsive Grid-Based Web Design [closed]

I've been a bit confused how responsive web design plays along with CSS grid systems like 960.gs. Nathan Smith (the creator or 960.gs) came up with adapt.js some time ago, and by examining the ...
2
votes
3answers
131 views

Is the CSS framework 960.gs any good? Review of 960.gs framework, comparison of 960.gs

I have recently been reading about this "960.gs" CSS framework. It sounds really interesting and sounds like it makes desiging and coding web pages easier from photoshop. My question is: isn't this ...
2
votes
1answer
204 views

CSS Floating inline elements (960 GS)

I was just checking out 906.gs css code and noticed that they made all the floated divs inline. http://960.gs/demo.html Just wondering what the purpose of that is...I am always interested in ...
2
votes
1answer
114 views

Is there a list of readymade Theme Frameworks for Asp.net web development

As for Php there are loads of Theme frameworks warp5 etc. But is there a single Theme framework OR some framework with which I can rapidly develop wireframes and prototypes for new website being ...
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 ...
1
vote
1answer
77 views

960 fixed grid for jquery mobile

I have my website with the 960 fixed grid. I am trying to develop a site for mobiles now using the jquerymobile. Now after using 960 fixed grid i see that it doesn't align according to browser window ...
1
vote
2answers
56 views

compass-960-plugin does not install properly

I'm trying to utilize compass/sass/960 grid system. However, it doesn't seem like compass-960-plugin is installing properly. The error message I am receiving: $ compass watch LoadError on line 105 ...
1
vote
0answers
34 views

CSS3 framework overload-comparisons of each?

I’m a newcomer to CSS3 and at the moment I’m overwhelmed by the plethora of options when it comes to frameworks. Can anyone point me to an objective comparison of each, and when it makes sense to use ...
1
vote
1answer
106 views

960 css `grid_9 align_right` not aligning to the right

If you download the 960.css system and unzip it, you will find some demo files in the code directory. If you rip out all the demo code and create the following simple HTML file, you will note that ...
1
vote
1answer
158 views

960 grid with repeating patterns on either side

I am going crazy. I am creating a website with the 960 grid system and so far everything works fine - I do understand it. My only issue is the following, since the framework as itself is limited to ...
1
vote
3answers
181 views

Issues with 960gs and Internet Explorer on my blog

I have put up a new blog which uses Toto with Rails 3 and it is working perfectly in Chrome, Safari and Firefox. The problem is that Internet Explorer 7 and 8 don't render the pages right. I'm using ...
1
vote
1answer
307 views

What is purpose of reset.css & text.css in 960 Grid CSS?

I'm newbie to 960 Grid CSS & I found in some tutorial's that I need to use reset.css & text.css Can anyone explain actual purpose of these two files?
1
vote
2answers
253 views

960gs grid in grid

How do I make more grids inside another grid? For eg. I have a 2 column with 2 or more columns inside the left one: ------------------ --------- | | | | | ______ ___ | ...
1
vote
1answer
250 views

is there a way to use 960 and compass with sproutcore?

Is there a way to do this? I know Compass can be used in sproutcore, but i also want to use the 960 compass plugin. I tried dong import "960/grid" in my app.css but it keeps throwing an error
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
393 views

IE 8 Incorrectly Positioning 960 Grid

I have the below html & class structure. It displays as expected in Firefox, but in IE 8 the rt-col is pushed to the following row. Any ideas on what could be wrong? <!DOCTYPE HTML PUBLIC ...
1
vote
2answers
256 views

Grid 960 CSS question

When using the Grid 960 Framework in FF 3.6.14 OS X 10.5.8, using CSS shorthand margin: 50px 0 0 0; cause the margins to shift down and left. All values must be long hand: margin-top: 50px; ...
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
143 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
1answer
713 views

Positioning textboxes over 'login box' background image

I have a 'background graphic' which is basically a design with two premade 'white boxes' where I would like to position my login/password textboxes. Stubbornly they refused to move from the top left ...
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
1answer
347 views

Cover entire client area with a 960.gs flexible grid layout

Hi people I'm using http://960.gs grid system/framework I'm having some head-to-wall punching trying to make a flexible layout that allows me to cover the width and height of visitor's browser client ...
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
1answer
534 views

960 Grid for fluid layouts

For the fluid layouts, can i use 960 grid system for developing web applications..?
1
vote
1answer
135 views

is Zen nineSixty theme compactible with iPhone?

I have created a custom theme using Zen nineSixty (960 Grid system) in drupal and it works and looks great on all major browsers. I was just wondering if anyone could let me know if I need to do ...
1
vote
2answers
482 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
3answers
941 views

html vertical space between blocks appears

Please have a look at this page www.pixeli.ca/issue. I have begun making a page layout using CSS framework 960.gs. My problem is that there is some strange space appears between block with top image ...
1
vote
1answer
195 views

How to repeat a grid row?

How do i repeat this, somehow the clear doesn't make the layout under eachother ?? <div class="grid_3 alpha"></div><div class="grid_2"></div><div ...
1
vote
3answers
6k views

960 gs, full width backgrounds

I'm trying to implement a design I created in photoshop. I want to use the 16 column 960 GS, but the problem is that I only want the content bound by the 960 width. I have backgrounds for 4 seperate ...
0
votes
0answers
24 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
4answers
171 views

How to add a vertical line between two 960.gs boxes?

I'm using the 960.gs grid system for a design. What is the best way to add a thin separating vertical line between two boxes? The width and color should be adjustable. My plan is to define a couple ...
0
votes
1answer
24 views

Getting 960.gs to work in IE6 - Please assist

I'm using the 960.gs grid system to style a website. It appears fine in all the major browsers, except in IE6, I see other sites using the 960.gs perfectly well and it displaying fine in IE6 and ...
0
votes
2answers
25 views

Icon Alignment issue

I have a 960 grid template and I have my logo far left and want to position some icons far right in the header. I cannot for the life in me achieve this and would like some help please. This is the ...
0
votes
1answer
54 views

960 grid system with sidebar?

I've prepared this lovely little image: This is essentially what I need to achieve. Im using the 960 Grid System Is it even possible? Ive tried this: <div class="grid_8"></div> ...
0
votes
1answer
103 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
2answers
51 views

How can I make a color background that expands out of the 960 grid system?

Similar to stackoverflows header, I am trying to make my header background color expand and take over both sides of the page while still keeping the text in the center but I'm not sure of the correct ...
0
votes
0answers
32 views

PHP Include Ignores 960.gs Column

I have PHP includes that will not stay in their columns. The includes are text with minimal HTML tags (p and h2). The h2 tag behaves. The p tag in the include, however, causes the content to overflow ...
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
89 views

Having an issue with clear fix not working with 960 grid system

I was building a mockup with 960 Grid System and ran into an issue with .clearfix. I'm not a fan of having extra divs in my code to trigger clear and in ALL the documentation around .clearfix seems to ...
0
votes
2answers
40 views

960gs Opera & Internet Explorer Rendering Issue

So I was testing out the 960gs when I encountered a problem with the Opera & IE8 browser. Below is an image with the page rendered in Opera (But same error happens in IE8.) I don't care about ...
0
votes
2answers
50 views

960gs and loops

I am working on layout for my web page and I've occured a problem with 960gs. I use a section tag which will contain entries and a sidebar. When new entry is added then the sidebar moves down to the ...

1 2 3