Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
5answers
5k views

CSS Frameworks for mobile dev?

Over the past year, I've become a fan of BluePrint.css for managing larger web app projects. I've also looked at 960 and YUI's offerings as well. All good (though I have some complaints about YUI). ...
2
votes
1answer
71 views

Increasing the width of a 960px css grid

After sampling plenty css grids, i found love in the inuit css grid (especially the negative margin gutter technique), i only wish it was wider. Due to my lack of in-depth knowledge in grids and ...
1
vote
2answers
118 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 ...
0
votes
1answer
35 views

CSS framework for full width and fixed height design?

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? ...
0
votes
1answer
166 views

Is padding supported in the twitter bootstrap framework?

I am H=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 ...
0
votes
2answers
198 views

Aligning text to the bottom of a div: am I confused about CSS or about blueprint?

I've used Blueprint to prototype a very simple page layout...but after reading up on absolute vs. relative positioning and a number of online tutorials regarding vertical positioning, I'm not able to ...