The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
17 views

How do I work with grids when I need padding and margin?

I've stayed clear of using any kind of grid systems because I always mess it up with padding and margin. Let's sat my grids are at 90px and I have this code: //HTML <div class="col1"> <div ...
0
votes
1answer
33 views

how does grid system compensate for variation in column heights?

Below I am using an extraction from a 12-grid 960px system. <style> body { background: gray; } #container_12 { width: 960px; margin-left: auto; margin-right: auto; background: ...
0
votes
1answer
242 views

skeleton grid system: make container 100%

is it possible to make the the root div (container) 100% of the document? here's my code: <div class="container" style="width:100%;"> <div id="topbar" class="sixteen columns" ...
0
votes
1answer
99 views

Does a CSS3, Html 5, SASS (or LESS) and IE6 compatible all in one Grid System for web and mobile exist?

The question is prettu much in the title. We are developing a new app and want it to use all the latest HTML semantic markup but with support for IE6. Im assuming modernizr or an equivalent would be ...
1
vote
4answers
76 views

CSS Is Not Importing into HTML

I must be tired. CSS isn't importing into HTML. All that shows up is: Test Test Test(On different lines) Also, in the grid CSS all there is is the 920.gs: <!DOCTYPE html> <html> ...
0
votes
1answer
960 views

Bootstrap responsive stylesheet breaks span widths?

Busy implementing Twitter Bootstrap with the responsive CSS file included, but this causes issues with my spans. The entire width is supposed to be up to span12, and it follows that 6 * span2 should ...
5
votes
9answers
11k views

zurb foundation is it possible to have full row width

I'm using foundation 3 to build a responsive website but I want to have the Footer and Navigation background width to occupy the entire width? I have named my rows as class="row navigation" ...
0
votes
2answers
171 views

Issues with PHP/MySQL loop

I'm working on a loop within a grid system that displays 2 grid rows of 3 inline images at a time (pagination). I've been trying to debug my code to display <div id="clear"></div> after ...
0
votes
0answers
57 views

Is there an easy way to change grid layouts on the fly?

The more I play with YUI the more I like it. However, for my surprise I'm stuck with a 'silly' issue. Is there an easy way to change grid layouts on the fly? Background: I'm implementing YUI in a ...
0
votes
2answers
50 views

do you keep class/id on the same div or break them up?

Since I couldn't find anything on yui3 documentation, I kindly ask your opinion on below. What is the best practice and why? <div class="yui3-u-1-3" id="logo"> ... content </div> or ...
0
votes
1answer
267 views

How to have padding on parent column of nested columns with a CSS Grid (Semantic.gs)

I'm using Semantic.gs as my grid system. I'm following the nested column example to try and create what I want while following the grids as much as possible. Given nested column example code from ...
3
votes
2answers
4k views

Is there any full width supporting CSS Grid System?

Is there any CSS grid system that supports full viewport width? Most Grid System seem to just intend a width of 960px up to 1140px. This is the most deployed width for a normal User(as the most people ...
3
votes
3answers
7k views

Is it possible to override Grid system to use Full width

I am using Twitter Bootstrap as Css framework and thinking why waste that space when i can effectively use it? when majority of monitors now are on resolution of 1280 X n. I love the Bootstrap so much ...
0
votes
1answer
194 views

how to add margin for 960gs [closed]

default the 960gs only left 5px;each for margin,but i need 20px each side,how could i change this ? also is there some tools for help 960gs,such as ide ...
0
votes
1answer
280 views

Div not aligning properly using css grid

I'm using the 960 Grid System on this page where I list my instapaper bookmarks: http://labs.tonyhue.com/bookmarks/ However, the social media section is set off from the rest. It should be aligned to ...

1 2
15 30 50 per page