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
-
0
votes1
answer45
viewsDelete CSS applied to Object Brothers clicked with Javascript
How could resetar a CSS applied with Javascript via Click element? I have a table whose tr and td are created dynamically and a table table is created directly on HTML static, the td naturally do…
-
0
votes1
answer361
viewsHow to use oninvalid in textarea [HTML5]
I wanted to know how to use oninvalid in the text area. <textarea type="text" pattern=".{1,255}" id="mensagem" name="mensagem" class="form-control no-resize" rows="6" placeholder="A mensagem"…
-
0
votes2
answers327
viewssetTimeout or setInterval?
I am wearing one tooltip plugin in jQuery to modify attributes title="" multi-class. Everything was going fine until I realized a problem - I’m using a button that changes class as it’s clicked, and…
-
0
votes1
answer84
viewsInteractive title in a Modal
Well, I have this html: <div> <span class="upgrade_description"> Upgrade 1 Segunda a Sexta das 20h às 02h</span> <a href="#abrirModal" rel="modal" class="button">R$…
-
0
votes3
answers1868
viewsHow do I pop buttons on top of my div?
Good afternoon, I have a div made with bootstrap and css and I want that when you hover over, appear two buttons right in the middle of this div. My idea is the following, I have several Ivs…
-
0
votes0
answers46
viewsGet full image colors
I wanted to know how to take the total colors of a certain image, I analyzed some code of some sites, and some use ajax (jQuery) to send the image to a PHP page, but I do not know what it contains…
-
0
votes0
answers477
viewsTrigger event by clicking on a "tab"
I have a series of "tab" that are generated according to the parameters code: if($i==0 || $i==2 || $i==16 || $i==26 ) { ?> <div class="panel with-nav-tabs panel-primary"> <div…
-
0
votes1
answer570
viewsThe form does not send data to the database
I created a discussion topics registration form. Discussion topics are linked to a category via a foreign key. Then, if I click on a category, a list of topics appears. What I want is to be able to…
-
0
votes1
answer150
viewsCSS is not being loaded
I have a client’s website http://suprimark.com.br/ it was working normally, but when the service agency was accessing, it appeared like this, without css, and it has calls to the files .css. I have…
-
0
votes0
answers788
viewsControl of bootstrap tabs
I have three tabs with bootstrap, the option to navigate the tabs with the buttons back and next are working, as picture below: How do I enable the next tab only if all fields of the first tab are…
-
0
votes1
answer1008
viewsTreating error when no data is returned (Angularjs)
From the question: /a/97757/761 how do I treat the error when it does not find the zip code? See the error that it returns, I wanted you to return an alert when you give this error: XMLHttpRequest…
-
0
votes0
answers364
viewsStates City List via GET State Code
I am trying to create a way that the user himself can register his City and his Neighborhood. But I’m not sure how to make that when the user selects the desired state, only the cities related to…
-
0
votes2
answers1089
viewshow to leave rectangular image?
I would like to know how to leave a news image for example in rectangular format, without losing proportion. I looked on the Internet and found nothing that could help me. Note that the image is…
-
0
votes1
answer7397
viewsPlacing scroll in a table so that it does not cross the limits of the window size
I have a table that has many columns. I want it to be at most the size of the window. The problem is that it passes the window. How to place a scrool if the content moves the window size…
-
0
votes0
answers46
viewsList information from a database
I have a prototyping of a screen that should list data from a table: I have to select the entire row of information, so I can’t put each data in a separate column, which means I want to put the…
-
0
votes0
answers47
viewscheck if you are logged in to a specific session
Good afternoon, guys. I’m in trouble and I can’t think of a better place to fix this than here: I have a website that both admin logins with access to common roles and members will access. The doubt…
-
0
votes2
answers9874
viewsPHP variable in an HTML value
How do I put the php variable in the next value: <?php while($ver=mysql_fetch_row($busca)){ $id1 = $ver[0]; ?> <tr> <td><input type="radio" value="$id1"></td>…
-
0
votes2
answers2930
viewsCenter caption of a figcaption image
I can’t center the image caption relative to the image. I’ve tried with text-align: center; but it didn’t work. Follow the code: <figure class="foto-legenda1"> <img…
-
0
votes3
answers182
viewsDrupal, put the Web Form on top of the content.
I need to do in the Drupal theme put this Web Form on top of the content instead of at the bottom. I do not know how Drupal works, however I have some knowledge of creating Wordpress templates, I…
-
0
votes1
answer417
viewsProblem with sending headers
Good people. This question should be the most asked but I’ve tried everything (I think I tried everything) but it still doesn’t give. I have a php file here <?php $ligacao =…
-
0
votes1
answer169
viewsHow to remove all data traces in the google search cache?
I have already disabled the indexing (robots.txt) and already made the insertion of meta tag (<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">) in the <head> of the page, but when I…
-
0
votes1
answer42
viewsSlide error when inserting php code
I’m making a slide of videos and everything was going well until I put the php code that brings the videos from the database I insert by admin. When I change the code below: <div> <div…
-
0
votes1
answer214
viewsCreate slide down menu Responsive
I have a set of links (which have a stylization that makes them look like buttons) on my site, they work properly when on a computer browser or tablet but when on smartphones would like to transform…
-
0
votes1
answer714
viewsPlace 4 columns in a row
The point is, I am extremely Newbie in html/css and I’m modifying a theme of wordpress. The theme works from columns, and I need help specifically in this. As you can see, they are service "boxes",…
htmlasked 9 years, 11 months ago Bruno Garcia 67 -
0
votes1
answer109
viewsHow to add time to pass the slider?
Hello, I’m new here and also in jquery. And I wanted to know how to add time to move from one slide to another, here’s the code: <div id="slide" align="center"> <ul> <li…
-
0
votes3
answers296
viewsJavascript and SQL - Fill out a boleto with data from a row after selecting it
On a website, I have the following function in Javascript to bring me in a table the result of a query SQL. function buscaBoletos(){ $.ajax({ async: false, cache: false, url:…
-
0
votes2
answers261
viewsJavascript run with certain resolution
I have a javascript, and I need it to run only with resolutions under 700px. Follow my code below: $(document).ready(function(){ $('.menu').hide(); /* menu */ $('.menu').click(function(){…
-
0
votes1
answer1829
viewsDropdown menu with Bootstrap
I wanted to know how to make a menu that is dropdown, when it is accessible in mobile continue dropdown. I have the website www.ktfdistribuidora.com.br, in the "products" tab is a dropdown. In…
-
0
votes1
answer68
viewsProblems entering data into database
Good, I’m here with a problem because I enter all the data but does not keep me in the database. Does anyone here know the problem with the following codes: <form…
-
0
votes1
answer889
viewsFixed div in browser footer
I’m needing to leave a div that would be a fixed "Buy" button in the browser footer. Leave it at the end of the monitor, and even if the scroll scrolls down, it remains in the same position at the…
-
0
votes1
answer849
viewsHow to add html inside a tag - Popover
I need to put tags inside the data-content of popover, How should I use quotation marks? example: <a href="#" data-toggle="popover" data-html="true" data-content=" <div> <span…
-
0
votes1
answer767
viewsHow to validate if there is an upload file?
I have a form for uploading files: @using (Html.BeginForm("importCSV", "Administrador", FormMethod.Post, new { @id = "upldFrm", @enctype = "multipart/form-data" })) { <div class="form-inline">…
-
0
votes0
answers373
viewsAngularjs validation does not work very well
I have a form where it is shown inside a modal, used by the Bootstrap framework, and because of that, the angular validation does not work right. Only some fields are validated and still yes…
-
0
votes1
answer1130
viewsHow to show the value of a variable that is in another html page
The problem is this: I need to see some values that are updated every 3 seconds in a file that can be a .html, .csv, .txt or .css, any extension that can be seen in the notepad. Would look like this…
-
0
votes1
answer125
viewsEmail Marketing other than HTML
I am trying to send a martketing email through the platform WEBMAIL - KINGHOST by the hmtl editor but it comes out very different from what is in html. below the html code that is working properly.…
-
0
votes1
answer353
viewsselect option as parameter for codeigniter method
I’m having a problem I can’t seem to solve at all. I have an html form that has a select option to take the selected value when the form is sent and use as parameter for a method, there is some way…
-
0
votes1
answer65
viewsDifficulty with Encoding
Good, I have a file PHP with encoding UTF-8. And the text with accents in the part HTML they look like they should, but when I go to the database. Encoding of the database Data from the database…
-
0
votes1
answer111
viewsVisual Studio 2015 crashes when I type "<" in Apache Cordova
I’m using Visual Studio 2015 to create applications with Apache Cordova, and every time I enter the character of "<" (to open an HTML tag) the software hangs and closes, for no reason. Has it…
-
0
votes0
answers71
viewsHow to make a given link from an iframe click on the entire page
Example: <iframe scr="https://www.google.com/?gfe_rd=cr&ei=WKaFVtKXJ8yG8Qec97KwCg#q=stack+overflow"></iframe> A simple google search for the Stack Overflow site I wanted that when…
-
0
votes1
answer485
viewsHow to call the printer on a page made in ASP.NET MVC?
I would like to call the printer even if the page is being accessed by mobile. <div class="container droppedHover"> <div class="row"> <div class="span6"> <button class="btn…
-
0
votes2
answers2437
viewsremove the repeated values
If it type 1, I have to check that in the table there is no value 1 that has already been typed, if there is the repeated value, remove the value 1 and keep the other intact. So for other values.…
-
0
votes1
answer1611
viewsComponent Select2 with Angularjs
Good afternoon Someone uses the Select2 component (https://github.com/select2/select2) to create dropdown components? I am going through the following problem, I have two components in a javascript…
javascript html twitter-bootstrap angularjs jquery-select2asked 9 years, 11 months ago Giancarlo Abel Giulian 3,999 -
0
votes3
answers664
viewsProblem with window.open() JS
I have a table composed of 3 columns: link, status, action. In the action column, I have 2 links that will serve as "buttons": VIEW & DISCARD This table has on average +100 lines... I need that…
-
0
votes1
answer1552
viewsModal Bootstrap with input content
good night. I have an HTML page that has a text input and a button. In this input I write the name of the client and the button opens a modal to make a registration. would have as already in the…
-
0
votes1
answer90
viewsIs it possible to create a data field that is Cross-Browser?
Does anyone know how to make the <input type="date"> works in all browsers? In the Google Chrome works normally, I can pass the parameter in the form, receive in the variable and play in the…
-
0
votes1
answer261
viewsHelp with Editing PHP PDO
I’m pulling data from a table in sqlsrv to an html table because I often need to edit this data in that table. So I created a php edit function to edit the table row on another page only that is not…
-
0
votes2
answers2569
viewsEdit theme in Wordpress
It is possible to edit a theme in Wordpress without affecting the structure of it, and add more features to the third party theme?
-
0
votes2
answers2260
viewsFill div with ajax result
I have an ajax request with the following code: <script type="text/javascript"> function AddVoto() { $.ajax({ type: "POST", url: "{{url('votos/adicionar/')}}/{{{$postagem->id_postagem}}}",…
-
0
votes2
answers197
viewsOpen div by clicking on a date
How do I open one div click on one of the dates? When click on another div open close and open the clicked with a different content? #agenda { width: 1000px; height: 500px; background-color: white;…
-
0
votes0
answers691
viewsChange Image Color by clicking button
I have several images, when clicking the button I want it to take the image ID pass this ID to Onchange function and run the function update(this.jscolor). Below is the excerpt of the complete HTML…