|
|
#1 |
|
New Member
![]() Join Date: Nov 2011
Posts: 12
|
Hello everyone, after a good bit of browsing around in an attempt to understand how to apply push/pull as supporter by the 960 css FW I've utterly failed.
I'm simply doing the layout right now to see where to place elements and so forth, and as far as I understand the following code would push the logo box 3 columns up (3*60=180px +60 px for gutters): HTML Code:
<div class="grid_6 push_3"> <p>logo</p> </div> HTML Code:
<div class="grid_3 pull_6"> <p>text column</p> </div> Oh btw, these DIV's are place inside of the <body> tags. And here's the full code of body so far: HTML Code:
<body> <div class="grid_6 push_3"> <p>logo</p> </div> <div class="grid_3 pull_6"> <p>text column</p> </div> <div class="grid_3"> <p>text column</p> </div> <div class="grid_12"> <p>big box</p> </div> </body> Last edited by enat; 11-30-2011 at 03:58 PM. Reason: Added full code of body |
|
|
|
|
|
#2 |
|
New Member
![]() Join Date: Nov 2011
Posts: 12
|
Ok so, silly me forgot to lead with:
HTML Code:
<div class="container_12">
So, fixed it on my own =) Last edited by enat; 11-30-2011 at 03:54 PM. Reason: Corrected the explanation. |
|
|
|
|
|
#3 |
|
Platinum Member
![]() |
Thanks for posting your answer. A lot of people don't.
|
|
|
|
|
|
#4 |
|
New Member
![]() Join Date: Nov 2011
Posts: 12
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|