Forums

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

Home Forums CSS Sprite problems in FireFox

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

    Does FF have a problem with using sprites?
    On my site http://www.travisneilson.com The navigation at the top right is malfunctioning in FF. Any ideas what could cause this?
    I thought sprites were a common practice.

    #69607
    TheDoc
    Member

    Sprites are 100% common practice!

    Firefox doesn’t support background-position-x or background-position-y. Instead you go:

    background-position: x y;

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