0
votes
0answers
26 views

Switching from Bootstrap to Foundation 4 - Centering a Logo in navigation menu

I switched from Bootstrap to Foundation 4 for a new project to learn -- And I would like to center my logo between my navigation (with the links on each side of the logo), but maintain the responsive ...
0
votes
0answers
52 views

Alternative to Bootstrap's navbar-fixed-bottom in Zurb Foundation 4

You can do this in Bootstrap: <div class="navbar navbar-fixed-bottom"> ... </div> Is there anyway to achieve the same result in Foundation 4?
0
votes
0answers
311 views

Bootstrap 2.3.1 vs Foundation 4. Which one is better? [closed]

Which one is better for responsive design? Which one has better performance on mobile? Which one is easier for customize?
0
votes
1answer
43 views

Twitter and Zurb Foundation on same website, would they conflict?

I'm a startup web designer and I'm getting familiar with frameworks. I wanted to know can I use both Twitter Bootstrap and Zurb Foundation in a webpage? Would they conflict and cause problems with ...
4
votes
4answers
5k views

Use Zurb Foundation 4 / Twitter Bootstrap 3 For Non Mobile First Projects

Has anyone used Foundation 4 or Bootstrap 3 beta? As you know, both are re-written to make it mobile first. I'm very excited with the mobile first approach, but in real life, sometimes circumstances ...
0
votes
2answers
509 views

using Bootstrap and foundation together?

I am using twitter bootstrap for layout and css. But I like the foundation top bar navigation over what bootstrap provides. I tried to use the top bar code inside my html (built with bootstrap) and it ...
1
vote
2answers
439 views

Half-fluid design with ZURB Foundation?

I am a pretty newbie with Foundation, but is there a possibility to make the default grid width bigger, or better, just 80% of the screen width with an additional min-width? If it is not possible ...
0
votes
3answers
138 views

CSS and JS External Linking Server Deployment

I am using twitter bootstrap and foundation (zurb) for two demo single column pages. I can test theme easily on my local machine but I can't get to detect the stylesheet and js file on my own server. ...
0
votes
1answer
438 views

Two Columns, full height, responsive layout. Which framework to use?

I'd like to build a site with a two column full height (100% of the vieport) layout. Left column should contain a fixed height navigation and a specific background. Right column should contain a ...
-1
votes
1answer
187 views

css frameworks compared [closed]

I am evaluating twitter bootstrap, foundation, and skeleton for a css framework. I am designing a site that will be desktop and mobile ready, including iPad and other tablets. What are the pros and ...
0
votes
0answers
176 views

how to create a compass project with both foundation and bootstrap?

I want to create a compass project which includes both zurb foundation and twitter bootstrap. The command below creates a compass project for foundation, and a similar one creates for bootstrap. ...
1
vote
1answer
330 views

Anybody Integrated Zurb Foundation 3.0 with Twitter Boostrap 2.0?

I think it will be benefitting to use twitter bootstrap inside a zurb foundation layout structure. I just havent tried it before but I think it is doable. Implanning on using the layout structure ...
0
votes
1answer
3k views

Bootstrap scrollspy works strange

Hi im Using Bootstrap Scrollspy within the foundation framework. So far I managed to get scrollspy to work but not like it should. scrollspy changes the state of the navi correctly but not exactly ...
0
votes
3answers
797 views

Correct HTML form markup

We are having a discussion as I'm currently fixing an IE7 bug, as <label> and <input> tags were wrapped in a <p>. I cannot seem to find any documentation for the correct semantics ...