Fix for bullet alignment in IE9

  • Mod

    Kenneth John Odle

    #20844

    Josh, this is what is happening in IE9:

    Craig

    #20845

    Ken: Thanks for the screen capture…a picture is worth a 1000 words.

    Here’s what I found. It appears that IE9 doesn’t default to “inside” or is inheriting something else from a parent somewhere. By putting this in the custom css option of Graphene it fixed it.

    .entry-content ul li {
    list-style-position: inside;
    }

    Thanks guys for hanging with me. I know browser compatibility can be a pain.

    Admin

    Syahir Hakim

    #20846

    On a totally separate issue, may I suggest you use pretty permalink for the site?

    http://codex.wordpress.org/Using_Permalinks

    Craig

    #20847

    Good tip on permalinks. Done. I also took your suggestion on another thread to add a Gravatar but it must not be linked to this login. Funny, I can find the fix to a browser based CSS issue but can’t get my picture to pop up [Laughing]. Always something.

    I wanted Ken and/or Josh to see the resolution on the IE9 issue then one of us can mark the thread as resolved. Thanks Syahir.

    Anonymous

    #20848

    Ah yes.. now I see. (added to my personal list of reasons why I despise IE)

    I’ll need to look at the list-style-position element. I haven’t had too much experience with that one.

    but can’t get my picture to pop up

    If I remember correctly, it might take a few hours for all the servers to propagate the gravatar image to the sites where you have posted. It should show up soon.

    Thanks for the info, Craig!

    (thread marked as resolved)

Viewing 5 posts - 11 through 15 (of 15 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.