Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Device (Nexus) few pixels off

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #45126
    Jeager
    Member

    I have a fairly simple background for a website I am doing.

    .site-header {
    background: url(img/header-bg-repeat.png);
    position: relative;
    clear: both;

    &:after {
    content: url(img/header-clouds.png);
    position: absolute;

    right: 0;
    }
    }

    Also seen here: http://jtpenezich.com/sandbox/

    I’m just having the cloud image be able to follow the responsive navigation button. While it works in all my browser testing so far, on my tablet the clouds are 1px to high, but in the correct position when the nav button is pressed. When flipped to landscape, the image is in the right spot, unless refreshed.

    I am using a reset of course, but is there anyway to target this issue, or another idea of going about doing the background?

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.