View Single Post
  #6 (permalink)  
Old Feb 2nd, 2007, 20:32
EdgeWalker EdgeWalker is offline
Junior Member
Join Date: Jan 2007
Location: Seattle, WA
Age: 27
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Table-free layout troubles

Well, yes, I want the container to be able to expand without bound, but if I put it inside a <div> with limited dimensions, won't it inherit those boundaries? I'll cross that bridge when I come to it, though- What I really want the segments to do is float, so that they will just wrap around when they reach the edge of the container, but when I try this, it causes them to go back behind the background. If I want to *force* in a new row, I'll just make a new container.

I have been poring over CSS literature for a couple of days, and though I can now almost everything I need to, this particular problem still eludes me.

(Forgive my repellently n00b problem, please, but I need to get off of this drug we call <table>, and I'm no longer concerned about revealing my ignorance.)

Last edited by EdgeWalker; Feb 2nd, 2007 at 20:33. Reason: Punctuation error
Reply With Quote