quote:ORIGINAL: jurgen The divs need to "float" . But be careful, if both divs are wider as the screen resolution the will stack again.
quote:ORIGINAL: mengyeow meaning?
#left { height: 20px; width: 20px; border: 2px solid #FF0000; float: left; } #right { height: 20px; width: 20px; border: 2px solid #0000FF; float: left; }