CSS frameworks are pre-prepared libraries that are meant to allow for easier, more standards-compliant styling of web pages using the Cascading Style Sheets language. Layout-grid related CSS frameworks include Blueprint, 960 grid, and YUI CSS grids.

learn more… | top users | synonyms

1
vote
1answer
17 views

For learning: How should this be done in Jeet Framework?

A generell starting-question about Jeet, just for learning the system: How to get blocks lined up equally in nested blocks in Jeet Framework? How can something like this be made, with floating width ...
0
votes
1answer
20 views

SASS inserts code comments periodically into my compiled CSS

just wondering why SASS does this and how to prevent it - I'm using Scout to manage all my Sass / Compass projects. Inside a "sass" folder I have a main.scss file which imports a partials/reset.scss ...
1
vote
2answers
83 views

Why is gwt-bootstrap necessary?

I'm new to GWT and was looking at using Twitter Bootstrap for a CSS framework. But then I ran across gwt-bootstrap, which bills itself as a way of using Bootstrap in a GWT app. Since I'm so new to ...
0
votes
0answers
443 views

Foundation 4 vs Bootstrap 3 for a responsive analytics Dashboard [closed]

We are considering using Angular/Ember js for a dashboard which will primarily have d3 graphs for server monitoring/analytics. The goal is to start developing with a responsive workflow in place and ...
0
votes
1answer
22 views

JPlayer adding background-color to div, why?

I use skeleton css framework with JPlayer and I have this html: <div class="container"> <div class="sixteen columns"> <div id="jquery_jplayer_1"></div> <div ...
0
votes
1answer
220 views

making right aligned vertical tabs with foundation 4 framework?

I'm absolutely flabbergasted and can't find any solution that even remotely seems to work!! I'm trying to make vertical tabs that will be on the right and the content will be on the left. I am using ...
0
votes
3answers
120 views

Foundation 4 center align only on small screen

New to using Zurb Foundation and starting with version 4, I can't find a way to have the grid aligned to the center on small screens only, and then revert to the default grid on large screens. Are ...
1
vote
1answer
55 views

Concatenate css with php in link meta stylesheet

What is the way to concatenate multiple css files into one line with php? I want to reduce the following .. <link href="reset.css" rel="stylesheet" type="text/css" media="screen"> <link ...
1
vote
0answers
168 views

Possible to get Zurb Foundation 4 select drop-downs to work on mobile browsers?

I can't scroll options in a Foundation 4 select drop-down on any mobile browser. Which makes Foundation's select drop-down pretty useless. Is there a way to get it to work?
0
votes
0answers
284 views

Zurb Foundation 4 select drop-down doesn't work with mobile browsers? [closed]

I love Foundation 4. Beautiful, easy, semantic and intuitive. I'm hoping I'm doing something wrong with form elements as they make no sense, particularly the select drop-downs. I've followed the ...
0
votes
1answer
222 views

How do I install and use Groundwork CSS

I've been looking around at some CSS frameworks and I really like the look of the Groundwork CSS framework because it has a nice responsive layout. However I downloaded the source code and I'm a bit ...
0
votes
0answers
62 views

A Grid or Framework that uses [a] inline blocks not floats [b] rems for width and typog [c] SASS [d] is 1200 px wide

Is there, perhaps, a table of all of the different grid systems and what they feature?
0
votes
1answer
714 views

Spacing between grid cells in Zurb Foundation 4

Is there an easy way to have spacing between the grid cells in Zurb Foundation 4? I don't want to mess with the CSS of the Foundation elements as that may throw something else off. There's a ...
0
votes
2answers
76 views

How to include a google map in an application

This question is specific to the design. I have an application that displays positions on a map all works "fine". But now I need to design the user interface, that goes beyond the map (buttons, forms, ...
0
votes
0answers
55 views

960 gs (fixed) to 960 gs fluid/responsive

I created a website in 960gs. Hindsight, I prefer for the site to be responsive. What's the easiest way to transition the site to this framework without having to recode everything. I've tried just ...
0
votes
1answer
36 views

How do we stylize the heading and the content text in Bootstrap popover?

How do we stylize the heading and the content text in Bootstrap popover? Click to toggle popover I would like to have line breaks in the Popover title and content. Please help.
0
votes
1answer
73 views

CSS Framework for a fixed layout [closed]

One of our applications uses a fixed 640x480 layout (due to the fact that it is on a piece of hardware with a monitor of that resolution). The current CSS I've inherited is just a lot of absolute ...
0
votes
1answer
177 views

Full Screen width CSS Framework for faster designing

I've come up with several Fixed width CSS Frameworks such as 960px GS and grid Generators. The problem with them I found is their fixed width. although it works best with Normal screen but Can I get ...
-2
votes
1answer
118 views

gumby remove gutter [closed]

I use the Gumby css framework (16 columns). I have been given a header image which is cut up in 3 parts: 2 x 340 px width and 1 x 280 px width. This doesn't work to well because of the gutter between ...
2
votes
2answers
2k views

How to override\edit Zurb Foundation base CSS styles?

It's my first time using Zurb Foundation for a web project. However, I'm not sure whether to override their styles with my own on a separate stylesheet or directly edit foundation.css. For example ...
0
votes
2answers
50 views

Maintain button text look when zooming

How can I maintain a button's look when a user zooms in or out? The spacing between the text and edge of a button needs to stay consistent. Work on the fiddle pictured here: ...
0
votes
1answer
57 views

Need Bootstrap's great collection, but need more flexibility

I find Bootstrap insufficiently flexible. For example there's not a straightforward way to change font or line-height properties. I want a one-line method to change these properties. What else can I ...
2
votes
1answer
459 views

Foundation CSS Framework, how to change triangle on accodion

I'm using foundation framework for the first time and for the most part everything is going smoothly. I am however having some trouble with the accordion in that I need to change the open/close ...
2
votes
1answer
713 views

Zurb Foundation radio buttons and checkboxes not working in Rails

I've installed foundation into my Rails project using their gem and running the following 2 commands: rails g foundation:install rails g foundation:layout Everything seems to be working great, the ...
-1
votes
1answer
430 views

IE7 compatible CSS framework [closed]

Are there any css frameworks, that fully support IE7? Something like Twitter Bootstrap, but when I use it in IE7, I have no rounded corners, and the tabs are broken. Popover plugin fails, so IE shows ...
2
votes
5answers
379 views

Choosing a CSS grid/framework

There are many grids and framework to choose from. A Google search for CSS frameworks will return a dozen articles that themselves list a number of frameworks to choose from. When it comes to ...
0
votes
0answers
107 views

1140 grid too wide white-space/margin-right in each cols

I am using 1140 gs css-framework, I'm having trouble copying the design/psd because 1140 gs has #cols{margin-right:3.8%} while the design has less white-space, How will I come up with a css rule that ...
1
vote
4answers
782 views

Bootstrap's javascript works locally but not when deployed to a server

I downloaded the barebone example of Twitter's bootstrap and customized it. I tested it locally (with WAMP server) and everything works perfectly, both the CSS and the JScript. I uploaded the files ...
1
vote
1answer
911 views

Type Error : No object named as orbit

I am trying to use Foundation 3 from Zurb. A feature of theirs known as orbit slider, I am trying to use that. But I am getting this error and one more error, Uncaught ReferenceError: jQuery is ...
0
votes
0answers
196 views

Horizontal scrolling DIV with 1140px cssgrid on Hanheld Devices

I'm using yhe 1140px cssgrid system to make a fluid and adaptive website. But I've encountered a weird problem: I use an horizontal scrolling DIV as a gallery for images, viewing it on a computer it ...
3
votes
1answer
2k views

Zurb Css framework dropdown Issue

I am using Zurb Css framework, As documented on foundation.zurb.com/docs/forms.php I used the same code as provided as below <label for="customDropdown">Dropdown Label</label> ...
0
votes
1answer
99 views

CSS Framework with detailed documentation

I started using Foundation 3 from Zurb yesterday but the documentation they have provided with the Framework is not that much detailed. Is there any other CSS Framework which comes with detailed ...
0
votes
1answer
865 views

gumby framework CSS framework

I need to develop a easy web site, I usually use bootstrap CSS framework, but this I want to use gumby which allow me to 16 columns instead of 12. I was wondering if : Can I change the green color ...
0
votes
1answer
967 views

1140.css grid system has flaws. How to fix? [closed]

I am using the 1140.css grid system and it looks like there are some flaws unfortunatly.. This is taken index.html page from the download .zip file on the http://cssgrid.net/ page. I tried this in ...
5
votes
2answers
356 views

Is there such a CSS framework? [closed]

I'm searching for a CSS framework that is responsive, large (more than 1000px), and where I can do the folowing : Large design : Normal design : Mobile design : Any suggestions ? I have ...
0
votes
1answer
109 views

What is the link between the LESS language and the Less framework?

I'm looking into using the Less framework to build a new website, but I'm curious about one point. Is it related to the LESS stylesheet language ? Does Less even uses LESS to build its CSS ?
5
votes
3answers
1k views

Structured way to organize CSS code

When building a relatively large website, the CSS structure ought to be properly scoped and organized right from the begininning. If no CSS framework is used then everything can be lumped together ...
1
vote
3answers
9k views

how do I easily increase the font size of all form elements in twitter's bootstrap css system?

http://twitter.github.com/bootstrap/base-css.html#forms I have a simple Horizontal form like their example with labels and input text fields. How do I make all the labels font-size: 24px and all the ...
0
votes
2answers
951 views

Less css framework in production

Few weeks back only, I came to know about LESS CSS. And it is exactly what I was thinking should be available while writing css code. Now I am very eager to use it and want to apply this in ...
0
votes
1answer
508 views

Having trouble with Compass/Sass compiling - I'm using Bones Wordpress theme

I'm having trouble getting some custom Compass/Sass functions to compile properly. I keep getting errors: error library/scss/mixins.scss (Line 302: Invalid CSS after "...: $font-base) {": expected ...
27
votes
4answers
12k views

Twitter Bootstrap: What is the correct way to use the `.btn` class within a navbar?

I'm using a navbar for the standard nav stuff and i'd like to include a button for Sign in and Sign up. The I'm using an a tag with the btn btn-large btn-success classes and by default it appears the ...
0
votes
2answers
132 views

Fill middle-bottom with content on a background image

I would do the following: I have a background image (top center) and I would fill its middle-bottom with content. I would do something like http://glocalventures.org/ . Note: it's resizable! How can ...
2
votes
1answer
652 views

How do CSS grid systems save time when implementing designs that aren’t grid-based?

What CSS grid systems do quickly which we can't do without them? I work on freelance projects from various resources and the Photoshop file (PSD) i get are not based on grid or not using same grid ...
2
votes
3answers
1k views

How to read this LESS css?

I am trying to figure out Joni Korpi's Frameless CSS frameless grid (http://framelessgrid.com/) and I'm having a hard time reading the .less file he has. I have a basic understanding that LESS uses ...
0
votes
1answer
391 views

CSS framework for full width and fixed height design? [closed]

All popular frameworks that I've found so far (like Blueprint of 960gs) are great at fixed-width and eternal height design. What framework can I use to make full-width and fixed height design? ...
2
votes
1answer
432 views

Best CSS Grid - 2011 [closed]

I know this was asked before, but the other question was a couple of years old - and as fast as technology progresses.... We're looking at redesigning a website that was last designed in 2004. I've ...
18
votes
5answers
4k views

Which CSS framework(s) can help me with overall page layout? [closed]

Some background.....I'm reasonably proficient at using CSS for styling, but in practice I struggle with CSS layouts (e.g. creating 3 column layouts, or putting two tables side-by-side). I understand ...
12
votes
5answers
5k views

How to effectively use the Frameless grid?

I'm starting building a website good for mobile devices too. So I'm also starting studying media queries and the various grid frameworks. I've taken a look to all the 'main players' like inuit, the ...
1
vote
2answers
897 views

UI Framework/Toolkit for Web Applications

Are there any UI Toolkits/Frameworks that can be used for a web application like Bootstrap, from Twitter(http://twitter.github.com/bootstrap/)? I am currently upgrading an old ASP line of business ...
12
votes
3answers
8k views

Is padding supported in the Twitter Bootstrap framework?

I am having trouble understanding the Twittter Bootstrap framework. Does it allow for basic padding around containers? There seems to be a default 20px margin left but no padding. Anyone here managed ...

1 2 3