jennylagouine
New Member
Basically, I want two different elements in the leftmost area of a div, and two for the rightmost area of a div.However if I use float:left and float:right twice, I get the following:\[code\] ELEMENT ELEMENT ELEMENT ELEMENT \[/code\]rather than\[code\] ELEMENT ELEMENT ELEMENT ELEMENT\[/code\]This is because, when I float for the second time the css floats for the remaining space left.How do I fix this bug?