Grid layout is used to align content into columns and fields. Unlike table layouts, grids are composed of guide lines so that elements positioned relative to the grid can have drag and drop behavior.
0
votes
0answers
10 views
How can I remove a zen-grid-item mixin declared in a previous media query?
I've been using Zen Grids for responsive layouts for a while now, and somehow never came across this. I've referenced the documentation, but for the life of me cannot figure out how to do something ...
0
votes
0answers
28 views
Making a custom 960 grid system right to left
I needed to make a 9 column design so I used this website to generate a custom grid.
http://grids.heroku.com/
Is there a way to make it right to left like this grid that comes pre made?
...
-1
votes
1answer
21 views
When to and when not to use responsive grids/frameworks? [closed]
When should one use responsive grids/frameworks with such grids like Foundation/Bootstrap etc. that provide such grids? Is it when we want to support portrait/landscape without big layout changes (my ...
0
votes
0answers
50 views
Table with grid of multiple nested tables (align=“left”) doesn't work in Outlook.com/IE8/XP
I am working on a html-email which shows a table (660px) which contains a filled grid of multiple nested tables (210px) or 'photo-slides' all with attribute align="left". This works in all browsers ...
0
votes
2answers
69 views
Twitter bootstrap with width > 1170px
This might be a stupid question, but after looking around the world wide webs for a while, I could not find an answer.
I'm using twitter bootstrap's fluid grid system for my new site. I mocked up the ...
0
votes
0answers
149 views
Thumbnail grid with expanding preview navigation
I have implemented the grid into a site and it's all working great! I have added a previous and next button using the JavaScript file to append them but can't seem to get them to cycle previous and ...
0
votes
2answers
44 views
How do I keep images the same height/width when displaying them in a row in a responsive grid?
I have a %-based grid with a fixed-width (for the moment). The code is based off of this css-tricks article: http://css-tricks.com/dont-overthink-it-grids/
Works great until I have a column that has ...
0
votes
1answer
50 views
Susy: mixin applies, but throws error
I just started to use Susy. When I apply span-columns() mixins, the markup does applies correctly, but sass throws an error: (Line 276: Undefined mixin 'span-columns'.)
#element-1 {
@include ...
1
vote
1answer
359 views
Bootstrap multiple rows of spans in a row-fluid
This question is very similar, although it doesn't answer my question.
An answer like this would be fine, as long as it works for responsive layouts e.g. .row-fluid, which it doesn't at the moment.
...
0
votes
1answer
93 views
Border Layout Spacing/Margins
for my beginner Java class we made an automated Tic-Tac-Toe game, and now we are creating a GUI to play it on. However, I'm having a lot of trouble getting the spacing/margins right. So far, I've just ...
0
votes
0answers
37 views
Layout does not use the complete space in landscape
I am trying to make my app landscape ready but I have some strange problems when positioning elements within a grid. My resolution I am testing with is 480x800.
First example: This looks good as ...
2
votes
1answer
68 views
Possible to add offset to the right of an element in a Zurb Foundation 4 grid?
According to Foundation's docs on the grid component, I can essentially make 1 or more grid columns a space using their offset classes:
<div class="row">
<div class="large-1 ...
0
votes
0answers
29 views
960gs : setting border on container element which contains 2 floated grids
On a 960gs I'm trying to figure out which is the best/crossbrowser approach to add 1px solid border to my wrapper-border container which is nested into a container_12... without affecting the grid ...
0
votes
0answers
34 views
Formula for a three-width Isotope layout?
I want to use Mr. Desandro's JQuery Masonry or Isotope within a 960, 980 or 1200px gridded column. I want to randomize the presentation of three content (div) widths between very slim margins -- 1, 2 ...
0
votes
1answer
63 views
Gnuplot - grid at specific x and y points
I wanted to rename xtics from numbers to some strings and I did it like this:
set xtics ("one" 1, "two" 2, ...)
At the same time I wanted the grid so I used this:
set grid back
The problem now ...
0
votes
0answers
83 views
maintain aspect ratio on browser resize
The wrapper container css is width:auto; max-height:70%;
I want the divs to maintain their aspect ratio when browser window height changes.
jfiddle: http://jsfiddle.net/7JNuU/
HTML
<div ...
0
votes
1answer
97 views
android layout-v14
I know that you can use -v14 extension for various folders like xml. I thought that I can use it as well for layout, e.g. layout-14. I want to use a grid layout folder older api levels I would like to ...
0
votes
0answers
345 views
Zurb Foundation: media query for $column-gutter (Grid)
In the Foundation framework, there is a variable called $column-gutter, which controls the space between columns in the grid. Is it possible to have a different value for $column-gutter dependent on ...
0
votes
0answers
62 views
A Grid or Framework that uses [a] inline blocks not floats [b] rems for width and typog [c] SASS [d] is 1200 px wide
Is there, perhaps, a table of all of the different grid systems and what they feature?
11
votes
4answers
479 views
Vaadin - Expand components in Grid Layout in Vaadin
I am doing my project in Vaadin 6. In that, I have integrated the components in a Grid layout. I have attached a image with this. It resembles my Project layout. It is similar to eclipse. So, The ...
1
vote
1answer
1k views
Foundation 4 responsive grid layout for large screens
I've used compass to create new sass project with zurb foundation 4 framework. My screen.scss file looks following:
// Reset and normalization settings
@import "normalize";
// Global Foundation ...
0
votes
1answer
177 views
jQuery - RCarousel slideshow - Dynamic width?
Is it possible to make rcarousel work with a liquid layout / adaptive UI ?
It only seems to work with a fixed width and height... it doesn't run if I use percentages like this:
<script ...
0
votes
0answers
121 views
DYNAMIC grid of Icons in Sencha touch
How could i Create a Dynamic grid type layout of Cickable image icons in Sencha touch .. The grid s created ony with the help of a JSON file in which only xtype and image is present .Here is my ...
0
votes
1answer
147 views
Twitter Bootstrap's use of asterisked width properties in CSS
I've been looking at the CSS behind Bootstrap's scaffolding system, and I want to know why the asterisks and the different percentages are necessary in the code below. I believe that the asterisks are ...
2
votes
1answer
101 views
How do I insure I am setting up the grid system properly in Bootstrap?
I have just started using Bootstrap (I have never used a grid system before) and am having a problem understanding the proper way of implementing the fluid grid system. I am a little worried that I ...
2
votes
1answer
135 views
ListBox does not use all available space within Grid.Column - WPF
I have a ListBox control that has been assigned to Grid.Column 0 which has a value of '*' defined for it's width, however when rendered there is a sizeable amount of space that is not being used.
I ...
1
vote
1answer
457 views
Zurb Foundation background color outside grid
I'm sure it's something simple, but I can't figure out how to create a layout like this:
My grid size equals to the width of white area. I have no problems with dark blue Top Bar that occupies the ...
0
votes
1answer
171 views
Susy with no grid padding at widest width
I'm using Susy for my grid layout and want the container to apply grid-padding at widths below 960px, but remove grid-padding at 960px and up. I could just set grid-padding to 0 and then apply padding ...
0
votes
1answer
132 views
Python - display excel database in a grid - part 2
My aim is to create a grid that looks like the following http://i49.tinypic.com/f39hxv.png, where each number represents the number of 'preperation flakes' found in each square (see data snippet ...
0
votes
1answer
165 views
Python - Display Excel database in a grid
I am an archaeologist processing results from an excavation trench that is laid out in a 6x6 square grid - each square is 5 m x 5 m.
I want to plot the distribution of the finds found in the ...
0
votes
1answer
178 views
How do I show the columns of the grid of Bourbon Neat?
In my CSS file apply the commands of Bourbon Neat and not show columns in html file, if show the result of apply but not show columns.
.container{
@include outer-container;
@include ...
0
votes
1answer
77 views
Tkinter buttons and entrybox
How can I move the buttons around the grid in the code below? Whenever I try by changing the row and column nothing happens. Also, is it possible to make the textbox bigger, so that I can put ...
1
vote
0answers
65 views
Media query support for JS implementation of CSS Grid Template Layout
The W3C has a working draft to introduce an advanced layout mechanism for HTML pages. I have found two JavaScript implementations that provide support in modern browsers for the fundamentals of this ...
2
votes
0answers
126 views
SetGravity for GridLayout not working
I am using a simple GridLayout to which I'm adding buttons dynamically.
<GridLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tagGridLayout"
...
0
votes
2answers
142 views
make it the GridLayout way in android
Hello I have this Screen
that i made by this code .
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
...
2
votes
0answers
74 views
Is there an opensource framework/library for allowing dynamic manipulation of grid layout? [closed]
Normally when I make a website in HTML, I use Twitter Bootstrap grid and specify the layout using "container", "row" and "span" and I place all my content inside these.
I am looking for a mechanism ...
2
votes
3answers
246 views
Winform custom GridLayout? [closed]
I am trying to make a GridLayout for my form. Each cell needs to contain an image and label underneath describing the picture.
I was wondering what was the best way to attack this issue?
Any help ...
0
votes
1answer
126 views
Susy: Fluid grid based on maximum px values
I am trying to make a fluid grid which at its maximum width has these values:
http://gridcalculator.dk/#/1224/12/40/56
When the browser is resized below 1264px (to allow for 20px padding on the ...
0
votes
1answer
1k views
overlapping div in Zurb Foundation
I have just started using Foundation by Zurb today and so far i like it very much. It makes building a website really fast. I already saw how to create rows with the number of columns i prefer and ...
0
votes
1answer
1k views
Twitter Bootstrap: Grid system floating
I have the following simple html page. It should display Col1 to Col4 horizontally next to each other, but Col4 is in a below the others. Why? And how can I solve it?
I'm using bootstrap 2.2.2
...
3
votes
1answer
105 views
Making responsive grid elements fit by height
I'm trying to get my head around working with responsive webdesign (by column stacking) and I'm currently using this grid for my layouts: http://www.responsivegridsystem.com/ which I think works quite ...
0
votes
0answers
108 views
GridLayout Issue
I am facing the below error while working with GridLayout...
The following classes could not be instantiated:
- android.support.v7.widget.GridLayout
Below are the project details:
Min SDK: 7
...
0
votes
2answers
493 views
Floating list items with zen-grids based layout
I am trying out zen-grids for a website re-design. I like its general ability to produce a grid based, responsive design without putting everything into extra <div>s and adding layout related ...
0
votes
1answer
74 views
resize issue in swt
I am quite new to SWT programming. I have a GridLayout. When i first launch the GUI, it only displays one Button in the top left corner. If I resize it (make the window either bigger or smaller), I ...
0
votes
1answer
583 views
Twitter bootstrap cannot pad container with fixed grid
I am trying to get some padding (a gutter) between the container and the grid of a Twitter bootstrap site.
<div class="container">
<div class="row">
<div class="span4">
...
1
vote
1answer
149 views
How can I break the grid? is there a common practice for this?
I am using bootstrap's grid, and I would like to have a div that "breaks" the grid and is streched to the borders of the screen ('width:100%').
my code looks something like this:
<div ...
0
votes
1answer
139 views
Controlling XAML grid structire using VisualStateManager
I am writing a WinRT app and need to change its layout in a snapped view. In a regular view details are displayed in grid of a following structure:
MainGrid: contains 2 rows, 2 columns (let's call ...
1
vote
1answer
388 views
Set image to the max height of grid
In my XAML I have a listview. The item template of the listview contains a grid. This grid has 4 columns and 2 rows. Like so:
I want the left column be filled with an image and a colored bar under ...
0
votes
1answer
74 views
Is it possible to do responsive design for out of order elements?
When screen resolution is >1000px I have A, B, and C as 280, 350, and 210px respectively)
When it shrinks, I would like it to be B max width followed by A and C clustered together in a div and ...
0
votes
0answers
114 views
GridLayout in Android2.3 not worked in Android ICS
I develop one application in Android 4.0. In my application i use Grid Layout It works fine on Android 4.0 device but when i run on Android 2.3 device it gives Exception.
I include support jar ...

