[hr] tag invisible on Firefox

Discuss issues and requests related with the forum software
geek
Posts: 1052
Joined: 02 Oct 2013, 22:13
Location: GeekDude
Contact:

[hr] tag invisible on Firefox

25 Jun 2018, 11:17

When browsing the forum from Firefox the horizontal rule tag does not display.

There is some CSS for hr tags that goes like this:

Code: Select all

hr {
  border: 0 solid transparent;
  border-top-width: 1px;
  height: 1px;
  margin: 5px 0;
  display: block;
  clear: both; }
but for it to display properly in Firefox it needs to be modified like this:

Code: Select all

hr {
  border: 0;
  border-top: 1px solid transparent;
  height: 1px;
  margin: 5px 0;
  display: block;
  clear: both; }
Edit: Also for .postprofile a similar change should happen for the vertical line between the post and the author information.
Attachments
Screenshot_2018-06-25_10-07-47.png
Screenshot_2018-06-25_10-07-47.png (85.39 KiB) Viewed 2986 times
User avatar
derz00
Posts: 497
Joined: 02 Feb 2016, 17:54
Location: Middle of the round cube
Contact:

Re: [hr] tag invisible on Firefox

27 Jun 2018, 17:37

I've always been able to see these lines; Firefox on Windows 10... Not sure what the variation is for.
try it and see
...
User avatar
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: [hr] tag invisible on Firefox

27 Jun 2018, 21:27

Not sure, but it's working on my pc right now
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Re: [hr] tag invisible on Firefox

28 Jun 2018, 02:32

They disappeared on my phone too a while ago, Opera.I see them now :thumbup:
:beer:
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

Re: [hr] tag invisible on Firefox

28 Jun 2018, 04:17




At one point I didn't see them on Internet Explorer when used within a post, although they always worked when separating posts and signatures. They are working at the moment.


homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
User avatar
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: [hr] tag invisible on Firefox

28 Jun 2018, 06:03

Great to hear, you can thank GeekDude for this :+1:
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
User avatar
derz00
Posts: 497
Joined: 02 Feb 2016, 17:54
Location: Middle of the round cube
Contact:

Re: [hr] tag invisible on Firefox

28 Jun 2018, 16:15

Ah, possibly they had disappeared, but I never noticed, and now with GeekDude's fix, it works well.
try it and see
...

Return to “Forum Issues”

Who is online

Users browsing this forum: No registered users and 40 guests