Questions tagged as 'html5'

0
answers

Select threaded HTML does not work correctly

I have the following select in html <span class="IWLABEL11CSS" id="IWLABEL7">Órgão: </span> <select name="Distrito" size="1" width="180" class="COMBODISTCSS" id="COMBOFAB" tabindex="1"> <option value="01">Gab...
asked by 18.12.2017 / 20:21
0
answers

How do I use html5's input file multiple to make it select two different directory files

I have a question, how do I use input file multiple of html5 to make it select two files as follows: the user selects the first file after the dialog is closed when the file is selected, then it selects another file (opening the input file dialo...
asked by 02.01.2018 / 19:26
1
answer

Remove 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: { delay:...
asked by 31.12.2017 / 22:26
0
answers

How to draw an OBB in Javascript?

I'm having a hard time drawing an OBB. Here is the code: window.onload = function() { var canvas = document.getElementById("canvas"), context = canvas.getContext("2d"), width = canvas.width = window.innerWidth, height = canvas.h...
asked by 12.12.2017 / 15:02
0
answers

chrome update Crashou Css

I have a problem in the css of my web application. I started working in this company a few weeks ago as a trainee and I'm having to solve some bugs that have appeared, mainly related to google chrome. It turns out that after the update of 10/12...
asked by 22.12.2017 / 15:33
2
answers

How to break a line inside a link in CakePHP

I know it's not right but I have a situation where I needed to do a line break within the link as attached image. IwouldliketoworkwiththeCakepatternbutIhadtodothelinebreakthroughHTML.HowdoIdothisforCake?<navclass="columns" id="actions-s...
asked by 04.12.2017 / 14:34
2
answers

Modify a button through an input

I would like to know how I can change the name and property of a button from a radio button. <h3>Criar novo usuário</h3> <p></p> <form class="m-t" role="form" action="login.php" method="post">...
asked by 04.12.2017 / 13:29
1
answer

Hover when selected an option in select

In the current code when I click on the checkbox the hover is activated for the letters and for the background I am trying, to make this same effect but with select, when I choose a select option to activate hover, how can I do this? > h1...
asked by 27.11.2017 / 01:10
0
answers

gallery problem to open and close elements

Personal I'm developing a photo gallery on my website, when you click on the photo a box appears with a text and a side image, explaining about the image follows a print ClickingonthenormalxdatebutifIclickonanotherimageopenstheboxaboutth...
asked by 28.11.2017 / 12:33
0
answers

how to do to send form data to my email with html and javascript? [duplicate]

Hello, I would like to know how to send the completed data form to my email used html and javascript. Thanks in advance.     
asked by 13.12.2017 / 02:52