Questions tagged as 'html'

1
answer

HTML page responsive only in browser

I've created a responsive html page, to run mostly on smartphones. However, in portable devices, in the vertical (standing) position, the background image is not "resized". In the browser, if I narrow the window to the maximum ("mimicking" the s...
asked by 01.12.2014 / 18:30
1
answer

Developing Theme in Wordpress - Widgets do not appear

I'm trying to develop a theme from scratch in Wordpress by following video lessons. The problem did not just happen to me, there are people commenting on the same problem that is the fact that after all the PHP, HTML and CSS coding aimed at crea...
asked by 02.12.2014 / 18:55
1
answer

How to limit a player's chances in JavaScript

Friends, I'm developing a simple jigsaw game in JavaScript, no dummy, only with a odds counter, however, I'm not able to limit the player's odds and I'm having some syntactic errors. can you help me? Here is the code: HTML: <html>...
asked by 01.12.2014 / 13:59
1
answer

Problem with power play

I'm trying to create a gallows game. The game itself is almost ready. The problem is when it's time to check if the letter is the same as typed. I checked if the letter was equal and if it was not it gave a value to the control variable and d...
asked by 01.12.2014 / 14:24
1
answer

Creating tabs without rectangles

I need a little help. I have these tabs that are working, but visually I do not like the rectangles where I click and want to change. Original: link I want to remove the tabs: Andputsomethinglikethis: I've tried several ways but I...
asked by 15.04.2015 / 11:45
1
answer

Enter values and click the button automatically at the established time

I have a website with a little screen with a login form. And my idea is to schedule automatic login for such a time. For example, I want to have a simple way to change the code as well. The idea is this: When giving 18:00 at night or...
asked by 15.04.2015 / 21:09
3
answers

Saving selected HTML PHP

I have a code of a select field where I need to be dynamically in an array the option selected by the user. Every time the user starts the page, the selected option appears. Here is the code: <?php header("content-type: te...
asked by 08.11.2014 / 20:31
1
answer

min-height, does not work on mobile what do I do? [closed]

I'm developing a desktop and mobile site, but when I'm on the mobile, I have to decrease the height of the slider on the right mobile, however when I put min-height: 250px! important, it will not, even me trying for all the forms I can not solve...
asked by 12.01.2015 / 19:28
1
answer

Form's automatic generator with innerHTML

I have a browser game ready. It is a game that only puts the answer in a form, if it is right, earn points, change an image, block the text box and a few more things. In a v2 of this system, my idea was an automatic generator of these questions,...
asked by 09.11.2014 / 13:13
1
answer

plugin not working, routes and jquery

I'm using this plugin to explore routes with jQuery without having to migrate to AngularJS. But I'm not getting the answer in the log box, which was to return with the following code $.router.add(/items/:item", "foo", function(data) { console....
asked by 23.11.2014 / 17:14