padegun.com
New Member
I want the green area here to fill the entire horizontal white area between the green and the blue area.The problem is that I don't know what I should put on it's \[code\]width\[/code\] attribute, currently it is \[code\]500px\[/code\].\[code\]<article id="chat"></article><aside id="channel-attendees"></aside>\[/code\]\[code\]chat\[/code\] is the left bar, \[code\]channel-attendees\[/code\] the right one.\[code\]#chat { background: green; float: left; height: 500px; width: 500px;}#channel-attendees { background: blue; float: right; width: 200px; height: 500px;}\[/code\]