Most voted "html" questions
Use this tag when the question refers to some resource, information or problem related exclusively to the HTML language (Hypertext Markup Language). HTML is the main markup language used to structure web pages and format content. The latest revision of the HTML specification is HTML5.
Learn more…14,259 questions
Sort by count of
-
1
votes1
answer152
viewsProblem with zIndex Javascript
The script will be a banner rotating two buttons: forward and back. I’m getting to know Javascript better and I have a question. Why doesn’t it recognize Anteslide and Proxslide? Follows the code:…
-
1
votes1
answer794
viewsAdding HTML to the Integrated Store Footer
Hey there, guys! All right? Recently, I started in the middle of the e-market and created my online store via Integrated Store.I’m trying to make some adjustments to the template I bought, adapting…
-
1
votes1
answer487
viewsHow to update Data from a Select with Ajax?
I have the following question, I have a modal, where I enter a city, so I need my select to be reloaded showing this newly added option, without the page being updated: Select: <select…
-
1
votes1
answer741
viewsAjax returning HTML together with Json
Hello, I am trying to fill in input data with the result of a database search using as a filter what has been typed before. ex: User enters client code and when the focus of the input, all the…
-
1
votes1
answer1074
viewsEncrypt javascript link
Hello! I’m needing to encrypt a script, but when I do that the url I’m using as an API for ajax doesn’t work. And the most important thing would be to hide it.
-
1
votes1
answer809
viewsChange CSS value according to Scroll
I need that when scrolling the page, apply css to div, example: When the user arrives at half of the site, or at the desired Section, apply a CSS from this point to a div, as the page scrolls down,…
-
1
votes2
answers960
viewsEcho colored in php
Can I leave ECHO in PHP colored ? Print in HTML, letter by letter colored ex: if (strpos($d5, '{"name":"')) { echo 'LIVE ->' . $a . '|' . $b . ' | C:' . $c . ''; } else { echo "DEAD -> $a|$b…
-
1
votes1
answer52
viewsForm sending to the bank when updating the page
Hi, I have a problem with my application which is as follows:. I fill all the fields and click the send button and it works fine. When I give an F5 to update the site, it forwards the same…
-
1
votes2
answers867
viewsCreate function that simulates typing
I need a function, or some plugin that simulates a typing, IE, that makes you have a cursor and, with which keep typing and deleting words; One example I found was this. (The typing effect on the…
-
1
votes1
answer1230
viewsRange: change color of progress bar in Chrome
In the firefox it is possible to change the color of the slider using: ::-moz-range-progress. Is there any way to do Chrome also? HTML <input type="range" class="bar" min="1" max="100"> CSS…
-
1
votes1
answer173
viewsSlide show overlaying the menu
I’m having a problem with my slide shoqw he’s overwriting the menu. follows the code: https://jsfiddle.net/mgodq202/…
-
1
votes1
answer773
viewsHow to save image in database?
I am developing a web application using the play framework, in which I am finishing the CRUD of a user, however this missing only the part where the user saves his profile photos in the register. As…
-
1
votes1
answer227
viewsUse html attribute as javascript variable
I’m developing a PHP system that uses an extension for dynamic forms, where I can click a button to add fields (EX: A request can have multiple items, where the items are the fields added…
-
1
votes1
answer2645
viewsDoubt fixed navbar at the top with Bootstrap
When I add the class "navbar-Fixed-top" it "eats" 50px of the page, use in navbar, links, to Divs and whenever a link is clicked the first 50px are below the navbar, what I want to do is to prevent…
-
1
votes1
answer126
viewsToggle button, button class
Well I’m trying to make a toggle button, but I’m in trouble the button I want needs a class to style in css. button class="button button1">Shadow Button</button , but the toggle button code I…
-
1
votes2
answers137
views -
1
votes2
answers968
viewsPHP How to generate a unique ID equal to the GOOGLE shortener
goo.Gl/A4hi How can I be generating an ID like this from google and check if it already exists, if it succeeds generate another. PHP
-
1
votes1
answer49
viewsHow to find content without a specific tag
I’m in a situation where I need to find content without a specific tag. Of course any content is surrounded by a tag, even if it’s body or html. With the example becomes clearer what I need: <div…
-
1
votes0
answers128
viewsHow to activate Animate.css plugin from scroll?
Good morning I started using the plugin of Animate.css and the animation is working. However I wanted it to activate when the scroll arrived in the element. The effect is already occurring when the…
-
1
votes3
answers1410
viewsHow to make input mandatory in just a few cases
I am putting together a form in which the customer needs to provide the parent data when he or she is under age. I can do this easily in the backend, but I would like to know if you have how to do…
-
1
votes3
answers582
viewsProblems with image on the site
Hi, guys, I want to put an image in the header of my website, but I can’t get it to stay on the right head. If I put in a code before the divorce, she doesn’t show up, and I put her in charge of the…
-
1
votes1
answer24
viewsthere’s some mistake in that code I made, "leaving the page up"
the code itself, that’s right, but when I put it in one, it looks like the content goes up, leaving the following components up need to figure out the error: .thumb { width:33%; height:auto;…
-
1
votes2
answers62
viewsI’m trying to move my text to the bottom right corner but I can’t
My code: <font color="white" align="right"> <br> Lucas Sintra </div>
htmlasked 7 years, 4 months ago user100698 -
1
votes1
answer90
viewsProblem with body and background tag-Attachment: Fixed;
@import url('https://fonts.googleapis.com/css?family=Paytone+One'); html,body { height: 100%; /* é necessário definir o height 100% no html, body ou qualquer elemento que estiver entre o body e o…
-
1
votes2
answers458
viewsPut "little hand" in the iframe
Good morning. I am opening . png files with iframe and would like to know if it is possible to put that "little hand" google maps uses to drag the image inside the iframe. The utility of this…
-
1
votes2
answers79
viewsError using CSS Nth-Child()
.citacao-bio { background-color: #D9E5E3; border: 10px solid #C2CCCA; width: 250px; box-sizing: border-box; margin: 20px 40px; float: left; position: relative; } .citacao-bio:nth-child(2){ float:…
-
1
votes0
answers158
viewsMedia Queries for Menu
I’m developing a page that has a menu that should display different behaviors according to screen dimensions. I’ll try to display this through some images. In the initial state of the menu (and with…
-
1
votes1
answer108
viewsHow to modify :Hidden elements with jquery?
I use Bootstrap Carousel and need to modify the margin-top of a title, but when the content div is :Hidden, I cannot get the text height with jquery. Follows the code: $(document).ready(function ()…
-
1
votes0
answers61
viewsI’m having a problem at a service
I’m having a problem leaving a Section with the icons horizontal, they’re vertical and I can’t fix it .. full html code: @import url('https://fonts.googleapis.com/css?family=Paytone+One'); *{…
-
1
votes1
answer79
viewsHTML word processor component
I need to convert the following screen made in Silverlight for HTML, but the biggest challenge is in the component below similar to a word processor like Word. There is some free component to…
-
1
votes1
answer41
viewsI’m having a problem with a script
Good at the code : <!doctype html> <html><head> <meta charset="utf-8"> <title>Documento sem título</title> <!-- PLUGINS --> <link…
-
1
votes2
answers129
viewsHow to use 2 addresses in the if condition ( !strpos( $_SERVER['REQUEST_URI'] , '/') )
What to do to use two addresses at the same time in this condition? OBS.: I need this code not to load the HTML if one or another address is accessed <?php if ( !strpos( $_SERVER['REQUEST_URI'] ,…
-
1
votes3
answers11941
viewsHow to pass data from one input to another with html and javascript?
Guys I have a big problem, I’ve researched a lot and I couldn’t solve my problem. I hope you can help me! I have a page (in html) with a form. I would like the value placed in the input of the first…
-
1
votes1
answer121
viewsLoad RTF content into HTML component
I’m using the API Sceditor to make a text editor available on the page, but I need to fill it (set the value) with the contents of an RTF string. I did it this way, but it was already wrong in the…
-
1
votes0
answers224
viewsTake value from select
How do I get the value of a select in the form, my form is just sending the other fields PHP: <?php // Check for empty fields if(empty($_POST['name']) || empty($_POST['email']) ||…
-
1
votes1
answer138
viewsToogle button with html action
I am developing a website , and would like to create a "Show More" button when clicked will show a text , but the list that will be below will go down , as exemplified in the image , which method…
-
1
votes2
answers586
viewsHide or delete row from table when delete record
I have a table that displays a client list and has a fluff on the side to exclude each customer. I want to make this deletion via ajax, how do I make the line that is the client that was deleted…
-
1
votes1
answer81
viewsJqueryui autocomplete does not refine search
Using the Jquery Ui autocomplete I have had a small problem. I am performing an ajax search to feed a text field. In this field a discipline will be sought and the autocomplete assembles the…
-
1
votes3
answers1700
viewsHow to take the title of an HTML page and return its value in Javascript
I need to know exactly how to return the page title value: <title> nome </title> Returning in this way: you are on the page 'name'. I’ve seen a question related to a few years but I…
-
1
votes2
answers9302
viewshow to make a div float on another div
I’m trying to make an interface similar to the Whatsapp web which has a green header and a gray background where the conversations box is contained on this gray background and the green header. The…
-
1
votes1
answer109
viewsShow date automatically when creating form
I have this code: <p><h5><strong>Data de Atribuição</strong></h5> <input id="DataAtribuicao" type="text" name="DataAtribuicao" value='<?php echo date("d/m/Y");…
-
1
votes1
answer449
viewsWindow by clicking the html button
Hello, and I’m creating an area on my site, where when the person clicked on "shows more" would open a window on the site itself , showing the content as in the image below, but I have no idea how…
-
1
votes2
answers91
viewsPHP - Get different database data from the same button
Well, here’s the problem: I have the following code HTML/PHP which allows me to retrieve the last four data entered in the database to show the last ones added: $getLastFour =…
-
1
votes2
answers98
viewsHyperlink problem for connection to phone numbers
I have a field inside a table, where behind the bank the given phone, in a string format (xxx) xxxx-xxxx . I want the moment I click the phone, open the option to choose which program I will use to…
-
1
votes1
answer589
viewsEditable line with PHP and Javascript
I’m trying to create an editable line, so that when I click on it, Js brings me the inputs, allowing me to make the changes in that line and perform the Update in the database. Like this picture I…
-
1
votes3
answers334
viewsProblem in image rendering
The image is all "pixelated" does not look as it should, which can be? The original image has great resolution and the size is 1200x1200, decrease the size of it also did not change the result In…
-
1
votes1
answer289
viewsEdit html+php+jquery items
I have to edit a record series, the same are listed in a table (see): This is the form of the image above: <div class="control-group"> <table class="table table-bordered "> <thead>…
-
1
votes0
answers24
viewsImages added with tinymce do not respect div
I made a little file upload plugin that is integrated into tinymce, but when I add images through tinymce they don’t respect div. How can I fix this? I saw that tinymce adds fixed pixel sizes, it…
-
1
votes0
answers43
viewsRecover Getusermedia Audio to Record
Good morning, everyone, i have done treatment to record audio with Getusermedia. I used as a basis this example (https://mdn.github.io/web-dictaphone/), has the same js code. The problem is that the…
-
1
votes1
answer3922
viewsError: Cannot read Property 'style' of null
I am doing a work in html, css, javascript and ajax and the goal is to change the style of the tab with the sensor name id when it is clicked, but it says that the element does not exist and I…