Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-18-2012, 06:14 PM   PM User | #1
husain
New to the CF scene

 
Join Date: Dec 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
husain is an unknown quantity at this point
Foundation wireframe

Hi
i want to use foundation wire frame for my next html project.

But i dont know how to use. I download the wire frame and i understand each things but i dont know how to start.

Please help me

Thanks
husain is offline   Reply With Quote
Old 12-19-2012, 10:32 PM   PM User | #2
StevenHu
Regular Coder

 
Join Date: Jun 2011
Location: CA
Posts: 105
Thanks: 0
Thanked 10 Times in 10 Posts
StevenHu is an unknown quantity at this point
You'll start here: http://foundation.zurb.com/docs/index.php

Click on "The Grid" link on that page. This is part of what we learn from it:

The grid is always 12 columns wide. if you want three columns on your site, evenly spaced, then you would start with the <div class="row"></div> and put your "four columns" divs inside that (because 12 divided by 3 = 4, so, "four columns"):

Code:
<div class="row">
<div class="four columns">
   One of your columns
  </div>
<div class="four columns">
   Your middle column
  </div>
<div class="four columns">
   Your third evenly space column
  </div>
</div>
__________________
Steve Husting
http://iphonedevlog.wordpress.com
StevenHu is offline   Reply With Quote
Reply

Bookmarks

Tags
css, foundation, html, wireframe

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:50 PM.


Advertisement
Log in to turn off these ads.