Jump to content

Leea

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Leea

  1. I am a newbie and clueless. I am taking over for someone. He had two css files. In addition to other stuff both files had something similar. The first one has:

    #main-content {
        position: relative;
        top: 0px;
        left: 0px;
        width: 95%;
    }

    and the second one has:

    #main-content {
        position: relative;
        top: 0px;
        left: 200px;
        width: 80%;
    }

    With the two of them how do you tell which is the active command?

    I learn by borrowing from others.

    thanks

    Lee


     

×
×
  • Create New...