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
-
2
votes2
answers123
viewsDestroy multiple sliders at once
I want to destroy all my sliders when the page hit the size of 768px. For this I made this code below: if($(window).width() >= 768){ $(".owl-carousel-linhas").data('owlCarousel').destroy(); } I…
-
2
votes1
answer51
viewsHeader does not work
Boa Pessoal, I have a php file that is named after filling a form in an html file. The function of this php file is to add data to the database and after inserting it has the following code:…
-
2
votes2
answers1445
viewsHow to insert $_POST in HTML form input?
How to insert a $_POST in a input of a form HTML? In a simple login form, when leaving a blank field, the script rescues the filled field, keeps it filled, and informs the empty field error, so that…
-
2
votes1
answer626
viewsIncompatibility between onkeyup and date mask?
I’m having a problem using onkeyup in a date mask which is as follows: when I try to use Backspace to modify the date, I cannot pass the bar (only the button is pressed). The bar keeps disappearing…
-
2
votes1
answer823
viewsMy site gets messy in Microsoft Edge, Firefox, and Safari. How to Resolve this Issue?
My site picks up Chrome and Opera, but when I test these other browsers it gets messy, plus, in Edge. Edge- Safari- Firefox is the one with the least errors- My Code:…
-
2
votes1
answer1369
viewsHow to log in and maintain the session?
I have a page HTML with an administration button before you have a login popup and the php from that login to is in another file. And I wanted to know how to do so that if he accepts the login, he…
-
2
votes1
answer909
viewsload Google maps API after onload
I have a system that currently works with the google maps api, but I realized that the site is waiting for this API to be loaded to finish loading the page. on the home page(index.php) I have the…
-
2
votes2
answers207
viewsWhy do you declare yourself PUBLIC and xmlns using W3.org site?
I have always had this doubt, because most sites declare arguments PUBLIC on the tag !DOCTYPE and xmlns on the tag html and because always the values of these arguments are links to the W3.org? I…
-
2
votes1
answer1646
viewsShows image in JSP
I’m having trouble showing an image on my JSP page. I’m trying to use several different ways to get the file and I can’t show it on the page. Folders are arranged as follows WebContent |_1.jpg…
-
2
votes0
answers557
viewsHow to create the "Related Posts" widget for Blogger?
I want to create a widget for related posts on my Blogger without using the widget Linkwithin, I’ve already added the codes in CSS and HTML correctly, but the element doesn’t appear when saved, I…
-
2
votes1
answer1469
viewsAs popular select with 2 json parameters
I’m making a form, and I didn’t find anything like it in the research I did. I have the code http://jsfiddle.net/rubensoul/xdmz35oy/3/ I’m getting popular them normally, When selecting a date he…
-
2
votes2
answers2835
viewsSend html page variable to another page using javascript
My page receives information from my js, this so my code: for (var i = 0; i < len; i++) { tblText += '<a href="teste.html"><table id="t01" class="table-bordered">'; tblText +=…
-
2
votes2
answers467
viewsBack button - Level above or Previous page
Good morning, I know the question seems strange and kind of obvious, but I’ve been having this question for a while... Let’s say it has the following structure: Home Clientes ---Lista ------Editar…
htmlasked 9 years, 2 months ago Raylan Soares 2,315 -
2
votes3
answers38959
viewsHow to position text within an image
I have the following picture and text TEST, would like to position the word TEST where is the X in the image. <img src="../Content/Images/top.png"> <label>TESTE</label> What’s the…
-
2
votes1
answer322
viewsCall Jquery function in HTML created via Javascript
My main.js and my html. $(function() { /*var ipControlador; $(function carregaFlows() { $.getScript("indexFunction.js", function() { ipControlador = ip; alert(ipControlador); }); });*/…
-
2
votes2
answers444
viewsHow to create a function to clear the group of a radiobutton?
I am working on a typing system of a paper form, where I have some options of radiobutton, for example: <fieldset> <legend> Disponibilidade de energia elétrica? </legend> <label…
-
2
votes1
answer50
viewsProblems with **UL inline**
Good, I have a problem making one ul inline thus because every time I try to hr and vertical-align always comes out of place. This is the result you give me: ul { list-style-type: none; margin: 0;…
-
2
votes1
answer2597
viewsHow to do line breaking in a <li>?
How do I break a line in a text that is inside a li, and configure css to be correct? I’m trying to make a menu whose list items have a square background, but I can make the line break but the…
-
2
votes1
answer53
viewsHow to manipulate margin of a Flat-UI video
I’m wearing a skin for video Flat-UI, but when I put the video inside a panel, there’s a margin at the bottom that I can’t remove at all. See on FIDDLE (roll the bar of Results down), or in the…
-
2
votes1
answer1065
viewsGet the div from within to "overlap" the father
I have this following structure: .containerNome{ width: 97px; height: 23px; border: 1px rgb(0, 0, 0) solid; background: rgb(0, 0, 255); border-top-left-radius: 10px; border-top-right-radius: 10px;…
-
2
votes1
answer1159
viewsChanging modal content with Javascript
Good morning, I know very little about Jquery and Javascript (almost nothing) and I have a problem. Is the following: On my site I have two buttons, which open a modal (generated with css). The…
-
2
votes2
answers1200
viewsOnly get a repeated value in mysql
Guys, I have a table and in it a field called cargo and what value it can repeat, as for example, the teaching position. In my HTML I’m riding a <select> When I recover the value of this…
-
2
votes1
answer51
viewsLengthy client side image rendering
I use on a web page images that are loaded from a field of type blob in the Firebird. The images open in a modal, fully loaded, that is, without using thumbnails, and when the user clicks on one of…
php html twitter-bootstrap image-processing encodeasked 9 years, 8 months ago Giancarlo Abel Giulian 3,999 -
2
votes1
answer1053
viewsLine-Height - Leaves No Vertically Centered Text
I’m using the line-height to center a text vertically. But the text seems to me to have a small margin. Look at the image below, I selected the font to better see the spacing that’s making the…
-
2
votes2
answers71
viewsUnexpected behavior when centralizing div
I made a basic structure: a wrapper involving 3 Divs! The first one floats to the left side, the middle one would have its margin defined as 0 auto and the last div floating to the right side. The…
-
2
votes2
answers42
viewsFiles not used on the site are uploaded?
Let’s say I have several files in ftp of a site, such as images that I’m not using in the construction of the same, obsolete images or files that I want to store in this domain. When accessing this…
-
2
votes2
answers865
viewsCreate octagonal border button using html and css only
I need to create a button with the edges in octagonal as in the example attached but did not succeed. I need you to have a white border and the background to be free so you can change color when…
-
2
votes3
answers818
viewsHow to configure a dynamic dimension div delimited by other div’s?
I am looking for a way to have a layout that meets the behavior below: The big question here is to make the central div delimite itself to the ends of the other div’s, so that they do not overlap…
-
2
votes3
answers692
viewsInline display does not work
I’d like to leave mine section same as this page here notice that just below the header a 3 circular objects with title and text and when you redeem the screen one goes down the other I want to do…
-
2
votes2
answers808
viewsTake the names of a form on a php page and put it in a select list on another php page
I have 2 pages cadastrar_loja.php and cadastra_documento.php. In cadastrar_loja.php there is a text field called Nome da loja, I’d like to take that name from the database and insert it into a…
-
2
votes1
answer84
viewsDynamically aligning image
I’m doing an area of the site where I seek to dynamically align the images that will come from possible "customers", the problem that is happening is that I do not know how to break the line because…
-
2
votes1
answer647
viewsBootstrap changing color in print
I made a report system that is displayed to make printing on A4 sheet. I put some edges on it to make printing. The problem is that at the time of printing, it prints everything black. The problem…
-
2
votes1
answer1724
viewsHow to store images in a Javascript object?
I’m developing an app that consists of a map and a camera. At the moment, I want to add the possibility of the user taking a photo with the camera and marking on the map where this photo was taken,…
-
2
votes2
answers522
views -
2
votes1
answer3036
viewsCSS animation "Flinging" or shaking
My idea is to put an invisible image on the page, which when in Hover, appears and triggers an animation. The problem is that once I put the pointer under the image, the animation is shaking,…
-
2
votes2
answers499
viewsHow to make this MENU with CSS
HTML <nav id="menu-navigation"> <ul> <li> <span class="icon building"></span> <a href="#" title="">LINK UM</a> </li> <li> <span class="icon…
-
2
votes2
answers2555
viewsHow to Type in a Select?
How can I make a select work also as a search field? Type, the client type as if he were typing in a input text for example, and the options of select are being filtered according to what he typed.…
-
2
votes1
answer313
viewsFloat does not work properly and overlap
I have a problem in a section because the text of one of them is overlapping the other when the page is redeemed and I don’t know what else to try so that it doesn’t happen follows the code :…
-
2
votes3
answers3680
viewsHow do I eliminate the top space my DIV leaves?
I have a DIV of leaves a space between her and the top of the browser, see: http://www.roteirodoimovel.com.br/modelos/3/teste.php CSS: .element { position:relative; display: table; width:960px;…
-
2
votes1
answer219
viewsHow to manipulate a link in href
Is it possible for me to treat a link, for example when I click and the page does not exist, I redirect to some specific place? For an "ops this link does not exist" page for example. Because in my…
-
2
votes1
answer465
viewsHow to run a video on Android Chrome?
How to run a video with the video tag in the google Chrome browser? My code: <video autobuffer id="bgVideo" loop="true" volume="0"> <source src="/video_bg_1.webm" type="video/webm">…
-
2
votes2
answers2315
viewsHow to send two actions in a single form?
Hello I have a pagseguro button on my site, but when I click on it I want it to take the form data and send it to another page (to then put it in the database). So when you click on the pagseguro…
-
2
votes1
answer3144
viewsTwo charts on the same page with Chart.js
I wanted to put two graphs on the same page only one appears to me. <div id="canvas-holder"> <canvas id="chart-area" /> </div> <div id="canvas-holder"> <canvas id="pie"…
-
2
votes0
answers714
viewsError function Barcode.php while Gero PDF with MPDF
I’m on a project at the company to send the billet from here in an automatic way to the customers email. The fact is that the layout and the boleto are already working perfectly. The only problem is…
-
2
votes1
answer428
viewsAdd "Input List" in Java Script
I’m having some difficulties with Javascript. I want to add some fields of my "Input List" and multiply others by clicking on a "Calculate button", thus informing a value in an "Input Text". Nothing…
-
2
votes1
answer50
viewsform does not insert into database
I have a HTML with that code: <div class="row"> <form method="post" action="php/mensagem.php" accept-charset="utf-8"> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-12…
-
2
votes1
answer921
viewsDynamically increasing the content of the div
I have 3 div’s and div2 should have dynamic content (growing as the content is inserted in it), div1 should follow the growth of div2. How can I do that? <div id="divPrincipal"> <div…
-
2
votes1
answer2038
viewsHow to edit HTML in a WYSIWYG (Tinymce) editor and save to the bank?
I currently have a blog about programming created by me and I’m using the Tinymce editor to create the content. I specifically use Tinymce because it has a free image upload plugin, which makes it…
-
2
votes1
answer215
viewsTake the result of ng-repeat and use in Moment.js
I have an app that uses a ng-repeat to list information. One of this information comes with a date as an example below, what happens is that I wanted to use the relative function of moment.Js. My…
-
2
votes1
answer45
viewsUse 2 fonts in a sentence
I have a website that the client asked me to use a type of source for some things and another type for others. And he asked the mail to be all typed (type1) but this type is not @ so he asked the…