You have grid 3 + 4 inside a grid 8, so guess you want the border where the 8th grid would be? I would just go the background image route that I posted. Add a second class to the div with class grid_8, and then add the CSS BG definition to that class.
Kevin On Wed, Jun 22, 2011 at 7:22 PM, rusi <rustompm...@gmail.com> wrote: > On Jun 23, 12:45 am, "Kevin A. Cameron" <kevinacame...@gmail.com> > wrote: > > Mind posting the HTML? It's easier to understand than an abstracted list > > like that. > > Ok. Here it is. > > <div class="grid_8 alpha" id="contentbody"> > <h2 class="grid_3 alpha">Corporate Computing</h2> > <div class="grid_4 omega"> > <p> > Training and Mentoring<br/> > Team Building<br/> > Software Development > </p> > </div> > <div class="clear"></div> > <h2 class="grid_3 alpha">Academic Offerings</h2> > <div class="grid_4 omega"> > <p> > Programming Courses<br/> > Training Programmes<br/> > Finishing School > </p> > </div> > <div class="clear"></div> > <h2 class="grid_3 alpha">Computing Science</h2> > <div class="grid_4 omega"> > <p> > Paradigms and Languaging<br/> > Publications<br/> > White Papers > </p> > </div> > </div> > > -- > -- > You received this because you are subscribed to the "Design the Web with > CSS" at Google groups. > To post: css-design@googlegroups.com > To unsubscribe: css-design-unsubscr...@googlegroups.com > -- -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: css-design@googlegroups.com To unsubscribe: css-design-unsubscr...@googlegroups.com