Jump to content

MSousa

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by MSousa

  1. I have a problem

     

    When I put a background image and after I put a padding value

     

    The position of the pictures changes.

     

    I do this:

     

    .actual {
    height: 255px;
    width: 805px;
    margin-left: 329px;
    margin-top: -255px;
    background-color: #555555;
    position: absolute;
    background-image: url(imagens/menu_actual_02.jpg);
    padding: 20px;
    }

     

    how I can fix this?

×
×
  • Create New...