| Page 1 of 1 | [ 2 posts ] |
|
http://www.addmojo.com/oops/nestingGrids.html
Follow the link, and view the source code. I'm trying to nest a yui-gd, inside of a div, inside of a yui-g but everything is being pushed to the right. Thanks in advance, |
|
Hi Victor,
This should solve your prob - <body> <div id="doc" class="yui-t7"> <div id="hd" role="banner"><h1>Header</h1></div> <div id="bd" role="main"> <div style="border: 5px solid rgb(160, 32, 240);"> <div style="border: 5px solid rgb(30, 144, 255);"> <div style="border: 5px solid rgb(255, 0, 0);"> <div class="yui-gd"> <div class="yui-u first"> hello </div> <div class="yui-u"> hello </div> </div> </div> </div> </div> </div> <div id="ft" role="contentinfo"><p>Footer</p></div> </div> </body> Amrish. |
| Page 1 of 1 | [ 2 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group