Forums

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

Home Forums CSS Is there a way to replace and background spinner with an Icon?

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

    Hi all,

    Suppose I have the following css. Now lately we’ve shifted to using fonts for spinners. So now I want to do is to replace the background with a icon.

    .ui-autocomplete-loading {
    background: url(‘../images/loading-indicator.gif’) no-repeat;
    background-origin: content-box;
    background-position: right;
    }

    This is what we do on the HTML side…

    Is there a way to replace the top `background` with the bottom icon spinner definition?

    Thanks so much!!

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