I have the following situation:
I have a program written in python that works with Gtk + webkit + flask.
To run such a program I should log in to the CMD and type "python.py file" and it will starta my GUI application normally.
Where according t...
Hello! I'm starting in frontend and am having some problems with compiling code in different browsers. Developing a header and a Canvas style menu I came across the totally broken layout in Safari8. I used some css tags from render engines --web...
I'm trying to cause an (unsuccessful) effect of fading the image using the following code:
@-webkit-keyframes fundo {
10%{
-webkit-filter: grayscale(10%);
-moz-filter: grayscale(10%);
-ms-filter: grayscale(10%);
-o-fil...
Is there any way to change the font-family of the value of input submit and reset, just as I did with the placeholder using ::-webkit-input-placeholder
And it's like someone from you to give me a help and help me align the checkbox nex...
I have a question about Node JS and what I could do with it. I started to study about MEAN a few days ago and wanted to know if using this technology I could, for example, create a system of Digital Signage , like Xibo...
Use Bootstrap 3 in my project. I've used Mozilla throughout the design process, and responsive design works great on it and Edge. When I went to test the pages in browsers that use WebKit (Chrome and Safari), they appear very different from what...
I have a problem to do an animation where I have circle in svg and I need to make it increase until I cover the whole screen, like a FAB that turns into a div, I've done an animation of that but with a lot of background-s...
I'm getting error in the code below that says
css - always defines standard rule 'keyframe' when defining keyframe Error
It runs normally in Chrome but is not working in IE 11
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
to...
Developing an application using Cordova this error started appearing after using some methods (after this warning occurs the function to be called ).
I wonder if there is any way for me to detect when this happens to redial my function that...
I'm developing an application for android and iOS, and in this I need to use -webkit-. My question is if I can actually use -webkit- for the app with no problems.
Note: the app is not over the internet.