Forums

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

Home Forums CSS CSS issue in safari

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #186104
    shidhu40
    Participant

    `
    <div class=”navbar-header”><img src=”/prodvcv/img/logo.png” class=”logocss” alt=””></div>

    CSS
    .navbar-header {
    float: left;
    font-size: 312%;
    margin: 7px 0px 0px 18px;
    color: #DB8B25;
    font-weight: bold;
    }
    .logocss {
    margin-bottom: 4%;
    margin-left: 14%;
    vertical-align: middle;
    width: 50% !important;
    position: relative !important;
    z-index: 9999;
    }
    `

    When I reload the page image becomes invisible , or shorter
    I just want to know the issues

    #186119
    Paulie_D
    Member

    We’d have to see it in action.

    Could you make a Codepen.io example?

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