View Single Post
  #2 (permalink)  
Old 11-01-09, 10:33 PM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
The subdivs should probably be classes.

HTML Code:
.subdiv
{
  /* Dimensions, float, alignment */
  /* Avoid absolution positioning, as these settings will apply to all four subdivs */
}

<div class="subdiv"> ... </div>
Reply With Quote