Questions tagged as 'html'

1
answer

Menu for mobile

I'm making a website for the company where I work and made a multilevel menu. My problem is that when I open one of the levels, the last item does not appear and when I scroll what moves is the page that is behind. I wanted to know what I'm doin...
asked by 25.09.2017 / 22:17
1
answer

Email is not being true

I am having a problem: I am creating a " forgot password" field where the user types the email and if it is in the database it appears as true and redirects to page teste.php ; otherwise, to the index.php page. However, when I...
asked by 02.11.2017 / 02:36
1
answer

Protect php files from direct access without blocking the system

In terms of routing, my site is divided into two parts: First, it has an app folder inside root, where all the files in the site are contained in the MVC system, and second, next to the app, a set folder and file that serve to intercept the URL...
asked by 21.09.2018 / 21:36
1
answer

Links and images menu with float

I tried to create a menu with html and css without any framework, I used float:left to put the image with the logo on the left and rest of the images that are anchors should I want to be able to find the right one, but when I use f...
asked by 27.12.2017 / 19:34
2
answers

Execute function when arriving at Div

Is there a way to execute a function only when a div is on the user's screen? Example, I have a div that is in the middle of the site and when a user scrolls to it, or reaches it, I want a function to be executed. Is there an...
asked by 22.12.2017 / 11:59
2
answers

CheckBoxListFor with error

   Description: An error occurred while compiling a resource needed to service this request. Examine the specific details of the error and modify the source code accordingly.       Compiler Error Message: CS1061: 'System.Web.Mvc.HtmlHelper' doe...
asked by 07.05.2014 / 19:05
1
answer

What's the difference between using function with parameter THIS or OBJ?

Now, when I try to use a function, when I put this as a parameter, it was not executed, but when I put OBJ, it worked normally. Can anyone tell me the difference between the two? function mostraCampo(obj) { var select = document.getE...
asked by 06.09.2017 / 17:02
2
answers

No Access-Control-Allow-Origin header is present on the requested resource. Origin 'null' is therefore not allowed access. - Phonegap [duplicate]

I have read about this method json and I just do not understand and do not know what to fix, I'm using another domain to get json. Here is my code: $(function(){ var url = "http://website.com/json.php"; $.getJSON(url, function(res...
asked by 11.09.2017 / 17:02
1
answer

How can I get and save this value

I have a program too big for here and so I created a fiddle to illustrate my problem. I want to catch and save a p , but alert is always empty. Can you help me out? HTML <ul> <li>1</li> <li>2&...
asked by 21.05.2015 / 18:21
1
answer

Overflow-x hidden no body

I added Overflow-x: hidden in the body but it is not working. overflow hidden disable scroll, or just hide the bar? html, body{ overflow-x: hidden; -webkit-overflow-x: hidden; } /* tentei das duas formas */ body{ overf...
asked by 13.05.2015 / 17:28