Problem with Table Alignment

Asked

Viewed 50 times

0

I’ve already reviewed the HTML several times, but I think there must be something wrong with my CSS.
The positioning I used for the images was:

/*Produtos*/
.fsResDir{
    width:280px;
    height:280px;
    float:right;
}
/*Forma de Pagamento*/
.fsResEsq{
    width:240px;
    height:280px;
    float:left;
}

And here’s a picture of how it looks:

Queria colocar Forma de Pagamento ao Lado de Produtos

  • 2

    Post the HTML code so we can help

  • 2

    Enter the HTML/CSS code!

  • 1

    I bet it’s because of the size of the div parent which is not large enough to make available the child side by side.

  • 1

    Exactly that kk

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.