I can't believe I can't figure this out, it seems so easyI've read all the tutorials and stuff, but maybe i'm just stupid, it isn't working. I want to place one div beside another div, not using absolute positioning. Here is what I have - the right div though is going right, but under the left div.
Can someone please help me? I've tried some other stuff I have taken out now, none of it worked.Code:#container { width: 679px; padding: 0; } #left { width: 485px; background-color: #8CA5AF; border-left: 3px solid #71858D; } #right { float: right; width: 190px; background-color: #7F969F; font: 11px verdana; color: 202E34; }



I've read all the tutorials and stuff, but maybe i'm just stupid, it isn't working. I want to place one div beside another div, not using absolute positioning. Here is what I have - the right div though is going right, but under the left div.




Bookmarks