New Topic

Hr Line not showing up in IE

Home › Forum › Help › Hr Line not showing up in IE

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1663
    StartupWP
    Keymaster

    Any IE version, or a specific version and older?

    #1664
    uendi
    Participant

    I am using IE Tester so I use IE 11 for testing and notice that HR line is not showing up.

    #1665
    StartupWP
    Keymaster

    Just tested and <hr /> appears fine in IE. Possibly try a different tester, for example:

    http://netrenderer.com/

    #1670
    uendi
    Participant

    Hi

    I can see the upper portion of my site homepage (screenshot) only by using netrenderer, so I can’t see the bottom portion.

    Secondly, I have used another PC to install IE11 and the HR line is not shown in homepage.

    Plus I also used another tester name: Browerstack. What I get, HR line is not there too…

    #1673
    StartupWP
    Keymaster

    Try:

    hr {
      background-color: #000;
      border: 1px none;
      color: #ccc;
      height: 1px;
      margin: 30px 0;
    }
    #1674
    uendi
    Participant

    Thank you for your patience.

    #1676
    StartupWP
    Keymaster

    It worked?

    #1678
    uendi
    Participant

    Actually IE very stubborn, it seems to accept HR line without pattern design only.

    Anyway, thank you very much.

    #1679
    StartupWP
    Keymaster

    Try:

    hr {
      background: #ccc;
      border: none;
      height: 1px;
    }
    #1698
    uendi
    Participant

    Thank you very much.

    #1699
    StartupWP
    Keymaster

    You’re welcome.

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.