Questions tagged as 'html5'

0
answers

Center element image 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> <th></th> </tr> </thead> &l...
asked by 08.01.2017 / 18:40
2
answers

Onclick calls function 2 times after changing value in developer browser mode

Follow the code: <button onclick="myFunction(1)">Meu botão</button> <script> function myFunction(num) { alert(num); } </script> JSFiddle: link Anyone can change value using F12. Change number my...
asked by 06.01.2017 / 18:35
0
answers

Iframe problem in android

I'm looking for a help ... I'm developing an application that is using an iframe to roll video in the app ... The problem is this: When I test in Intel XDk's AppPreview the video shows up fine but when I generate the APK testo on the phone does...
asked by 12.12.2016 / 18:44
0
answers

Sending the form

I'm having a problem to make this little form of this site run it is sending the email on the console it gives this error: Line2code:$("#submit_btn").click(function()... follow my code: HTML: <form id="form-elements" onSubmit="return...
asked by 24.01.2017 / 22:37
2
answers

How to create a fixed column (col-md) in bootstrap?

I would like to keep the left column fixed, and the right mobile. Is there a bootstrap class or another technique to solve this? I tried the following: <div class="row"> <div class="col-md-5" style="position: fixed;">...
asked by 03.01.2017 / 10:16
1
answer

menu creation in html5 and css3

I created a menu with HTML5 and CSS3 so far, I left it right at the top of the screen and everything is fine, but when I open the same file on another screen the menu is no longer formatted in the right corner like I had left. Does anyone hav...
asked by 29.12.2016 / 18:27
0
answers

What is the largest modal size in the bootstrap?

I need the largest modal size of the bootstrap to be able to display a table with lots of data.     
asked by 02.12.2016 / 13:49
2
answers

When submitting a file on a form, it is not sent

I have a problem with a university job where we have the creation of a book registry. So far so good, however, we have a part to insert the cover. Anyway, the file is not sent. I created a new directory to test and it also did not work. Here is...
asked by 24.11.2016 / 15:02
0
answers

Catch the value of a select_tag and put in a variable

I want to get 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 here', controller: 'clone_database', action: 'sho...
asked by 13.12.2016 / 20:45
0
answers

How to leave the Object fixed on the screen?

I'm having a problem when I zoom in or out of the browser, my "balloons" they follow the respective command, if you increase it increases, if you decrease it decreases, however I would like to leave them with the positioning fixed on the screen,...
asked by 11.12.2016 / 19:13