Questions tagged [yui-grids]

YUI CSS Grids provides a simple system for laying out content.

YUI CSS Grids provides a simple system for laying out content.

18 questions
61
votes
16 answers

UL list style not applying

I've got a stylesheet that will not, for whatever reason, apply list-style-type to a UL element. I'm using YUI's Grid CSS with their reset-fonts-grid.css file, which I know strips that out as part of the CSS reset. After calling YUI, I call the…
dragonmantank
  • 15,243
  • 20
  • 84
  • 92
7
votes
6 answers

Is YUI grids.css really that flexible?

Yahoo's YUI project has some really great, well tested components that I'm just beginining to integrate to my (fixed width) site. I'm actually very excited - I've been away from consumer oriented site creation for a while and I'm having a lot of fun…
Simon_Weaver
  • 140,023
  • 84
  • 646
  • 689
4
votes
2 answers

Weird image injection when using YUI grid

I was trying to use YUI grid and i noticed something weird coming up on my webpage:
4
votes
2 answers

Replacement for YUI grids in YUI3?

YUI3 deprecated cssgrids, but I don't see a replacement API on the site. How does one layout grids when using YUI3 (in future -- for now, I can use yui2 grids of course)?
Sridhar Ratnakumar
  • 81,433
  • 63
  • 146
  • 187
2
votes
1 answer

Should I combine YUI's grids with Boilerplate HTML5?

I'm planning on building a web development template for a small team. I'm looking at combining Paul Irish's Boilerplate and YUI's grids. (If it helps, the group will use jQuery.) Is there any reason why this would be a bad idea?
orolo
  • 3,951
  • 2
  • 30
  • 30
1
vote
5 answers

Making three columns layout, with fixed with sidebars using yui-grids

I,ve been trying to do this without much success. How can I, using yui-grids make a template like yui-t1 (the one with a sidebar of 160px in the left), but with also a sidebar to the right of the same width? The center column should be liquid...
Cesar
  • 4,076
  • 8
  • 44
  • 68
1
vote
1 answer

How do I subdivide a column in a 4-column YUI grid.css layout?

I have a YUI grid that gives me 4 uneven columns:
Reason
Scope
Doug Latornell
  • 48
  • 1
  • 1
  • 6
1
vote
1 answer

jQuery tabs, separate divs for tabs and content

I'm using jquery tabs with no problems except that I would like to have separate divs for the list (tabs) and the content.
clarence
1
vote
3 answers

Yui, how to remove the margins for a 2 column layout?

I want the 2 columns to touch ie. remove the margins, how can I do this? My code: testing
Anonymous Code
1
vote
3 answers

yui-css grid: how to get a 1/4 - 2/4 - 1/4 grid set up?

I have been trying to get yui-css grid system to make a three column grid, where the first on (left) uses 1/4 of the space, the second (middle) uses 2/4 of the space and the third (right) uses 1/4 of the space. Something like this: | …
Egil Hansen
  • 15,028
  • 8
  • 37
  • 54
0
votes
2 answers

fix cursor input

i have this template http://khine.3b1.org/search.html and on the right hand side i have a search input field. the problem is that the cursor sits before the background image! how do i shift it to the right by 25px so that it starts after the…
khinester
  • 3,398
  • 9
  • 45
  • 88
0
votes
2 answers

CSS fluid grids across browsers

I'm creating a grid system for a bunch of our own apps / portals. We have the basic grid width and gutter, etc in place; but we are considering making the grids a little responsive. Considering that, we wanted to make an elastic grid system. While,…
hashpipe
  • 305
  • 3
  • 16
0
votes
1 answer

Keeping blocks in line within the YUI Grids

When I have a grids layout that has little content in the yui-main block, some of the sidebar blocks (in my case those outside yui-main) jump down under the main block. Here is an example page of this issue (and a pastebin'd source if the file no…
Ross
  • 46,186
  • 39
  • 120
  • 173
0
votes
1 answer

YUI panel - need to build a 3 x 3 page with 9 panels - how to position panels vertically

I need to build a 3 x 3 page with 9 YUI panels. I could build 3 33% vertical columns with YUI grids. 3 panels appear in the three columns. But when I put 3 panels within each column (to appear one below another), it gets stacked over each other. I…
Ayyappa Das
  • 191
  • 1
  • 2
  • 6
0
votes
1 answer

Problem in YUI:I am using YUI grid,my dataset contains some special character.i bind my dataset into grid,but its not displayed in my grid?

Problem in YUI:I am using YUI grid,my dataset contains some special character.i bind my dataset into the grid,but its not displayed in my grid? how to solve this
Ayyappan Anbalagan
  • 11,022
  • 17
  • 64
  • 94
1
2