View Single Post
  #2 (permalink)  
Old 09-14-2007, 12:13 PM
rah's Avatar
rah rah is offline
Administrator
 
Join Date: Jul 2003
Location: Lexington, KY
Posts: 814
rah RepRank 5rah RepRank 5rah RepRank 5rah RepRank 5rah RepRank 5rah RepRank 5
Default Re: CSS - div position

Try doing a float left on both div tags. That should make them both sit next to each other.

The only problem that comes out of this is that you'll need a third div below those two with a clear: both on it to make sure that if one of the top two divs is longer than the other it doesn't push out of any container you may have.

Hope this helps,
Rafael
Reply With Quote