Questions tagged as 'html'

1
answer

Make content appear according to button clicked on the side menu

I have a side menu listed with several lis and the contents of each menu item listed next. I would like that when the user opens the page the first menu item is already visible, and if he clicks on another the visible item will appear and...
asked by 28.04.2017 / 15:33
1
answer

Start page with checkbox unchecked

I'm new to programming and I'm trying to develop a web map that has layers, to be turned on or off by the user through checkboxes. I'm having a hard time getting the page loaded with the checkboxes unchecked, and therefore with the layers off...
asked by 26.04.2017 / 22:25
1
answer

Web View with zoom

I have a web view being loaded on screen (mounted by an internal HTML) that sometimes opens with zoom and others without the zoom . I do not want it to open with zoom , I need it to open in full screen! Here the layout snippet <Li...
asked by 27.04.2017 / 01:41
1
answer

Jquery slideUp / slideUp effect does not work

Good afternoon everyone, I'm creating a gallery on a website but it has an effect on slideDown when clicking the image that descends a div that has a larger photo and a description. When I click on another photo it closes the div on slideUp....
asked by 26.04.2017 / 17:16
1
answer

Pagination of results

How to insert results pagination into the code below, so it only displays 5 result in the table and make a < 1 2 3 4 > counter below to show the rest of the result? <?php header('Content-Type: text/html; charset=iso-8859-1');?&...
asked by 26.04.2017 / 21:10
7
answers

Should I use input type="submit" or button type="submit" in the forms?

I usually use <button type="submit"></button> , but I see in most forms the use of <input type="submit" /> , is there any difference? Which is the ideal?     
asked by 08.04.2014 / 21:26
1
answer

email signature does not work on mobile

I signed e-mail in html and css, I put it in outlook, until then okay, but on the cell phone it spaces, does anyone know what it is? It follows the images on the computer, on the cell phone, and the code <table border="0" cellspacing...
asked by 26.04.2017 / 16:47
0
answers

Make a WHILE run from the click of a button

I have a form that should fill in automatically. But this padding depends on a user's choice, so it should be run after the choice, I believe a button would be ideal. For example: I have several car assemblers (Volkswagen, Ford, Peugeot). The...
asked by 11.05.2017 / 20:28
0
answers

Relative path to CSS and JS files hosted with GoDaddy do not work

I'm setting up a site in the GoDaddy provider and I'm having a problem causing the CSS and JS settings to be applied to the site because it appears all unchecked. I ran a test to verify that the address passed in link href is correct a...
asked by 11.05.2017 / 22:24
1
answer

Server blocks image

Developed a site where it does not load image. I inserted the following in the HTML code: <img src="repositorio/imagem_principal/140800039.jpg"> However, the image does not appear when loading the HTML page on which this code is. The...
asked by 24.04.2017 / 21:20