Viewing 4 replies - 1 through 4 (of 4 total)
  • Remember to press CTRL and F5 simultaneously when viewing an updated page/site. Or try emptying your browser cache. This should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache.

    were the icons saved as a simi-transparent png24? if they were saved that way the only option is to resave them with the proper background transparency

    the images are themselves semitransparent.. so you need to make changes in the images

    Thread Starter leer

    (@leer)

    @esmi, clearing the cache, changing browsers etc., doesn’t work.

    @or1gb1u3, @ryans149, it’s not the images themselves… here’s the CSS:

    .sociable-hovers
    {
    opacity: 0.4;
    vertical-align: text-bottom;
    }
    
    .sociable-hovers:hover
    {
    opacity: 1;
    }

    It looks to me like the option to disable Sociable CSS isn’t working.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Why doesn’t disabling Sociable CSS disable semi-transparent icons?’ is closed to new replies.