-1
votes
0answers
32 views

Why li instead of divs? [duplicate]

I always wondered why people use li especially when by default they indent, had a dash or bullet point etc. Especially when we are talking about a grid such as a 3x2 in this example we see a grid ...
3
votes
5answers
175 views
+50

How to remove gutter space for a specific div only - bootstrap

The default Bootstrap grid system utilizes 12 columns with each span having 30px gutter as below. Gutters are the white space between columns. Gutter width seems to be between 20px - 30px. Let's ...
0
votes
1answer
51 views

Center parent div with floating children

I am trying to create a responsive grid. I have a 'parent' div which contains floating children. Depending on the page width a variable number of children is shown per 'row'. The children should be ...
1
vote
3answers
105 views

Safari Browser Issue: Fixed footer is hiding the bottom part of my content

The following is a problem with the Safari browser. It works fine with Chrome. I am working on a grid based portfolio site that is having some problems with the content being hidden. The last three ...
0
votes
4answers
81 views

HTML CSS: How to align grid to content area?

Demo: http://www.mindtale.com/portfolio.html I want to have a scrollable 3 x 4 grid open for a portfolio section. How can I adjust the grid content to center and be maybe 150px from the top so it ...
0
votes
0answers
60 views

HTML Best Way To Create Grid (Tic Tac Toe) [closed]

For homework for a javascript class I was to create a tic tac toe game. The class it self focuses on javascript/jquery not so much as css and html. I have completed the assignment (so no need to ...
0
votes
0answers
121 views

ExtJS 3.2.0: adding GridPanel features to existing HTML table

I'm just getting started with ExtJS, and using version 3.2.0, mainly because it has an example of creating a grid from an existing HTML table: "Grid From Markup". The functionality I really want is ...
1
vote
1answer
51 views

Is this a bug? Converting Mathematica Cell to .html The Color of Rows lost

When I convert the cell generated by Grid[WordData/@{"what","my"},Frame->True,Background->{None,{LightRed,Pink}}] it is well shown in Notebook, but the color of rows lost when it was save as ...
0
votes
0answers
43 views

Nine Cell Photo Grid

Specific Needs I have to either create or find (html(5) / JS) a Nine Cell grid which displays one image over the entire set of grids and then begins rotating through images randomly without ...
1
vote
1answer
90 views

Editable jQuery grid to store data?

I am looking for a jQuery grid that will allow me to edit data and save it so it will be available for viewing every time I open the document with the data. Any recommendations? The simpler the ...
0
votes
5answers
270 views

Creating a 'grid' using HTML tables within a PHP foreach loop

I've been working with Twitter with the intention of grabbing a user's followers and displaying them in a grid format. The picture below illustrates how I'd like the output to be arranged: The code ...
0
votes
2answers
110 views

center grid elements in container (960 grid)

So i'm trying to create a widgetized are on the frontpage, i'm using the following code for that: <div id="widgets" class="container_24"> <?php if (function_exists('dynamic_sidebar') ...
3
votes
1answer
75 views

Display specific number of items in Windows 8 (Js/html) APP

I am currently building a Windows 8 Html/js App and started with the gridview template because that spared me a lot of time styling most of the app. I have successfully managed to adapt the Windows 8 ...
1
vote
3answers
60 views

Equally distributing height with CSS

I have an HTML problem that is pretty tricky and I'm not sure there is a CSS-based solution for it. Basically I have a three column grid. The first and third columns can contain a variable number of ...
0
votes
2answers
138 views

web page responsive resizable grid design with 3 resizable areas

I hope this is the right place to ask this, I want to make a web page with 3 div inside a container in a way that the left and right div are resizable while the center div gets resized accordingly to ...
1
vote
1answer
66 views

How to make a game out of an html table?

Hello and thanks in advance for any help on this project. I'm basically trying to make a game that involves a grid. Here's what I have so far (it'll help to see the game before I explain what I need ...
0
votes
4answers
133 views

Fixed width columns with fluid gutters

I know this can be done with columns, but I have to support IE. I'm trying to get to a layout whose columns are all fixed width, with the gutters being fluid. I couldn't get this to work with ...
0
votes
0answers
37 views

CSS grid fails and looks bad [closed]

I need some help with css. I am using a CSS 960 grid system. But for some reason, the last image, the one with the actual screenshots on them, look weird. It doesn't do that when I add another image ...
1
vote
2answers
438 views

Using Twitter Bootstrap For 980px

One of my designer sent me PSD with 980px Width. I want to use Twitter Bootstrap responsive layout for this. Actually I am back-end developer, I have not much knowledge on front-end. I found ...
4
votes
1answer
311 views

CSS/HTML 2x2 Grid Issue

This question has come up similarly before, but I have looked around and can't find this happening to anyone else. I can make a 4x4 grid of divs together with images using in the HTML but one of the ...
1
vote
4answers
151 views

Using divs as a grid?

Okay so I have been trying to get a div system to work as a grid and also margins to work with that as well. I need the last div in the grid to NOT have a margin. As you can see in my jsfiddle here: ...
2
votes
1answer
274 views

hexagon grid tumblr css code

Hello I searched this everywhere, but i can not find how to make a hexagon grid on tumblr! I managed to make images appear as a hexagon but dont know how to lay out like they do in bee combs... ...
0
votes
1answer
406 views

How to get Bootstrap grid spans narrower than span1?

I have a five column grid. I've initially set them up as so: <div class="row"> <div class="span1">...</div> <div class="span3">...</div> <div ...
0
votes
1answer
210 views

Responsive grid with variable column layout

Is there any way to adapt the number of columns depending on the screen width using a "traditional" grid layout? I'm using one of the many responsive fluid grid systems out there - for example the ...
-5
votes
1answer
124 views

dynamic jquery grid without database [closed]

I am trying to create a dynamic jquery grid from an xml file without using database. Columns should be automatically created from the xml file.I am open for other options too.
0
votes
3answers
303 views

Html table with multiple rows

I want to expand a column and display a set of rows inside it. What I am trying to achieve : What I have achieved so far My code: <table style="background-color:lightgreen" ...
-1
votes
2answers
629 views

HTML table grid in PHP

i am currently doing some basic php and I am getting products from mysql and displaying each product with the corresponding details in a table. Currently they are one underneath each other Product1 ...
0
votes
1answer
90 views

Optimizing a fluid grid layout

I recently just added a grid layout, but I can't figure out how to make my links work. The grid that I used is the 1140 one at http://cssgrid.net/. I studied the source code of that website, and tried ...
0
votes
2answers
53 views

Weird behaviour of img tags

I have some problem when creating a grid of div on a page, but each cell in the grid can have different type of elements in it like <div></div> or <img/>. The grid is being generated ...
0
votes
1answer
114 views

How to create a grid-based website with an 100% width image?

I want to create website based on the 1140 grid system with a "landing" image that fills the whole browser, so you'll have to scroll for the content. So, basically, when you open it, you see this ...
2
votes
1answer
504 views

Why won't box-sizing: border-box; work when applied to the container in 960.gs?

I'm using box-sizing: border-box to everything on my page. However, when I add padding to the container element in my 960.gs grid, it bumps the second grid to the next line. It does, however work as ...
1
vote
1answer
3k views

Twitter Bootstrap Row Nesting

I'm still new with Twitter Bootstrap and the whole grid framework, so please bear with me if this seems like a very noobish question. But here is what I have so far in a jsFiddle. HTML ...
1
vote
1answer
708 views

Kendoui web checkbox data binding

Hi I'm not sure if i'm using the right words in the title, please correct me if not. I've been working for almost a month with kendo ui. It's really good. Now my problem, i'm working with html, ...
0
votes
1answer
99 views

Wordpress: Best way to sort posts in columns

I'm trying to make an online magazine in WordPress. Where every post is shown in different columns. The first one in column one is the latest posted one, in column two, the second last and column ...
1
vote
1answer
332 views

Grid layout (ul) of divs with different sizes [closed]

What would be the best way of achieving an unordered list that would look like this?
1
vote
1answer
57 views

Grid divs without blanks

I'm making a grid Wordpress theme with divs. But after three divs, there is a blank before the forth appears. This is due to the different heights. How can I make the divs so there is no blank area? ...
3
votes
2answers
180 views

Difficulty creating a content grid layout using css and html

I am trying to create a grid layout using tags and css. I need the grid system to hold four main blocks as portrayed in the image below. I have created a solution that works great in safari and ...
0
votes
1answer
226 views

one column having string data and check box in extjs4.1

in my grid,i should have the ability to have check boxes and String data based on the statuses returned from the webservice.Now i am writing custom renderer function given below : function ...
0
votes
1answer
227 views

Staggered Grid Sytem

I want to use 960.gs for a post layout on my website (4 columns). I like the ease of use, but it looks monotonous with the top and bottom of grid boxes lining up. Instead of the normal grid design, is ...
6
votes
1answer
3k views

How to validate inputs dynamically created using ng-repeat, ng-show (angular)

I have a table that is created using ng-reapeat. I want to add validation to each element in the table. The problem is that each input cell has the same name as the cell above and below it. I ...
0
votes
2answers
77 views

Dom grid, fluid inside of fixed and more

I've wrestled with this for a long time, and ended up resorting to jQuery hacks. I'd really like to know if there is a way to implement this with CSS or LESS (using javascript mixins). It's ...
1
vote
1answer
313 views

Putting things outside Bootstrap's grid without scroll

I use Twitter Bootstrap and the non-fluid non-responsive grid at 940px. I want to insert an image rotator outside it at 1200px, which I succeeded, but when I make the the browser window smaller I get ...
1
vote
5answers
163 views

960px width: what about the small websites?

So I am making this personal website that has very litte content, and if I use the standard 960px width, there are very wide white spaces. It would be nice to have a shorter width, but then other ...
1
vote
3answers
1k views

Get Current HTML Code and Create PDF

I'm using MVC3 and iTextSharp. At First a added a Save and CreatePDF Button. With the PDF Button i call a Method which returns me the actual HTML Code of the shown WebPage. So far so good, now I ...
2
votes
3answers
230 views

Set div to 100% of content

I am using the 1140px fluid grid (cssgrid.net) layout. I am having some problem.. My layout looks like this: Side Menu - Content - Content - Content - Content ...
0
votes
1answer
78 views

Change classes fluid layout css

I have a fluid css grid (http://cssgrid.net/) I am currently designing a website, using this grid system. Although, I am unsure how to change the classes when there is "not enough room for them". ...
0
votes
2answers
130 views

How can I align the bottom edges of two divs?

I have several div boxes in different columns in a grid, and I would like to identify boxes where the bottom edge is less than 50px higher than any other box, and adjust its height to make sure they ...
2
votes
3answers
5k views

HTML/CSS grid layout

How could I change this grid layout so that the second row of blocks sit just below the corresponding block above it instead of forming a completely new row? http://jsfiddle.net/AndyMP/wSvrN/ body { ...
0
votes
3answers
826 views

Trouble with CSS Grid Layout/Image positioning

Having some trouble trying to put together a page where images are placed properly. Screen shot attached of what I currently have in place now. What I am trying to get to would look like the first row ...
0
votes
1answer
732 views

960 grid css : How do I change vertical padding between divs?

I am trying to use 960 grid css . How do I do away with the space between two divs one above the other ? [ the space between the blue lines as shown in the picture ] I generated my CSS using the ...

1 2