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
answers161
viewsright div align
I’m trying to align this div on how much right of the screen and it’s just left <div class="tres"> <iframe data-aa='861335' src='#' scrolling='no' style='width:120px; height:60px;…
-
2
votes3
answers14733
viewsHow to put two buttons on each other
I don’t know as much about HTML and CSS as I would like and I need to make a small change to a site where I’m very limited, so I did it here. <div> <div> <a class="button"…
-
2
votes2
answers54
viewsWhy does a Function invoked by onclick not influence external commands to it?
As can be seen in the code, the variables declared are global, and the routine should display the result on the console as soon as the "Send" button was selected. <!DOCTYPE html> <html>…
-
2
votes0
answers123
viewsColoring a SVG with JS
I inserted several buttons in a form, each one has the function of changing the color of the same SVG files, however I tried to make this change via css and did not work, I think I will need a js to…
-
2
votes3
answers320
viewsRadio alignment with image
I’m trying to center a radio item - a selection "ball" with an image. But I’ve tried several resources using CSS and I’m not getting it. You know what feature I can use to achieve this alignment?…
-
2
votes2
answers14038
views -
2
votes2
answers875
viewsAbout rowspan
<p align="center"> <table border="1" cellspacing="0" cellpadding"2"> <tr><td colspan="2">Tabela de Caracteristicas</td></tr> <tr>…
htmlasked 6 years, 11 months ago GrazianoRIV 21 -
2
votes2
answers2428
viewsAnchor Link, how to let it open at a certain page position
Next, I’m using a page with anchor in "tabs", but when I click on the link inside the ABA it opens right more pulls to the TOP of the page the corresponding id, and so harms the MENU that is fixed…
-
2
votes2
answers2468
viewsExpand/collect table content by clicking on title
I have a table, I want when loading the page to have its hidden content, and when clicking on the title (in the example below awaiting) then load the content, and again by clicking on the title the…
-
2
votes2
answers210
viewsDiv does not respect image limit in css
I’m trying to get new ones divs in my html however they end up leaving the area of the image and I’m not able to leave them fixed inside the image just walking through the scroll bar, how do I move…
-
2
votes3
answers893
views100% effect on Carousel
I’m needing to put an overlay effect over a bootstrap Carousel, but it takes all the same height. Clarifying better ... the first time I worked in this style - not in this excerpt I sent - through…
-
2
votes1
answer791
viewsI need to change the border color of a datatable cell
I need each cell in the first datatable column to change color as the table is scaled. The color will be defined as the table data is generated in the back-end. Below is an example of how accurate:…
-
2
votes1
answer1924
viewsHow to get the data-value of the data-list
I have a data-list for the names of teachers, whose values (values) are their names. By default, in the input captures the data contained in value. Which creates a problem, since my database expects…
-
2
votes2
answers146
viewsMaterialize 1.0.0-beta (CSS Transitions)
I am new in front end in general, I have basic knowledge of html and css, I would like to use the materialize and understand this function here. http://materializecss.com/css-transitions.html…
-
2
votes3
answers851
viewsAdd a title to the SELECT tag (without the "Selected disabled" option) without it appearing in the options?
How do I add a title to select that it appears in the options and disappears when selecting? I know it looks like a duplicate, but the problem is I haven’t found what I’d like exactly, option…
-
2
votes1
answer2102
viewsTo disable the suggestion of saved passwords in the browser via HTML
I have here the following situation: I created an HTML form to change the user’s password in case he forgets it. The problem is that when trying to enter the password the browser exposes the options…
-
2
votes1
answer2534
viewsBackground with gradient and undulations
I wonder if it is possible to create the image effect below using CSS. Make the gradient is quiet, but I’m having trouble making the ripples. #teste { width: 100%; height: 300px; background-image:…
-
2
votes1
answer532
viewsProblem with background-image accessing from google browser Chrome on mobile
I’m having problem with my background image on my page but only accessing from mobile by Chrome or mobile default browser, Mozilla Firefox phone works perfectly. body{ background-image:…
-
2
votes1
answer1324
viewsCrop css image
I wanted to finish cutting the image in css completely and remove all edges, but I can only cut at the bottom and right side. I wanted to know how I could do to cut through, here’s the code I’m…
-
2
votes2
answers133
viewsCommit only one element of two with the same name
I have a form, and in this I have to inform the neighborhood, however the element that stores the neighborhood information may vary according to the value of the city selected previously. Example:…
-
2
votes1
answer124
viewsRetractable menu that does not close
I have a retractable menu, but I can only make it open, but not close. I need it to close when clicking anywhere on the screen outside the menu. I know html and css. Javascript I’m having contact…
-
2
votes1
answer27
viewsMouse eventlistener does not work
I took this example below the book "Eloquent Javascript" 2nd edition in Portuguese pg.184. The goal is to draw dots on the screen using clicks: every time the mouse is clicked, a blue dot is created…
-
2
votes4
answers1977
viewsSelect All checkbox by clicking a checkbox
I looked for the solution here in the forum, however they did not work. I want to select all the checkbox by clicking only 1 checkbox (selects all). Follows my code: <script…
-
2
votes1
answer4297
viewsProblems with miniature link formatting
Well, I did a topic earlier on the same subject, the content appeared but the image does not appear. Follows the code: <!--PARA ACEITAR ACENTOS--> <meta http-equiv="Content-Type"…
-
2
votes1
answer507
viewsHow to 'flip" chart of Google Charts?
I have the following chart that Gero using Google Charts: google.charts.load('current', {packages: ['corechart', 'bar']}); google.charts.setOnLoadCallback(drawStacked); function drawStacked() { var…
-
2
votes1
answer79
viewsHow to have isset function using $queryString in php
I have a code in php that has the function of picking the parameter ?capa= with parse_str <?php $url = parse_url($_SERVER["HTTP_REFERER"]); parse_str($url["query"],$queryString);?> That and…
-
2
votes2
answers89
viewsdoubts to style an active link
i have 3 links the home that is first already be with class="active" as do for when I click on the next link the same is active with class="active" and disable the others. .navbar-menu { display:…
-
2
votes2
answers280
viewsHover in html and css navigation
Good people, here’s the thing, I’ve been after it for a while. I’ve been trying to box around the links in hover, this box will have a shadow and rounded corners, someone can help me? Thanks in…
-
2
votes1
answer123
views -
2
votes1
answer291
viewsHow to adjust image inside the border?
How to adjust this image inside the border, in HTML 5. HTML <figure class="foto-legenda"> <img src="_imagens/coz21web.jpg" width="830"> <figcaption> <h3>Marcenaria…
-
2
votes1
answer493
viewsLink with Anchor
I’m making a website and I have a link that, in addition to sending a message when it is clicked, uses an anchor to put the section of the site in the spotlight. I’m doing it this way: <a…
-
2
votes1
answer1753
viewsProblem aligning navbar on the right
Hello, I’m new to css and I’m having problems trying to align my buttons navbar on the right; so that I can put a logo on the left. Here is my code! .menu, .menu ul li { margin: 0; padding: 0; }…
-
2
votes1
answer956
viewsreCaptcha TOTALLY invisible
I’m making a page that will send a form by Javascript (Jquery), not in the usual way. The purpose of the feat is not to reload the page. I am unable to implement Invisible reCaptcha in this system.…
-
2
votes1
answer35
viewsNavbar with higher margin when adding position:Bsolute; in a text
Good morning, everyone. When I change the position of the text to the top of the site to position:absolute; My Nav bar gets a slight margin at the top. how can I fix this ? var TxtType =…
-
2
votes1
answer849
viewsDiv on top of image
I’m trying to put a div on top of the image, this div will be a white container with a certain height and width, inside that container, will contain a title and a paragraph. Below I leave you the…
-
2
votes1
answer93
viewsTransform into ul
Hello, all right? PHP can take tabs-formatted text and turn it into a ul? José Dados Idade: 30 Estado Civil: Solteiro Hobbies Tocar violão Rock Blues Ler Viajem Praia And I’d like to turn to look…
-
2
votes2
answers2510
viewsDjango - select options
I’m trying to put the names of the coordinators in the options of a select looking for the database, I already searched and it seems that there is another way to use select on Django, but it was not…
-
2
votes2
answers844
viewsButton that changes the site color
I am trying to make on my website a button that is Sticky, by clicking on that button, it makes a Collapse right and shows a container with a certain number of colors available for the user to…
-
2
votes1
answer2032
viewsClear select element with Javascript
I have this select field: <div class="control-group"> <select runat="server" onclick="ClearOptions(this);" name="txtpesquisa" id="txtpesquisa" class="form-control.selectize-control">…
-
2
votes1
answer235
viewsValue in input element is not displayed - (although value is being loaded correctly ) - Jquery
Hello! I am returning an object through ajax and assigning the values to the respective fields. Using as example the title field: $('#txt_titulo').val(objeto_menu.titulo); However, I noticed…
-
2
votes1
answer1082
viewsHow to make a div expand even if there are others below
Good people, I would like to make the div expand by clicking on it, and the other Divs decrease, vice versa with the others *{ margin: 0; padding: 0; } .divsCards{ position: relative; width: 420px;…
-
2
votes1
answer994
viewsput one div inside another!
I have a div and I need to put two Ivs inside of it,the problem is that the div in which the others will be inserted,is not tall enough for that. How can I make this position? follow the codes…
-
2
votes2
answers495
viewsPosition div relative to an image
I’m making a kind of map in my application, where an image that grabs the whole screen has several buttons on it. At the moment, I position the buttons this way: .btn_padaria{ left: 75.00%; top:…
-
2
votes1
answer67
viewsOverlap alignment of Divs!
I have a widget that I will insert images,e dentro desse widget tenho uma div e outra div detro dela onde serão inseridas as imagens, e mais duas Divs onde ficou um titulo e uma imformação abaixo…
-
2
votes3
answers2792
viewsClick the button and change the background color
Good afternoon, I am developing 1 game in Meteor, and for example when I click to choose the character wanted the background turns green, and if you choose another character the background would…
-
2
votes2
answers4419
viewsValidate fields with jQuery
I have a function in jQuery, that when the user clicks on the button next he fires an e-mail. When you click the button I need it to check the fields Name, Email and Telephone have been completed…
-
2
votes2
answers57
viewsHover with picture
There was no way, the arrows of the slider of the project will have to be in png. Today I’m doing so (part of the code): .banner_home_inferior .owl-next { right: -6px; background:…
-
2
votes2
answers200
viewsSelect checkbox when placing value from a text box
I intend that by placing a value on <input type="number" /> automatically select the <input type='checkbox' />. Follows my HTML: <div> <input type='checkbox'…
-
2
votes1
answer261
viewsContact form with textarea next to inputs
I want to put the contact form with the inputs on the left and the textarea on the right side as in the image below, I can do the expected result with the float:left but so my layout ends up…
-
2
votes1
answer76
viewsHow to close JS menu by clicking on the link?
So I’m trying to make a mobile/pc menu, which by clicking on the icon it takes up the entire screen, and by scrolling the page and it goes along.. And for this, I used some functions of Fixed in…