New Topic

Hr Line not showing up in IE

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

This topic contains 11 replies, has 2 voices, and was last updated by  StartupWP 4 years, 8 months ago.

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1662

    uendi
    Participant

    Hi

    I have set a hr line http://prntscr.com/3uw8xv at my site homepage. However, it does not showing up in IE. So is there any solution to solve this ?

    Thanks.

    #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 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.