Questions tagged as 'html'

2
answers

How to make an input yield a specific result

Good I am making a table and it throws the results to me in table form but I occupy that it throws to me now the result that I enter in the input if I put for example 5x14 that throws me only that and I do not throw all the tables I do not know...
asked by 10.04.2018 / 18:12
2
answers

Adapt image 'backgroud-image' base64 to a 'div'?

I have an image (it can vary its dimensions) in base 64 that I have saved in the database, I want to adapt it to a div , but it is cut, as it would do so that in case it exceeds put a scroll . I've already put the overflow in...
asked by 12.03.2018 / 20:02
1
answer

Problem with CSS when linking it with HTML [duplicate]

Hello! Again I with a mega doubt (problem) I want to link my style sheet (css) to my html, maybe they do not have the right permission to be linked. but they are different folders. One is inside the public_html folder and the other is out o...
asked by 06.03.2018 / 08:14
1
answer

Drag of arrays in this game is not going

Can someone tell me what I do so that after each movement, I have a travelLog with the coordinates I passed, and saved in my travelLog array of my object? Obviously I do rover.travelLog and it gives me all the time the current coordinate, severa...
asked by 07.03.2018 / 13:59
2
answers

Ajax always within .html in the script tag?

I have been studying ajax, in different videos from youtube and in different pages, now my question is always the script in which ajax is going to be in the .html I always see it there, and for example I tried to pass it to another side like a ....
asked by 28.02.2018 / 17:50
1
answer

Play audio in JQuery

In my HTML I have the following (in addition to the "display: none" in the css): <audio class="audio"> <source src="~/Audios/NUMEROS/ONE.ogg" type="audio/ogg"> </audio> And to execute said Audio, I put the following co...
asked by 27.05.2018 / 17:48
2
answers

how to put a layer in a background image and highlight text

I'm doing a FULL INTRO style and I'm putting a dark layer in the background image using CSS filter: brightness (0.4); but it also affects the text, as I do so that the text stands out and is not part of the dark layer. My css code: .portada...
asked by 22.02.2018 / 21:15
1
answer

Model View-Controller PHP

I'm doing a test web page with the Vista Driver Model, but I'm getting an error that I do not know how to solve. I leave the code to see if you can help me. Index.php <html> <body> <title> HUMAN DEV...
asked by 18.02.2018 / 21:23
2
answers

Mark first radio button always - HTML

I have a view of opinions and I want to ALWAYS mark the one that is in first position, whether or not it exists, in the next update of the visualization. The first one is marked for me, because I have if($opinion["idopinion"]==1){ and...
asked by 20.12.2017 / 11:38
1
answer

How to make data-target of a button towards an existing class

How do I link the modal class applied in H2 to the image inside the button? I need to click on the image to display the modal like the H2 does. You can see the complete code with css and images in this link: link Thanks in advance....
asked by 27.11.2017 / 20:43