Most voted "html5" questions
HTML5 (Hypertext Markup Language, version 5) is a generic term for recent web technologies (HTML, CSS, and Javascript). It is also the latest iteration of the HTML Recommendation scheduled for 2014, and featuring new elements and Apis.
Learn more…3,881 questions
Sort by count of
-
0
votes1
answer979
viewsOpen report in another tab
I need the report, when the user clicks a button, to run in another tab. I am using: <p:commandButton oncomplete="history.go(0)" onclick="target = '_blank'" style="width: 200px;margin-top:…
-
0
votes3
answers657
viewsDisplay values with angular
I have the following code: $http.get('/estados').success(function(retorno) { $scope.ufs = retorno.ufs; console.log(retorno); }); and the outcome of console.log(retorno) is: Now I’m trying to show…
-
0
votes1
answer1758
viewsHow to build menu and sub menu?
How to show a sub-menu inside another? <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li>@Html.ActionLink("Início", "Index", "Home")</li>…
-
0
votes0
answers451
viewsWhat is the largest modal size in bootstrap?
I need the biggest bootstrap modal size to be able to show a table with lots of data.
-
0
votes1
answer1417
viewsEditable combobox with filter
I wonder if there is a plugin or a tutorial teaching to create a combobox that allows, as you write on it, filter the items, as in the image below: Note: I am using ASP.NET MVC with C#.…
-
0
votes2
answers820
viewsHow to select items from a list and fill another div with selected items using Jquery?
In the div-students I have a list, and when clicking on each student I would like to fill in another div-group I will put inside a form to register a group of students, IE, the user will select the…
-
0
votes0
answers226
viewsPlay videos on all devices
I can’t get videos from a website to play on android and other devices. I used Freemake Video Converter to turn my video into all HTML5 formats. So it already works on all browsers, on computers,…
-
0
votes1
answer44
viewsHow do I add article block to my Section tag?
I’m having trouble adding a Section tag where there are 3 squares next to each other. section#blocos{ display: block; text-align: center; } section#blocos .blocos-coloridos{ display: inline-block;…
-
0
votes0
answers55
viewsPlace fixed bar on top of a div with title
I’m having trouble putting a fixed bar on top of a div, and leaving the same responsive, someone could help me? Follow the example image below:…
-
0
votes2
answers1646
viewsMinimum height of screen size, with materialize?
I’m trying to make a screen of login simple in the MaterializeCSS, In it I have a logo, a panel with the login form and the footer, as it is little content, on some screens the page ends and below…
-
0
votes2
answers1117
viewsRow complete the entire screen
I’m trying to make the following layout: ----------------------------------------------- Cabeçalho ----------------------------------------------- | | | | FORM | TEXTO | | | | |…
-
0
votes0
answers107
views -
0
votes0
answers115
viewsTake the value of a select_tag and put it into a variable
I want to take the value of this select_tag and put it in the link_to message <%= select_tag(:testee, options_for_select(CloneDatabaseController.find_all_models)) %> <%= link_to('Click…
-
0
votes1
answer219
viewsInsert arrow in Submit input for when jsf render appears on button
I made a whole layout in HTML5 and I have a "next" button where I have an arrow in it, but the developers are doing it in JSF and by rendering the commandButton becomes a input type submit and the…
-
0
votes1
answer97
viewsHow to adapt this code to different screens
I’m having a problem using a slider vertical, the Swiper Slider I’m using the Mousewheel control. My problem is this, how he’s a vertical slider, need to set a size for the height, so I can’t make…
-
0
votes1
answer32
viewsChanging input border with Javascript
What’s wrong? I need this effect to validate form. var input = document.getElementByClass("dado"); input.style.border = "1px solid red";…
-
0
votes2
answers1377
viewsCustomize input range for progress bar?
Custom progress bar for a player video with input crease, someone can give me some tips, I appreciate. <input type="range" id="progress-bar" min="1" max="100" step="0.1" value="0"/>…
-
0
votes0
answers28
viewsDelete menu from one list and show in another
Personally speaking, I’m an intern,I develop prototypes and I’m a beginner in frotEnd,recently the team asked me to make a menu that had the possibility to drag the menu and also delete the menu for…
-
0
votes2
answers361
viewsFloat does not work correctly
I’m having a little trouble finding myself using the float property of css. Currently this is what I have with my code: But I need it to stay that way: Only other than crooked and out of the blue…
-
0
votes2
answers75
viewsMy radio input is repeating
My radio input only on this line 3 is repeating the others not. Follows picture for better understanding: Excerpt from the code where it is repeated... <div class="section4">…
-
0
votes1
answer3366
viewsHow to clean input?
OBS.: url and number types mainly but if you want to put of other tb without problems) Preferably in pure Js! I’ve tried things like this.value'; and they haven’t solved! OBS 2 : I have read the How…
-
0
votes1
answer295
viewsProblem with ajax and Curl to receive the mysql value and return to html
I’m having a problem using html, ajax, Curl and mysql. the function is simple an html page where it will receive a name and will send by ajax to the Curl that will access the php that connects to…
-
0
votes0
answers716
viewsHTML and CSS: Insert span into Option Select
I’m trying to do the following Select: I tried to do it this way, but I couldn’t: HTML: <select class="form-control"> <option> <a title="Alimentação"> <span class="color"…
-
0
votes1
answer1189
viewsGraphics with HTML and CSS
Does anyone know if there is a form of making bar or line charts using CSS and HTML?
-
0
votes1
answer132
viewsCenter image element and decrease column size in Table
[toggle title="ADMINISTRAÇÃO GERAL - RODRIGO RENNÓ" state="close"] <table class="table"> <thead> <tr> <th>Disponível</th> <th>Conteúdo</th>…
-
0
votes1
answer163
viewsAnimated website
I started studying web now and would like to know which languages are used to make a site with animations like these: http://helpsanta.panic.lv/ http://www.mallonitrace.com/ Grateful!…
-
0
votes2
answers326
viewsOpen updated PDF file
Well, I have a PHP system that builds a PDF. After that, I have a common html link that opens the pdf on the screen normally, until then everything ok. However if I modify the content of the PDF,…
-
0
votes1
answer763
viewsTraversing complex JSON structure with java Script
Hello, I’m starting now in the world of javascript, I would need help to traverse the following json structure: I need for example to increment a counter when the field "win" is true, I need to…
-
0
votes1
answer118
viewsError install Awesome Font plugin
then the staff already tried to do of td, installed the icons in the correct way as the site speaks to make <link rel="stylesheet" href="font-awesome.min.css"> to add the icon I’m putting…
-
0
votes1
answer1526
viewsData does not appear in phpMyAdmin
I’m having trouble sending the data passed by the form + php,and appear in the database.... When I go to phpMyadmin only the data that once I set up manual is not being dynamic to display in…
-
0
votes1
answer198
viewsHow to prevent a link redirect and still change the url?
I have a side menu with several links, I am using ajax so that when someone clicks on one of the links the central content of the page is modified. How would you do this operation ?? I’m currently…
-
0
votes1
answer56
viewsNotifications in the browser
I noticed that some websites for example facebook, when alquem writes in the chat appears a notification in the browser even if facebook has closed the same happens with news sites that when…
-
0
votes1
answer244
viewsAdd Row in jquery with Sessionstorage
good afternoon I am trying to make a form where save some values using sessionStorage and when returning the code, I intend to display the values in an html table, but the numbers do not show in an…
-
0
votes1
answer72
viewsHow do I clean data that I picked up in a database search using ajax?
How do I clean data that I picked up in a database search using ajax? Because when I do a second search it merges the searched data. var nuevos_marcadores = []; var marcadores_bd= []; var mapa =…
-
0
votes0
answers55
viewsHtml5 css3 element error does not stick to what was specified
how can I make so that the elements remain according to the first element of the column. because they are not as desired. in the first element I have two icones one of heart and one of check, but…
-
0
votes1
answer66
viewsCreate pagination by displaying current records at the top of the list
I am creating a page that contains paging, but I am with a problem, the paging works perfect but brings the oldest records first and I would like the current records to be displayed first, someone…
-
0
votes1
answer1994
viewsWhen Javascript takes src from an image returns absolute path
I have the following HTML5 (only relevant): <html> <head> <meta charset="UTF-8"/> <title>Test</title> </head> <body> <div id="layout"> <main>…
-
0
votes1
answer37
viewsSwap the gif of the page
I am creating a page where it will contain a gif that is in loop, but I would like as soon as it reaches the end of the first loop to be replaced by another and so on ... da para fazer isso com…
-
0
votes1
answer417
views -
0
votes1
answer171
viewsJquery with dynamic html code
I have an Ajax function that when added, inserts/ updates a page. php $("#recarrega-adt").click(function(event) { $.ajax({ url : 'classes/consulta-aditivo.php', success : function(txt){…
-
0
votes1
answer75
viewsProblems with grid in Bootstrap version 3
I’m having grid problems in my html with bootstrap it should look like this but in my browser it looks like this: notice that on my banner that is inside the tag <header> this one with…
-
0
votes2
answers122
viewsHTML5 Local video
I have this HTML code to try to play a video that’s on my hard drive. When I open the source link directly in the browser, it plays without problem, however, using this code: <video width="750"…
-
0
votes2
answers295
viewsProblem with Bootstrap Resizing
I’m having the following problem I’m ultilizing bootstrap in version 3 need my page to look like this template: but when I redeem my images they look like this: I would like the black image to be…
-
0
votes1
answer229
viewsHow to simulate a "min-top" in css
Someone knows a way to simulate a "min-top" in an element? Maybe using JS or Jquery... I’m using the scale() in an object, but the function causes the element to change position. I would like you to…
-
0
votes3
answers69
viewsLoop of DIV’s in PHP
I am generating a loop of a fixed size div and I would like at the time of printing each one to stay on a page. But the first Loop Div gets one margem-top preventing it from happening ! Is there any…
-
0
votes1
answer3306
viewsFixed vertical menu with css and bootstrap
I would like a help need to make a fixed vertical menu but next to them there is a line with some circles that will indicate me in which section of the page I am but I have no idea how to get this…
-
0
votes2
answers692
viewsHow to create a div with height in percentage?
Good, guys! I have a question. When I create a div/footer/header and I will in css edit your dimensions with you quietly put the width 100%, however the height I can’t edit with percentage, only…
-
0
votes1
answer79
viewsHow to add a Transition (fade-in) in this example?
I have a website that when you hover over the item there is a photo exchange. however this exchange is immediate. would like to add a Transition effect, like a Hover Transition 1s. is it possible?…
-
0
votes2
answers14161
viewsVideo run in a div as background
I want to make a video run inside a div. I saw it on Papercut and I’d like to do the same.
-
0
votes1
answer84
viewsI’m starting with Html5
You know some sites or some subjects about Html5 to study, I’m starting now in this area and I want to have a more advanced knowledge in Html5 to then go to a programming language.
html5asked 7 years, 8 months ago Leonardosfarias 21