Fixed bar in CSS footer does not display correctly on iPad

Asked

Viewed 55 times

0

I have a div to stay in the footer, but when accessed by the IPAD it creates a distance from the last DIV with the DIV fixed footer.

CSS:

.fixo-modelo-3-1 {
position: fixed;
width: 100%;
height: 43px;
left: 0;
bottom: 0;
background-color:#FFFE62;
}

Following link from the page:

http://www.roteirodoimovel.com.br/modelos/3/teste.php

  • is wearing bootstrap?

  • @Diegodesouzasilva no.

  • 1

    Gladison, look at me again. Cara I think you would learn a lot from this article by Dani Gerrato: http://tableless.com.br/design-responsivo-na-pratica-do-draft/

No answers

Browser other questions tagged

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