Tagged: 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.
- AuthorPosts
- June 20, 2014 at 4:48 PM #1662
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.
June 20, 2014 at 5:41 PM #1663Any IE version, or a specific version and older?
June 20, 2014 at 5:50 PM #1664I am using IE Tester so I use IE 11 for testing and notice that HR line is not showing up.
June 21, 2014 at 6:35 AM #1665Just tested and
<hr />
appears fine in IE. Possibly try a different tester, for example:June 22, 2014 at 5:25 PM #1670Hi
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…
June 23, 2014 at 4:50 PM #1673Try:
hr { background-color: #000; border: 1px none; color: #ccc; height: 1px; margin: 30px 0; }
June 25, 2014 at 5:49 PM #1674Thank you for your patience.
June 25, 2014 at 6:34 PM #1676It worked?
June 25, 2014 at 7:31 PM #1678Actually IE very stubborn, it seems to accept HR line without pattern design only.
Anyway, thank you very much.
June 26, 2014 at 7:12 PM #1679Try:
hr { background: #ccc; border: none; height: 1px; }
July 7, 2014 at 7:38 PM #1698Thank you very much.
July 7, 2014 at 10:35 PM #1699You’re welcome.
- AuthorPosts
You must be logged in to reply to this topic.