I'm currently in the process of modifying the YUI columns to match
my content better.
I've managed to resize the columns, but anyone know how I can
resize the "box" that its in?
If you look at
http://www.modellflynytt.no you'll see what I mean
(too much space between column 1 and 2, and sidebar must be moved right)
So anyone know how to do this?
here's my current grid:
Code:
<div id="doc3" class="yui-tvb-r3">
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<div class="yui-gf">
<div class="yui-u first yui-panel">
<ul class="list_no_decoration widget_list" id="widgetlist_column1" style="width:180px">$column[1]</ul>
</div>
<div class="yui-u yui-panel">
<ul class="list_no_decoration widget_list" id="widgetlist_column2">$column[2]</ul>
</div>
</div>
</div>
</div>
<div class="yui-b yui-sidebar">
<ul class="list_no_decoration widget_list" id="widgetlist_column3" style="width:200px">$column[3]</ul>
</div>
</div>
</div>