Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same problem, here is my code:

    div.sociable { margin: 10px 10px; }

    span.sociable_tagline { position: relative; }
    span.sociable_tagline span { display: none; width: 12em; }
    span.sociable_tagline:hover span {
    position: absolute;
    display: block;
    top: -5em;
    background: #000;
    border: 1px solid #ccc;
    color: black;
    line-height: 1.25em;
    }

    .sociable span {
    display: block;

    }

    .sociable ul {
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
    }

    .sociable li {
    background: none;
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 2px;
    }

    .sociable ul li:before { content: “”; }

    .sociable ul li {
    background: none;
    display: inline;
    list-type: none;
    margin: 0;
    padding: 1px;
    float: left;
    }

    .sociable img {
    display: inline;
    width: 16px;
    height: 16px;
    border: 0;
    margin: 0;
    padding: 0;
    }

    .sociable-hovers {
    display: inline;
    opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity=60);
    }

    .sociable-hovers:hover {
    display: inline;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    }

    .sociable a:hover img {
    display: inline;
    margin: 0;
    padding: 0;
    }

    .sociable a[href^=”http:”] {
    display: inline;
    padding-right: 0px;
    background: transparent;
    text-decoration: transparent;
    }

    Any thoughts?

    has anyone figured this out yet?? I would sure like to know.. having exact same problem.

    Cheers,

    @ djvibe

    I think your checkmarks are due to the single li style defined in the Elements theme.

    #single li {
    padding: 0 0 0 20px;
    background: url(images/icon-check.gif) top left no-repeat;
    }

    thanks for the feedback Clayton! I know that it is coming from the Elements CSS. I want to figure out a way to have no bullets by using the sociable.css that comes with the plugin. I use lists in my blog posts and pages so totally removing it from the master style is not an option.

    It must be possible remove it in the sociable style (sociable.css)

    changing .sociable ul or .sociable li??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Sociable] How do I get rid of the little dots?’ is closed to new replies.