KennyP
06-12-2018, 09:16 AM
Hi:
I tried every hack I could find to target IE 10 and 11 with the following style, to raise the site's contact form by -30px , but none of them work.
They also break up most of the other CSS of that same form when using firefox.
What am I missing?
The website. (http://www.billyjoeconor.com)
Thanks
@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
.form-div {
padding-top:-30px !important;
}
{ _:-ms-fullscreen, :root .form-div { padding-top:-30px !important; }
}
I tried every hack I could find to target IE 10 and 11 with the following style, to raise the site's contact form by -30px , but none of them work.
They also break up most of the other CSS of that same form when using firefox.
What am I missing?
The website. (http://www.billyjoeconor.com)
Thanks
@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
.form-div {
padding-top:-30px !important;
}
{ _:-ms-fullscreen, :root .form-div { padding-top:-30px !important; }
}