Forums

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

Home Forums CSS Firefox displaying website wrong??

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #40372
    djrolstad
    Participant

    The logo on the website i’m making is pushed to the right a little bit too much on Firefox all the other browsers are good.

    #112185
    chrisburton
    Participant

    @djrolstad When you ask questions regarding an issue, please provide a link or a live example.

    #112186
    djrolstad
    Participant
    #112181
    TheDoc
    Member

    It’s because you’re using this: `-moz-transform: scale(0.8);`

    Why are you doing that instead of just resizing the logo in an image editor?

    #112182
    TheDoc
    Member

    And @jkinney768 is also correct. The better format would be this:

    HTML:

    Lawn Girl

    CSS:

    #logo a {
    text-indent: -9999px;
    display: block;
    width: xxx;
    height: xxx;
    background: url(xxx) no-repeat;
    }

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