Questions tagged as 'html5'

1
answer

Some hr's do not appear

I have the style for a hr below: hr { width : 100%; height: 1px; size:1px; background-color: rgb(0,0,0); } and I have 4 hr's on the page. The problem is that when I do height: 1px; size:1px; or height: 1...
asked by 29.09.2017 / 15:19
1
answer

Blueimp Gallery inside Modal with black screen

Follow the code below: <!-- Button trigger modal --> <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal"> Launch demo modal </button> <!-- Modal --> <div class="modal fade...
asked by 19.09.2017 / 02:35
2
answers

PDF view in iframe

I already have some time I'm looking for how to view the PDF files in an iframe or a div on the page itself instead of opening it in a new one and using Adobe Reader. But the problem is that the files are not fixed, they come from a code that...
asked by 25.03.2014 / 18:42
0
answers

Pagination ordered by ID

I have this system as a menu HowcanIgetthemtopasstheproductsandreturnthemthroughtheIDsavedinthebank? <nav class="slider__nav"> <button class="button button--nav-prev"><i class="icon icon--arrow-left"></i><span cl...
asked by 02.09.2017 / 23:47
0
answers

Update the data of an HTML page with JSP

I'm doing a simple system in JSP, where the program should simply fetch a float from a database and then add it to a variable. Everything is working, but I can not get this information to be displayed by HTML, follow my code: <form name="or...
asked by 03.10.2017 / 04:04
1
answer

Change anchor position on a page

The anchor is the same as image 1. I would like the anchor to be the same as image 2. "I solved" putting the anchor in another div , but can you solve this by HTML / CSS itself or JavaScript?     
asked by 29.08.2017 / 21:24
1
answer

Problem when executing method to insert new User using ASP.NET MVC with HTML and RAZOR

I have a problem when executing a request to insert a new user, I do not know what I need to do now to finish my request, By clicking the register button nothing happens below are my HTML code and controller (Controller Name: UserController)...
asked by 21.08.2017 / 20:52
0
answers

How to list woocommerce products in the carousel bootstrap

<div class="container-fluid"> <div class="row"> <div class="row"> <div class="col-md-9"> <h3 class="titulocarosel"> Produtos mais vendidos</h3&g...
asked by 18.08.2017 / 22:51
1
answer

how to set a background-image in the src of an img tag using jquery?

I'm creating a modal to display a gallery and the idea is that, when clicked on the images, the modal searches the background-image of each <img> and applies to the src. The modal works, but the image does not appear because the src...
asked by 14.08.2017 / 02:24
0
answers

Memory game with Javascript

I'm developing this game for a mobile application, along with ionic, angular2, CLI, among others. However the logic is totally with javascript but since every game has its rules I have stuck in the part where the player can not "turn" more than...
asked by 15.10.2017 / 20:50