Tagged Questions
The yui-grids tag has no wiki summary.
5
votes
6answers
3k views
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 ...
4
votes
2answers
174 views
Weird image injection when using YUI grid
I was trying to use YUI grid and i noticed something weird coming up on my webpage:
<img id="fvdkoff-target-image" style="border: medium none ; margin: 0px; position: relative; visibility: ...
4
votes
2answers
3k views
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)?
2
votes
1answer
454 views
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 ...
1
vote
1answer
156 views
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:
<div class="yui-gc">
<div class="yui-gd first">
<div class="yui-u first">Reason</div>
<div ...
1
vote
1answer
747 views
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.
<div id="tabs">
<ul>
<li><a ...
1
vote
3answers
416 views
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 ...
1
vote
5answers
1k views
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 ...
1
vote
7answers
4k views
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 ...
1
vote
3answers
558 views
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:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
...
0
votes
2answers
31 views
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 ...
0
votes
0answers
89 views
to maintain the height of all units of a YUI grid to be the same
I have a about 2 to 3 units inside a grid. The height of each unit is may change dynamically (meaning i have a few ajax calls made which populates these units). But the idea is to keep the height of ...
0
votes
2answers
153 views
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, ...
0
votes
1answer
108 views
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 ...
0
votes
1answer
90 views
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
0
votes
2answers
268 views
YUI CSS Basic Grid Pattern: Get width+margin on right grid (yui-ge) with jQuery
I have this Basic Grid Pattern on my website:
<style type='text/css'>
#doc3 { margin:auto; }
</style>
<div id="doc3">
<div id="bd">
<div class="yui-ge">
...
0
votes
1answer
487 views
YUI-css problem in IE 6 and 7
If you look at the screenshot below you can see that the right menu box in red has the wrong position in IE6 and 7:
<div id="doc4" class="yui-t2"> //yui-t2 = 180px on the left
<div ...
0
votes
1answer
462 views
How to position div vertically using YUI grids?
Hi,
I am using YUI grids for layout design.
I want to position col3 vertically, and make it always stick to the bottom of the page. How to do that?
I cannot find any online documentation about ...
0
votes
1answer
186 views
Keeping blocks in line in 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 to under the main blcok.
Here is an example page with ...