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
answer68
viewsRemove a slide from a Swiper by class
I have the following Swiper: var swiperBanner = new Swiper('.swiper-container-banner', { slidesPerView: 1, speed: 1200, loop: true, grabCursor: true, freeMode: false, preventClicks: true, autoplay:…
-
0
votes0
answers62
viewsHow do I use Html5 Multiple file input to make it select two different directory files
I am with a personal question, how do I use input file Multiple from Html5 make it select two files as follows: the user selects the first file after the dialog is closed when the file is selected…
-
0
votes1
answer48
viewsUse a different CSS in each view
I am developing a site using the MVC standard, I would like to know if it is possible to use a different CSS in each view. If so, how?
-
0
votes1
answer62
viewsThe Divs don’t fit when I open a Summary
.parallax2{ height: 16vw; margin-bottom: 0; background: transparent; background-color: red; } #submete{ height: 100%; padding-left: 19vw; padding-right: 19vw; background: url(imgs/tech.png);…
-
0
votes0
answers481
viewsList amount of files in a folder
I am working on a small system and I am using web for N reasons, easy to customize, work with full screen (F11), everything is flowing fine. I arrived in a part that I need to list the number of…
-
0
votes1
answer626
views"/" bars and white space in Javascript function parameters
I need to pass a string that contains bars and white space. <a href="javascript:carregaCliente('184/5 RB')"></a> And in function function carregaCliente(reg){ console.log(reg); var map;…
-
0
votes2
answers4389
viewsForce a DIV element into the bottom
Good morning, everyone. I need to align elements at the bottom of a mother div. This is a chat screen that messages are displayed whenever there are new ones at the bottom of the window. However, I…
-
0
votes0
answers34
viewsHow to change form as cookies
I am working on a betting site, I would like to know how I can do for when the person bets, change the view of that bet (show how already made the bet and give the link if you want to edit).…
-
0
votes3
answers1659
viewsSet a variable in the value of an input
I have a variable, for example: let exemplo = document.querySelector("#id"); I want to ask the value of this variable and put in the value of a input HTML: <input type="text" valeu="receberia o…
-
0
votes1
answer1329
views -
0
votes1
answer35
viewsCreate and maintain a loadbar while a function is called
I need to create a loadbar and leaves it active until the function is finished. I can do this at the angle? $scope.getPosts = function () { $http({ method: 'POST', url: '/getPosts',…
-
0
votes1
answer350
views -
0
votes2
answers242
viewsDouble Dropdown Menu does not show the second dropdown
The first dropdown is working normally, but the second one is not working at all. I’ve tried to specify more classes, but there’s no way, I think it’s something very simple that I’m missing. I’d be…
-
0
votes2
answers1289
viewsWhat kind of measure used when building a site for width, height etc...?
What kind of measure is used when building a site, type width and height. If it is pixel, percentage, point, centimeter ?
-
0
votes3
answers372
viewsWhat are these two dots at the beginning of a CSS URL?
I created a css sheet, linked to html to format it, after many attempts the code only accept formatting after I left it so: h1 { background-image: url(../img/sobre-background.jpg); } however I do…
-
0
votes1
answer109
viewsGrayscale effect on slide Carousel
Personal am I with a doubt anyone knows any plugin that do with this effect of my layout? I need the photos to be grayscale and only when she’s in the middle is the normal color I don’t know if you…
-
0
votes0
answers179
viewsProblems with SMTP PHP Authentication Adobe Muse
Hello, I’m trying to convert the Muse contact form that uses the anonymous php mail() function, and my provider no longer supports this type of configuration. I have searched several forums and…
-
0
votes1
answer68
viewsHover slider Effect with Jquery does not work
I am developing a web application using html,css,Jquery and put an animation like this in my application. link with example that as wanted in my application But when passing the mouse over the…
-
0
votes0
answers31
viewsHow to create custom menus in wordpress that respect the drag and drop order
I’m having trouble creating menus on my wordpress site in case I have more than one menu that need to respect the order of creation, but never breathe, the menu is ordered by alphabetical order,…
-
0
votes2
answers124
viewsIs there a standard for Media Querie application?
I’m starting to learn now about Media Querie and I have a doubt I haven’t seen the answer. Is there any standard in the media querie application ? It is correct to have a media-querie.css file with…
-
0
votes0
answers177
viewshow to pass HTML objects as parameters
wanted to know how I can pass a variable VARIAVEL of the kind "[object HTMLTableRowElement]" as a parameter to send to a JSP that will make a $(VARIAVEL).remove() using javascript. This variable has…
-
0
votes2
answers124
viewsRegistration form
I’m making a registration form and I don’t know how to proceed in this case: The form has mandatory fields, if the user clicks "OK" without one of these fields being filled, returns a message asking…
-
0
votes0
answers42
viewsDifficulty with responsive videos
I am developing a project for own study, thus creating the navigation pages of the same ended up finding a difficulty in responsiveness with videos since until the width 992 everything goes well…
-
0
votes1
answer239
viewsROUTE scheme . htaccess
I have the following URL: http://localhost/devops/json/index.php and I wish to have access to the index of this page: http://localhost/devops/json/ I wish the display of index.php be hidden…
-
0
votes1
answer69
viewsCACHE MANIFEST does not update files
Good afternoon, I’m creating a website that should work offline. my idea is that when the user has internet connection the site pages should be downloaded to the browser cache, and when the user is…
-
0
votes1
answer470
viewsPOST problem using Jquery
I’m studying Jquery and I have a little problem to give POST in an API I have. Follows my html: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta…
-
0
votes0
answers43
viewsAdd a string to a variable
I have the following code for a user capo: <input id="DomainUserName" name="DomainUserName" type="text" class="textInputField" runat="server" size="25" autocomplete="off" /> This way the user…
-
0
votes0
answers260
viewsHow to login and register Facebook
Guys tomorrow I need to do a login screen and user registration,using the Facebook account,I need to get the data and send to webservice. Only I’m not getting it
-
0
votes1
answer400
viewsClick and act, click again and return to position/ Jquery
I made a button to open a configuration screen, when I click open the screen, and the button changes from "Setup" for "Come back", until then beauty, but I would like that when it clicked again,…
-
0
votes1
answer114
viewsUse of Side Navbar Materialize CSS
Good night, I am creating a crud and using materialize on the front, as I am beginner I am with a small problem, how do I "link" the side sessions? like, when clicking on products has to appear…
-
0
votes0
answers107
viewsMy menu appears all broken in Safari browser
Good morning, I developed a website and when I open in Safari browser iphone and on Macbook it presents me all breaking... the li appears one below the other, in the mobile part when I open the menu…
-
0
votes1
answer47
viewstype radio with different names
I wonder how I can do for when one radio is marked the other unchecks, but the two with different names. <span style="text-shadow: 0 0 7px blue; color: white; font-size: 15px; font-family:…
-
0
votes1
answer173
viewsError using a view for two controllers
I have a controller to add an object and it uses the view. addObject.html I have another controller that is to edit this object, and when accessing it it fills the whole view addObject.html. What…
-
0
votes0
answers106
viewshow to join a file in html
I would like that when the customer clicked on the button to see more it would be the other page of the site... Okay, for that I have to create another html document. but my doubt is if it’s still…
html5asked 6 years, 9 months ago Carlos Eduardo 1 -
0
votes1
answer189
views:Hover does not work
I had already used something similar for a background image, but now for the buttons on my site it is not working anymore. nav#menu li:hover { display: inline-block; transition-duration:0.3s;…
-
0
votes1
answer283
viewsChanging the width of the screen makes disappear horizontal scroll bar
Follow the example in jsfiddle: https://jsfiddle.net/DTcHh/31217/ Follow the image of the problem: Follow the image as it should: Browsers tested: Google Chrome Version 57.0.2987.110 (64-bit): Does…
-
0
votes1
answer27
viewsusing price to set the input checkbox value to be calculated
I have some checkboxes that have an x value, which when they are selected make the sum of their value. However this value is being picked up through Value, and I needed to use an attribute that…
-
0
votes2
answers837
viewsReplacement for Frameset HTML?
I am working with a 100% offline HTML page, I use Frameset to create a side menu that is resizable by the user. I was informed that Frameset or iframe are exceeded, so I would like to know some more…
-
0
votes1
answer1473
viewsStylize the native HTML5 video player
Is there any way to style the native HTML5 video player? If so, how? Note: I do not create my own player because it is only a basic change.
-
0
votes0
answers1012
viewsSending Email Using Jquery Ajax without Refresh
I’m having problems trying to use this method of sending form by email, without refreshing the page. I don’t have much knowledge of Ajax yet, so I’m not sure if the code is correct, I even tried…
-
0
votes3
answers1577
viewsPercentage mask
How can I make a percentage mask, where the user type a number in percent in an input-text, the number can be at most 100%, so if for example the user type 30% in the first input, he can no longer…
-
0
votes1
answer87
viewslocalStorage - Object Htmltablerowelement
I am trying to save the html code changes on my page made by an interaction of Java. More precisely I want the table I create with js to keep saved the changes in html.…
-
0
votes0
answers212
viewsEmail - Mobile Column Breaking Marketing
Good afternoon, I’m developing a website for an email marketing, it is ready, but I’ve been looking on the internet and I saw that to leave responsive without using media query... and I tried to…
-
0
votes2
answers193
viewsFind string in html code
I need help with the following: _Add several files ( extension .htm ), approx 20 files. _Analyze and find in the 20 files a string determined in the HTML code ( maximum string length is 20…
-
0
votes0
answers249
viewsSum of 2 values with button in Angularjs
I wonder what’s going wrong because when I do the ng-click in HTML the {{resultado}} appears as Nan. HTML <button class="button button-full button-positive" ngclick="juntarTotal()"> Juntar os…
-
0
votes1
answer71
viewsHow do I assign a view to an Submit input?
I want to assign a link to an input in my code. For example: The view is called 'panel.Blade' and I wanted an input in the 'Adm.Blade' view to return it. Controller class Clientscontroller extends…
-
0
votes1
answer47
viewsHow to implement w3c bandwidth requests?
The video plays right. However I can’t skip the video time. Example: Skip time from 05:00 to 10:00. It just keeps spinning, and I can’t skip time. I searched on the internet and they say you have to…
html5 asp.net-mvc-5 entity-framework-6 html5-videoasked 7 years, 7 months ago Matheus Miranda 5,375 -
0
votes0
answers18
viewsCollapsibles do not work
I’m wearing a framework called SBAdmin, which is nothing more than Bootstrap 4. But by creating the same collapsible that FW provides as an example it does not work in certain cases, The error is in…
-
0
votes2
answers1109
views -
0
votes2
answers1751
viewsSend input value to modal
I need to take the value of an input and send it to a bootstrap modal. I did a test but I don’t know what I’m missing. <!DOCTYPE html> <html lang="en"> <head> <meta…