yui-grids

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> <TITLE>testing</TITLE> <!-- css --> <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.5.2/build/reset-fonts-grids/reset-fonts-grids.css"&gt; <!-- js...

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 seeing what has developed in the last few years. Liking YUI component and reset.css so m...

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 stylesheet for the website and in there have a block for UL: ul {list-style-type: disc;} I...

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 this issue (and a pastebin'd source if the file no longer exists). Examples This one works fine as the content within #yui-main is longe...

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... ...

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: | header | -------- ------------------------ | left | middle | right |...

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 href="#articles">Articles</a></li> <li><a href="#videos">Videos</a></li> <li><a href="#photos">Photos</a></li> </ul> <div id="articles" class="bd">Lorem ipsum ...

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 vertical positioning in YUI grids. Hope someone can shed some light on this :) ...

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)? ...

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 id="bd"> <div id="yui-main"> <div class="yui-b"> <div class="yui-gc"> // yui-gc 2/3, 1/3 <div class="yui-u first">content</di...

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"> <div class="yui-u first" id="main"> Main content here </div> <div class="yui-u" id="right_cont"> right content here </div> </div> ...

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 ...

how to add checkbox to YuiGrid...

how to add checkbox to YuiGrid... return String.format('', val); this gives the checked for all the checkbox items. i need to get the checkbox either checked / unchecked based on the true/false ...

Weird image injection when using YUI grid

Hi all, 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: visible; color: transparent; z-index: 2147483647; left: 424px; top: 274px;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAA...