Questions tagged as 'html'

2
answers

I can not get the text with javascript and vue.js, send it to me null

I am trying to get the text of the span tag with javascript, but the sending of the data remains in null. This is how I have the code: html: <div class="col-lg-10 "> <span id="trunc">Lorem ipsum dolor sit amet, cons...
asked by 10.10.2017 / 18:10
2
answers

Modify image position with css

If someone can help me I have a page.html with an image inside a div the div is class="avatar" . In the css I have .avatar { width: 100%; margin: 13%; width: 65px; border-radius: 50px 50% 50% 50%; height: 65px; ba...
asked by 10.10.2017 / 16:01
1
answer

problems with overlap elements

I have a web page with a <select> of about 20 items and under it I have 6 or 7 <textbox> . The fact is that, by default, the browser shows all <option> of <select> possible depending on the s...
asked by 20.10.2017 / 06:18
1
answer

Selecting data from the database with Mysql

I have a problem because I'm doing a data search in MySQL with a select and a where so for example: select * from $tabla where categoria = :categoria and ambitos = :ambitos The problem is when I want to bring all the da...
asked by 20.10.2017 / 13:41
1
answer

AngularJS - routeProvider generates invalid url

When I try to call my "option1" file from my templates folder in the url, only appears    link and it does not allow me to accelerate to my route more without encambio if I modify the URL to    link he calls me correctly I defi...
asked by 18.10.2017 / 04:49
0
answers

CSS - Resize white background image

I am trying to carry out the "Build a Tribute Page" challenge on the Free Code Camp. However, I run into a problem in css. I want the size of the white box of an image to be smaller than what I see. But I do not know exactly what to modify....
asked by 12.10.2017 / 03:54
0
answers

White space on a video cover (it only happens in safari, not google chrome)

I have this problem on a website, but it only happens when I open it on safari: there is a white space above and below a video that I put as cover. Here goes the code: HTML <div> <video autoplay loop poster="images/inicio.png"...
asked by 08.10.2017 / 19:03
1
answer

Problem Validation Login PHP AJAX JS

I am developing a system to practice but I got a problem with the Login, since using a validation script through AJAX sending through the GET method a variale to a Switch and a conditional does not achieve the desired effect since when you click...
asked by 09.10.2017 / 02:46
1
answer

Select body content except for certain elements using jQuery?

Again here. My menu can now go down and look very good. This time what I need is that when the NO mouse is in any part of the menu, it disappears, that is, when the user takes the mouse to any other part of the page other than the menu , the m...
asked by 05.10.2017 / 21:11
1
answer

Assign value to table row cell

I have the following function that retrieves the selected row of a table: function cambios(){ var tds = $(this).find('td'); } I want to modify the values of that row and show them in the table, I was doing it this way but it does not wo...
asked by 05.10.2017 / 18:25