-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mozilla hack is not working #182
Comments
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. |
Same here. I'm using Firefox 63.0b7 and the |
It is already committed in #187 . Unfortunately no one of browserhacks admins is no longer maintaining this repository, neither adding new admin to participate in it. |
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;
}
}
The text was updated successfully, but these errors were encountered: