We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Well i'm workign on a website, and we need to use on i8
using this lib works fine BUT....
But i can't reproduce the vidos or click any link
also i have videos and i cant' reproduce them
i tried to use background: no-repeat center center fixed\0/ but this generate an error at sass
this is my sass
#main { .section-page{ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-page.jpg',sizingMethod='scale') !important; background-size: cover; -ms-behavior: url(backgroundsize.min.htc) !important; behavior: url(backgroundsize.min.htc) !important; } .section-dep {.banner-dep {.title-dep{background-color:white;}}} .section-one{ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-1.jpg',sizingMethod='scale') !important; background-size: cover; /* The url is relative to the document, not to the css file! */ /* Prefer absolute urls to avoid confusion. */ -ms-behavior: url(backgroundsize.min.htc) !important; behavior: url(backgroundsize.min.htc) !important; } .section-two{ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-2.jpg',sizingMethod='scale') !important; background-size: cover; /* The url is relative to the document, not to the css file! */ /* Prefer absolute urls to avoid confusion. */ -ms-behavior: url(backgroundsize.min.htc) !important; behavior: url(backgroundsize.min.htc) !important; } .section-three{ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-3.jpg',sizingMethod='scale') !important; background-size: cover; -ms-behavior: url(backgroundsize.min.htc) !important; behavior: url(backgroundsize.min.htc) !important; z-index:0; background: no-repeat center center fixed\0/; } .section-four{ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-4.jpg',sizingMethod='scale') !important; background-size: cover; /* The url is relative to the document, not to the css file! */ /* Prefer absolute urls to avoid confusion. */ -ms-behavior: url(backgroundsize.min.htc) !important; behavior: url(backgroundsize.min.htc) !important; } } #container{ > footer{ section.footer-menus{ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-5.jpg',sizingMethod='scale') !important; background-size: cover; /* The url is relative to the document, not to the css file! */ /* Prefer absolute urls to avoid confusion. */ -ms-behavior: url(backgroundsize.min.htc) !important; behavior: url(backgroundsize.min.htc) !important; } } }
Please HELP!!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Well i'm workign on a website, and we need to use on i8
using this lib works fine BUT....
But i can't reproduce the vidos or click any link
also i have videos and i cant' reproduce them
i tried to use background: no-repeat center center fixed\0/ but this generate an error at sass
this is my sass
Please HELP!!!
The text was updated successfully, but these errors were encountered: