Questions tagged as 'html'

3
answers

How can I send the id along with an event in js

My question is if I can send the id of a tag in html along with the same event that executes it, for example: <button id="boton" onclick="mandarId()"> and when the event happens send the id of the tag too.     
asked by 04.11.2016 / 11:59
2
answers

Problem with JSON file?

I'm following a tutorial on how to create a gallery on android with glide and the information is in a file .json the code looks like this [{ "name": "Deadpool", "url": { "small": "http://api.androidhive.info/images/glide/small/deadpool.jpg...
asked by 01.11.2016 / 22:46
3
answers

How to get first nth-child or first-child with span using jQuery

I wanted to have the first nth-child, which is filled dynamically by aggregation and I do not know how to get it. $("ul > li > a > span.menu-item-text:nth-child(1)").text("Primer Inicio"); ul { padding: 0; margin: 0; }...
asked by 25.01.2017 / 14:46
3
answers

Design Responsive with CSS images

img{ width: 50%; height: 50%; } img[name="imagen_cuadrada"]{ width: 50px; height: 50px; } <img src="https://www.tuexperto.com/wp-content/uploads/2018/03/paisajes.jpg"> <img name="imagen_cuadrada" src="https://www...
asked by 13.12.2018 / 15:12
2
answers

Hide scroll bar without disabling it

I would like to find a way to hide the scroll bar in the browser. I have tried the following: <style type="text/css"> body { overflow:hidden; } </style> But setting overflow:hidden in the body , what happen...
asked by 17.05.2017 / 15:25
5
answers

Redirect to app play store from html

I would like to know how I can open my app directly in the google play store. It happens that we have an application that has a WebView pointing to the site of our company, on the site of our company we are placing the code below (that is a t...
asked by 05.05.2016 / 20:49
3
answers

Put a background photo in a section. html css

I am developing a static website where I want to put a photograph in a section. the background right now has a color, but no matter how hard I try to put the image it does not appear. <section class="bg-primary" id="nosotros"> <di...
asked by 27.07.2017 / 11:51
4
answers

How to hide the scrollbar?

I would like to remove my scrollbar from the user's view, as I do not currently know that when an error is marked, a box appears above my form and therefore moves some pixels to my form and that in this movement where the scrollbar...
asked by 18.03.2017 / 00:31
1
answer

Overlapping Divs

I'm a bit of a rookie and I made a mistake creating a website. The idea is to create a website with a fixed header and side menu. The fact is that the lateral menu is superimposed on the header by having them float: left and clear: both to both....
asked by 23.03.2018 / 05:21
1
answer

CSS does not work when I work on localhost: 8080

I am creating a website and I have problems loading the CSS stylesheet in my HTML document when I am working in localhost:8080 and I do not understand why. The structure of my repertoire is as follows: . |-- node_modules |-- ressourc...
asked by 13.04.2018 / 20:55