• Maybe my brain is so tired that i’m retarded….
    in the default theme, i see bullets in my UL LI in Fire Fox, but Internet Explorer is acting correctly and not displaying them.. I went into stylesheet.css and put

    list-style: none;
    list-style-type: none;

    into UL or LI I could find.. gahhhh
    maybe i need sleep.. but.. i’ve been working on this for an hour.. gaslkjsa

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’ve been having the same problem forever. What’s going on?

    remove this in style.css

    .entry ul li:before, #sidebar ul ul li:before {
    	content: "0BB 020";
    	}

    thanks! =)

    I rejoiced when I found this thread… I thought surely it would solve my problem.

    Alas, it didn’t.

    I’m new to WordPress. I’m using the default theme. I have created a custom field. I’ve edited my template to display my post metadata but for the life of me I can’t get that darn bullet point to disappear in either IE or FF. I’ve done both of the steps in the two posts above.

    Any suggestions please?

    Thanks!

    Right so I resolved this using…

    /* Style post-meta-lists*/
    ul.post-meta {
    list-style-type: none;
    }

    In the style.css

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘can’t remove bullets in FF, but can in IE? Whaaat…’ is closed to new replies.