View Single Post
07-06-2009, 04:38 PM
#2
LongDogger is offline LongDogger
Status: Junior Member
Join date: Sep 2006
Location: Florida
Expertise:
Software:
 
Posts: 33
iTrader: 0 / 0%
 

LongDogger is on a distinguished road

Send a message via AIM to LongDogger Send a message via MSN to LongDogger

  Old

I solved this literally within five minutes of this post. Dumb mistake.

Don't clear right div 'six' if you're curious. Since it's aligned against div 'five', just float it left. Revised code is below:

Code:
#six {
    height: 200px;
    width: 200px;
    background: #00FF00;
    float: left;
}

Reply With Quote