Forums

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

Home Forums CSS [Solved] Best way to overcome the IE list bug when using floats?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #151806
    panvulcon
    Participant

    Hi, i’ve always struggled with IE when floating images next to lists. IE likes to place the bullet points inside the image AND I DONT LIKE IT!

    So the method i’ve been using is as follows: – Your text to link here…

    Is using list-style-position:inside the best way to overcome this?

    Suggestions at the ready.

    Andy

    #151809
    Paulie_D
    Member

    Try setting display:table on your ul then you can remove the list style position.

    No magic numbers required: http://jsfiddle.net/Paulie_D/YsvDb/

    #151869
    panvulcon
    Participant

    Thanks for the suggestions. I think the most elegant solution is paulie’s, and it works in ie9 so thumbs up.

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