I would like to make a simple JavaScript program witch allow you to like and dislike. So actually I am new in JavaScript it’s a bit difficult me yet. So when you click onto the Follow button it will increase the “countF” variable’s amount with 1, and change the button text to “Unfollow”. So as I said it is a
Tag: css
Website loses css content when hosted on linux server
I have a website that is primarily html5 and css3, and the pages look good when I run them locally from my pc on chrome and internet explorer 11.0.47, but when I put it on the Linux server and run the page from there on my own pc, the page loses the css in IE but is fine in chrome.
Python flask wont render multiple templates, possibly HTML issue
Updated question: my flask web page is working well, however i am currently editing my 3rd page and its doing something i cant understand. when i click on the third tab of my web app, the URL goes localhost/DC2/DC5, whereas i need it to go localhost/DC5. Im not sure why its jumping through the first page. Here is my flask
Firefox linux (centos) responsive design image scaling
I have an arrow in circle. CSS: In windows xp (ie8,safari,opera,ff,chrome) I checked everything is ok. The image is getting bigger and smaller – no any lines. But in linux some lines appear from the right and at the bottom of the picture. I checked image several times – there are no any lines. How can it be fixed? Linux:centos
Minify and join CSS & JS files on linux, server side
In my project, for example, I have this structure: After changes have been made, I would like to type in command line something like: which would generate two files: For the moment I am using less css, which is working on node. I would like to have one script that will do everything, for css as for javascript. Could you