Can someone tell me how to get a div to the right of current div? See site

I'm tryin so hard to do an all CSS site instead of using tables. Very tough! Can someone look at http://www.duenorthdesign.com/pcm and tell me:
1) How to get a new div to line up to the right of the current (light green) one. Currently it is below it. I"ve tried floating the left one left so the new div would go to the right. Strange results! Tried floating it to the right.... UGH. I've never felt so stupid in my life!
2) Also, why does my content run outside of my div (the light green article)? Shouldn't the div expand accordingly?
Thanks so much, you are all so helpful!

Both your questions can be answered by amending your css selector from this :
.twoColFixLtHdr #container #mainContent #feature2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 20px;
    height: 300px;
    width: 300px;
    background-color: rgba(240,244,230,1);
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 5px;
To this:
.twoColFixLtHdr #container #mainContent #feature2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 20px;
    width: 300px;
    float: left;
    background-color: rgba(240,244,230,1);
    margin-top: 10px;
    padding: 5px;
and this one:
.twoColFixLtHdr #mainContent {
    padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background-color: #FFF;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 203px;
to this:
.twoColFixLtHdr #mainContent {
    padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background-color: #FFF;
    overflow: hidden;
Then add this one to your css styles:
#feature3 {
float: left;
width: 300px;
margin-left: 20px;
display: inline;

Similar Messages

Maybe you are looking for

  • CROSS COMPANY POSTINGS

    Dear All,      I am having a doubt regarding the cross company postings. The issue what i am facing is I am having two company codes let it be A & B, now that co.code A had purchased from the vendor V and the payment to vendor V has to be made throug

  • MRP run details(date and time when MRP was run)

    Hello, I need time stamps of all MRP/MPS run for a particular material. Please let me know relevant T.code/FM/BADI.

  • More than one map number per topic?

    I have been asked to create context sensitive help with RoboHelp6. Is it possible to create bookmarks in a topic and have different map numbers open to these different bookmarks in the same topic OR does each map number have to have one unique topic?

  • Cisco call manager and ip phone software.

    Hi everybody. Does Cisco call manager also include software required for ip phone? Or software for ip phone needs to be installed on tftp server and it does not come with cisco call manager.? thanks and have a great weekend.

  • Super User Profile for Bex Query Designer

    Hi There, What is the profile that will allow a user to create local queries, copy an existing (locked transported query), and change local queries - when the system is locked for change.  We are using SAP NetWeaver BI 7.0x Regards Fiona