css-frameworks

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

萝らか妹 提交于 2019-12-29 05:10:23
问题 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 to my webhosting service and the JScript just doesn't work. I noticed it because dropdown boxes stopped working. I searched and found other persons with the same problem but they all are using ruby and I'm not. Just the play CSS+JScript provided by bootstrap. Besides they said the solution was to

Is there a reason why Bootstrap 3 has horizontal padding in columns but not vertical?

感情迁移 提交于 2019-12-25 03:21:34
问题 I'm standing at a precipice about to make an important decision that will affect our long term development regarding Bootstrap and I want to be sure I have a good understanding of the reasoning behind their use of Column Padding . We run a multi-tenant cms system that offers bootstrap as one of the available frameworks from which to build a site, and then our system adds layers of functionality on top of it, so any decision we make affects all tenants . One of the basic features is when

Bulma: How can I define the stack order on mobile devices

随声附和 提交于 2019-12-21 21:34:18
问题 I am taking the Bulma flexbox css framework for a spin - so far its pretty neat! The only stumbling block I've found is that I can't seem to set the display order for mobile devices. <div class="columns"> <div class="column foo">Foo</div> <div class="column bar">Bar</div> // Would like this to be first on small deviecs </div> EDIT Here is what my css looks like: body, html { background-color: blue; } .foo { order: 2; } .bar { order: 1; } @media only screen and (min-width: 769px) { body, html

JavaScript frameworks and CSS frameworks: JQuery, YUI, neither, or something else? [closed]

坚强是说给别人听的谎言 提交于 2019-12-20 10:14:08
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 6 years ago . I haven't done web development for about 6 years. I'm trying to get back into it and there is a lot of new stuff out there. I've chosen to write my next project with Perl and Catalyst. I keep hearing about various JavaScript and CSS frameworks. I know very little about these

How to read this LESS css?

拥有回忆 提交于 2019-12-19 10:27:48
问题 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 variables so I know column = 48 and gutter = 24 and that's about it. Does 1cols = 1 * (48 + 24) - 24)/ 12 ? What I don't understand is @1col: @1cols; and .width (@cols:1) { width: (@cols * (@column + @gutter) - @gutter) / @em; } Can anybody help? https://github.com/jonikorpi/Frameless/blob/master

Is it possible to integrate MaterializeCss into Bootstrap

点点圈 提交于 2019-12-18 12:45:29
问题 I have asked myself (not tested) if it is possible to integrate both bootstrap and materializecss into the same project Since both frameworks are for the same purpose and probably overlapping in some class definitions etc. is it still possible to combine both frameworks in order to expand my styling options? 回答1: Materialize is not based on Bootstrap nor just a "visual layer", using both frameworks may lead to a lots of incompatibilities or at least overlap a lot as most of their

Can someone recommend a bells and whistles CSS framework? [closed]

廉价感情. 提交于 2019-12-18 10:19:29
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I am looking for a bells and whistles CSS framework. I have found a number online that deal with "grids", and some that deal with

CSS Frameworks for mobile dev? [closed]

▼魔方 西西 提交于 2019-12-17 17:34:40
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . 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

Container padding in Neat/Bourbon

两盒软妹~` 提交于 2019-12-14 04:22:17
问题 I am working with Neat the first time. I am wondering how I can accomplish a padding for the outer .container. When giving the container a padding, the width of the columns within aren't right anymore and shift to the right/left. Like this one: <header> <div class='container'> <div class='logo'> <img alt='Logo' src='assets/images/logo.png'> </div> </div> </header> .container { @include outer-container; padding-left: 15px; padding-right: 15px; } header { .logo { @include span-columns( 3 ); } }

Can we use Css Grid frameworks with any design?

偶尔善良 提交于 2019-12-13 08:07:52
问题 What are cons to use Grid based approach? Where everything is in proportions? Does it all make some restrictness? I'm not talking about non-sematic classes, unneeded css code, table- feel structure. My question is about to work with fix proportions. in grid based system everything increase and decrease in proportions? I think we can only use grid based framework if we are doing both thing PSD design and XHTML css coding? 回答1: If you are not designing the site, I highly suggest not using a