Questions tagged [cascade-framework]

Questions about Cascade Framework, a CSS framework design for websites and web applications.

Cascade Framework is a CSS framework with support for all modern browsers, as well as support Internet Explorer from IE6 upwards.


Resources :


Related projects :


Related tags :

9 questions
9
votes
4 answers

CSS library (ex:Bootstrap) that supports IE6?

I was a happy user of Bootstrap. But most of our users are now from China, where IE6 is at 37%. So we must abandon Bootstrap, which does not support IE6. Any library similar to Bootstrap (simplify HTML/CSS layout) that supports IE6 too?
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
5
votes
3 answers

Why do CSS Frameworks use !important tags unnecessarily?

This is more of a debate than a question but I feel that there isn't a lot on the internet that covers this topic. For example foundation comes with hundreds of !important tags for things that in my eyes do not need them: .text-center { text-align:…
3
votes
2 answers

IE friendly CSS framework

I need a CSS framework that is friendly with Internet Explorer. It also needs to be compatible (by compatible, I mean work nicely) with jQuery. I need to be able to easily create a website based on this layout design. I know that this is a very…
ryryan
  • 3,890
  • 13
  • 43
  • 72
2
votes
2 answers

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 building at the moment. However, it comes bundled…
giles
  • 614
  • 1
  • 8
  • 21
1
vote
1 answer

Change order of nav items in responsive design

I am using Cascade Framework and have a simple header with a logo, select, and a link to an external site. My fiddle is here The layout if fine as is in desktop mode. In responsive mode, it looks something…
user_78361084
  • 3,538
  • 22
  • 85
  • 147
0
votes
3 answers

How to make a modern website which deals good with IE7?

I have done few sites for my clients but I came to know these are not working very well in IE7, There are still 3% people using IE7 :( What is the super quick way to fix it. You can refer me to some article or some js solution. Please advice!
Imran
  • 1,094
  • 1
  • 21
  • 41
0
votes
2 answers

using css frame work over own custom css

I'm trying to reach the best css practice on my website using my own custom css till I found out I can use css framework such as bootstrap or foundation zurb instead. I thought using such framework directly without the need of making my own custom…
0
votes
1 answer

Best strategy about how to deal with two css frameworks at the same time in a project

Suppose the fact that I am working on a SPA project which has two different CSS frameworks and they must coexist between themselves: a "new and fresh" framework and another "old and painful" one. Every module of our web app should be done with the…
fcortes
  • 1,338
  • 3
  • 11
  • 26
0
votes
3 answers

Grid nesting in CSS-frameworks

I don't understand grid nesting in (any of) CSS frameworks. I'm using Foundation CSS framework with 24 colum grid — one column = 4.16667%, two — 8.33333%, twelve — 50%, etc. This is my grid for 1920 pixel browser width — left part = 10 columns…