Forums

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

Home Forums CSS CSS position issue

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #200835
    nadzhq
    Participant

    Hello friends,

    Have a look at the screenshot please.

    http://screencast.com/t/AxKWdvsKlA

    Ive been added the css property to this.

    #carousel-testimonials .fa-angle-left {
    display: inline-block;
    position: absolute;
    top: 40%;
    z-index: 5;
    }

    But its not showing correctly in Internet Explorer.

    #200842
    Paulie_D
    Member

    Not enough information to go on.

    We’d need the relevant HTML & CSS in a demo, either in Codepen.io (for preference) or Jsfiddle.net.

    Also, which version of IE?

    Did you forget to add position:relative to the parent element?

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