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
answer133
viewsHow to download linked HTML files within AIR application?
I created an application with Adobe AIR and played within it the HTML component that will open my desired page. The problem I’m having is that within this HTML page there are some functions to…
-
0
votes1
answer1195
viewshow can I enter the value of an input type = "file" into another hidden input type
how can I enter the value of an input type = "file" into another hidden input type. Please help I know it’s a baby question anyway please help guys.I want it done in javascript or jQuery or php…
-
0
votes1
answer55
viewsCreation of links with image
After placing: <a href="URL do site">, then I should put only the image URL or <img src=''URL da imagem'' ?
-
0
votes1
answer356
viewsHTML version of IE
I’ve been looking at some codes on a website and I was wondering if it’s possible to do this Here any IE is emulated with 8 Now my question is: It is possible to create this code as follows. If you…
-
0
votes1
answer970
viewsUse Ancora and update the page with Javascript
Good morning, I have a html with several tabs, when I do some procedure, I need to update the page, when you return from the upload, I need you to go back to the tab where I left. I added some…
-
0
votes0
answers175
viewsjavascript does not display image . gif in Chrome and IE
I’m using Bootstrap and in a modal simulate the process of sending data to the database. When the user clicks to save it displays an alert message asking if this is exactly what the user wants to…
-
0
votes1
answer192
viewsHow to switch txt message according to the field’s Focus
In that question I saw how to read the .txt ~> Read txt Now I want to know: In case I leave a field on phocus, and is about the message of tooltip, it must show a message concerning that field.…
-
0
votes1
answer77
viewsHTML is not being displayed
I have a field in my table that records formatted text in HTML correctly. When I’m trying to display it on the screen, via TWIG using the filter RAW, it continues to be displayed as text and not as…
-
0
votes0
answers55
viewsEnable div after x hours javascript
Honestly not if it is possible to do this via code but... Then I have a div with a form, which should be enabled to fill out the user only after 400h that the 1st part of this form (another div) was…
-
0
votes4
answers359
viewsmargin:auto; how to apply in this case
I’m having trouble trying to centralize Ivs that are located within a mother div, their "children" are in float, but I wanted to centralize them using margin:auto; how can I do? Follow my little…
-
0
votes1
answer69
viewsClear Forms Navigation Android
I created a PHP+Mysql application and everything is ok! My question is when access this application via Tablet, for example by accessing the login and password, after using the system, I click on…
-
0
votes1
answer331
viewsCSS, firefox does not recognize Bree Serif font
I use google sources, however I got the surprise today when I went to test my files in firefox and realized that the source was not loaded. See http://jsfiddle.net/xrckh1db/ @font-face {…
-
0
votes2
answers333
viewsA div superimposed on an image descends according to the scroll bar
I have a div that shows some details about an image when it is displayed, but I’m developing for mobile and when you slide down the Ivs that contain these details also move out of the images. Follow…
-
0
votes1
answer37
viewsCreating tabs without rectangles
I need a little help. I have these tabs that are working, but visually I don’t like the rectangles where I click and I wanted to change. Original: http://jsfiddle.net/f6jk903s/ I want to remove the…
-
0
votes3
answers2507
viewsTranslate specific part of the Woocommerce template
Hello.. I can’t find the file to translate the text "Product successfully Added to your Cart." Along with the button "Continue Shopping". ps.: I’ve tried opening several language files in poedit but…
-
0
votes1
answer122
viewsWhy does my JS display alert when you don’t need it?
My button works correctly and suddenly doesn’t work anymore: While updating user information with the correct data, does not enter the event button to update but add-user event as it is displayed…
-
0
votes1
answer12676
viewsIframe mobile responsive mode
Can anyone tell me how to make one iframe mobile responsive?
-
0
votes1
answer95
viewsPrevent elements from breaking down within an overflow
How to leave a div with Divs daughters with overflow, without breaking the content? I’m setting up a binary tree viewer, and I need the Ivs to never break the line. In the code I’m working on, by…
-
0
votes1
answer265
viewsDifferent divs in loop
I came across the following problem, with the code below I intended to add more fields without repeating the divs. Code: <? foreach($itens as $myrow){ ?> <div id="LISTA1_FUNDO_PRETO">…
-
0
votes1
answer90
viewsMake Submit with <a> and appear JS dialog
<form action="" name="Insert" method="post" onsubmit="alert(1); return false;"> <a href="#" onclick="javascript:document.Insert.submit()" type="submit" >Eliminar</a> Good people,…
-
0
votes0
answers125
viewsPass Images Ahead on a Slider
<script type="text/javascript" src="modules/FeedNoticias/js/jssor.js"></script> <script type="text/javascript" src="modules/FeedNoticias/js/jssor.slider.js"></script>…
-
0
votes2
answers2471
viewsLoad HTML pages into a <div>
good morning! I’m a beginner in HTML and CSS. I created a web page where I basically have the navigation menu and I have the other pages in separate files. I would like that by clicking on a menu…
-
0
votes1
answer163
viewsmin-height, doesn’t work on mobile what do I do?
I’m developing a desktop and mobile site, but when I’m on mobile, I have to decrease the height of the slider on the right mobile, however when I put min-height:250px ! Mportant, it won’t , even if…
-
0
votes0
answers28
viewsApplying effect to scrollar mouse
I’ve separated my website by sessions: <section id="parte1"></section> <section id="parte2"></section> <section id="parte3"></section> And I’d like to apply an…
-
0
votes2
answers1547
viewsProblems using Dropzone.js in a form
I want to add fields to a form that uses Dropzone.js to upload files. When I add the files to upload, the screen looks like this: var Galerias = function () { return { //main function to initiate…
-
0
votes1
answer1253
viewsHow to call two mysql tables in the same php page?
I’m new to programming for the web, and I’m having a hard time with this. I’m developing an advertising site and I need to call more than one table on the page. I made 3 Div’s advertising: Main,…
-
0
votes1
answer98
viewsDiv with float does not adjust the grid
I’m developing a website and it should list some specifications of a system. There are several lists of varying heights. Problem: I use the float: left in all lists. I expected the lists to adjust…
-
0
votes0
answers333
viewsSave Inputs from a Website to a Database
I’m a beginner in HTML, Javascript and the like. I need to save the user inputs of my site in a database. My pages, especially the registration page, was developed 100% in HTML. What I need to do is…
-
0
votes1
answer542
viewsHow to know which is the first and last element with Jquery?
Good evening, everyone. I have a question. I am doing an image gallery and would like to know how I know what is the first and last element. Like I have the right and left arrows for previous image…
-
0
votes2
answers170
viewsWhile isn’t stopping when he should
I have the following code: <div class="row"> <? $tag = mysqli_real_escape_string($connection,$_GET['categoria']); $result = $connection -> query("select * from produtos where tags like…
-
0
votes2
answers2308
viewsDynamic form? how to do?
I have the following question, I have one while in PHP, and in this while have a form and a button of Submit who sends this form, but as there are several records he repeats this form and the system…
-
0
votes2
answers120
viewsHow do I do css animation?
I was surfing the net and I found a site with a very nice animation but I couldn’t find the name or how it does it. I admit, I am beginner with web languages and I wonder if anyone can tell how I do…
-
0
votes2
answers2653
viewsUpdate page in a Simple Way
I have an area on my site where you have the latest 5 news and I want to put a way to change this without manually. even with an Excel file, notepad or whatever. <div id="footer-wrapper">…
htmlasked 10 years, 4 months ago ChrisAdler 1 -
0
votes1
answer2430
viewsAlign the top of Divs (Bootstrap)
Hello I have a page where your blocks(blue and red border)(of different size) stay with the uneven top, how could solve this problem? Imagery: Respective HTML code: <div class="row"> <div…
-
0
votes1
answer333
viewsAlign size according to larger text
I have a menu and some submenus, I need the submenu to be aligned width from it according to the larger text, because there are texts that can contain only 5 words but texts in the submenu that can…
-
0
votes1
answer50
viewsPage flashes when giving F5
I don’t know if my doubt is ordinary or not. I’m creating a website, it’s totally optimized (Super Light Images, Codes, Scripts, etc.), however, whenever I refresh the page, it kind of flashes a…
htmlasked 10 years ago Hitch Leonardo 623 -
0
votes0
answers80
viewsIs there any way or method to do this?
I’m new to programming, I have a little experience with HTML (hence Javascript), and I need something like this: Something that "read" an html file and get some information straight from the source.…
-
0
votes0
answers93
viewsHow to place an image in the title of an input
Hello, I would like to put an image with a description in the title (when Voce leaves the mouse on top and a message appears) of an input.
-
0
votes2
answers321
viewsBookmark in Google Maps
I have a site where the user can create bookmarks on the map and assign a category to those bookmarks. I would like each marker in each category to have a different image. someone knows how I do it?…
-
0
votes1
answer1571
viewsconfigure @page print css
People could help me with a CSS problem ( I believe ) because I can’t solve it myself. as print below, when printing the page ALWAYS appears another blank just below. my CSS html { position:…
-
0
votes0
answers528
viewsHow to get a (stylized) UL that breaks inside the DIV?
I’m new to design, and I was trying to put together a page like this http://www.anamelmercearia.com.br/ First of all I would like to thank you for your help, because I tried so hard to fix this…
-
0
votes2
answers138
viewscenter form vertically to the center
I am finalizing a site and the form has to be centered vertically on the page. I’ve tried everything to have a margin in % but no technique works. I’ve put %, I put like Absolute to top and nothing.…
-
0
votes0
answers102
viewsSemantic UI dropdown does not work with Angularjs
I am using the Semantic UI Framework, when the resource dropdown is within the directive ng-repeat, this feature simply stops working. Someone’s been through this or something?…
-
0
votes1
answer725
viewsDelete Generated Table and recreate again with other data
I have this table that will be generated with values of checkboxes that I select. HTML: <table class="table table-hover" id="table"> <thead> <tr></tr> </thead>…
-
0
votes1
answer2696
viewsHow to get the ID of an element inside a div?
I have a div and a few images, each image represents an item in a array global. When I drag this image to the div an edit form is enabled, otherwise a form is enabled to create new rule and generate…
-
0
votes2
answers256
viewsHow to position an image with vertical-align?
I have a menu that poses the logo of the site as follows: html: <a href="#"> <img src="layout/img/logo.png" class="logo" /> </a> css: header div a img.logo{ top:50%;…
-
0
votes2
answers3229
viewsOpen new page and scroll to page anchor
I have a problem that when I open a link that directs to an anchor from another page and is hidden by the Fixer header. I have a menu on my page: Inside Index.html I have this menu <a…
htmlasked 10 years, 3 months ago Thallyson Dias 409 -
0
votes1
answer28
viewsDoubt about how to work with (getViewportHeight())
I have a problem. I have a Javascript library that creates a slider that can be folded horizontally. What I need is that the height of the block has a specific height according to the viewport…
-
0
votes2
answers1012
viewsHow to list and query contacts with PHP and Javascript?
Hello, I need a practical example in PHP that brings me to contact list of a database table, and click on in a contact is displayed the information of the same. Follow the image below: I am a…
-
0
votes1
answer503
viewsJavascript to simulate Keyboard
Hello, I have the following case, an external page opens inside my iframe, I need javascript to simulate the "TAB" key until I reach the login field. so much so why my problem is in finding a way to…