i think this plugin http://www.asimplecell.com/articles/containers-a-960-grid-system-plugin is very useful and makes easier and better way for nested divs.
but Zen nine-sixty theme is not compatible with this plugin.
i think it is nice that this theme can support it

Comments

esmailzadeh’s picture

Assigned: Unassigned » esmailzadeh

i use alpha and omega class for this but it seam there is some bug in this for example in this code that i use in a panel layout:

<div class="panel-itpjob-basic clear-block panel-display" <?php if (!empty($css_id)) { print "id=\"$css_id\""; } ?>>
  <div class="center-wrapper">
    <div class="panel-col-first panel-panel grid-4 alpha">
      <div class="inside"><?php print $content['left']; ?></div>
    </div>
<div class="block-left grid-12 alpha omega">
    <div class="panel-col-mid panel-panel grid-6 alpha">
      <div class="inside"><?php print $content['middle']; ?></div>
    </div>
	<div class="panel-col-last panel-panel grid-6 omega">
      <div class="inside"><?php print $content['right']; ?></div>
    </div>
	<div class="clear"></div>
	<div class="panel-col-bottom panel-panel grid-12 alpha">
      <div class="inside"><?php print $content['bottom']; ?></div>
    </div>
	</div>
  </div>
</div>

i was forced to use alpha and omega in this way

esmailzadeh’s picture

also in IE6 container box fall down.

esmailzadeh’s picture

and it collapse on Wednesday ;)