4ae9b8 / browserhacks

An extensive list of CSS/JS browserhacks from all over the interwebs.
http://browserhacks.com/
1.27k stars 148 forks source link

Mozilla hack is not working #182

Open itxchandan opened 7 years ago

itxchandan commented 7 years ago

Hi,

I am using below the code but it's now working in Mozilla Browser V52.0.1(32-bit).

@-moz-document url-prefix() {
table thead { background-color: #fafafa; border-top:2px solid #ddd; border-bottom:2px solid #ddd; } }

jeffclayton commented 7 years ago

Check the browserhacks.com site for testing first, is it highlighting in green on there?

I am using the same version of Firefox and it is highlighting in green--working on the browserhacks page. Mine is the 64-bit version but that may not matter.

If it is not showing there, please let us know your OS, -- Latest Ubuntu Linux? Mac Sierra? Windows 10? and what type of device you are using, and if you are using a non-standard version (or a mozilla browser other than firefox) - Please let us know if it is or is not showing on browserhacks.com for you as well -- thank you in advance.

Important -- If you are using iOS Firefox, that browser uses the safari engine. And so the firefox hacks do not work on that browser, but the safari ones do. You would need to use those instead. I don't think you are using an iOS device, but just in case it is important I should of course mention it.

FYI-- If it is working on browserhacks.com for you but not in your code, then the hack is most likely not the issue. A small snippet of CSS however is not enough to help us debug it. The rest of your page would be important, as to discern what may be interfering. Unless there is the odd chance that the hack does not work on tables. Not that likely but in some cases does happen, but like I said -- not that likely.

alienlebarge commented 6 years ago

Same here.

I'm using Firefox 63.0b7 and the @-moz-document url-prefix() {}hack isn't working in my code and isn't green (it's not the only one) on http://browserhacks.com/

capture d ecran 2018-09-20 a 08 10 41-fullpage .

laukstein commented 6 years ago

It is already committed in https://github.com/4ae9b8/browserhacks/pull/187 . Unfortunately no one of browserhacks admins is no longer maintaining this repository, neither adding new admin to participate in it.