Questions tagged as 'html5'

1
answer

How to move a logo inside the div

I'm trying to center the logo on this panel by dragging it to the left. HeremyHTMLcodewhereIquoteit<divclass="logoLogin"> <img src="images/perfil-black.png"> <div> I have tried to use padding and margin in...
asked by 12.06.2018 / 19:46
2
answers

Is it possible to create a class within a list?

I'm putting together a list that has an image and seto its size on the same line as the code below. <tr> <th> <img src="images/radio1.jpg" width="48px" , height="48px" /> </th> <th>Tradição AM&l...
asked by 12.06.2018 / 22:34
0
answers

Field checkbox (Binding ViewModel) does not work in View - Asp.net Core MVC

I have a bool field "System Default" in which a Binding is done with its respective ViewModel. Whenever the view is loaded, it looks like false but when I go with Break Point, ViewlModel's field is true ... <divclass="col-md-5"> <...
asked by 09.06.2018 / 21:24
3
answers

How to stylize a "file" input?

I have this structure: <section id="cadastro" class="cadastroVersao pg-i"> <div class="titulo"> <h1><i class="icon-clientes"></i>Cadastro de versão</h1> <a href="<?php echo base_url...
asked by 01.10.2015 / 22:54
1
answer

How to retrieve the value separately from input numbers with the same class

Well, I'm having a little problem in getting the value entered in the input number of some cards I created ... Basically, it is repeating the value on all inputs of all cards Allinputsareinthesameclass,andeverytimeIclicktheaddbuttonortypeavalue...
asked by 04.06.2018 / 23:42
1
answer

Text is selected when opening notification

Follow the code below: $("#click_notifications").click(function () { if ($('li.nav-item.dropdown.dropdown-notifications').hasClass('open')) { $('li.nav-item.dropdown.dropdown-notifications').removeClas...
asked by 02.06.2018 / 00:22
0
answers

Notification system in html5, javascript

I would like to understand more about this system, however, no publication has helped me. I already know how to create a notification <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name...
asked by 01.06.2018 / 00:18
0
answers

handlebars duplicating html

I'm trying to create a condition for grouping the controls in a form-group , but handlebars is duplicating the components on the screen. What I want is that when FormGroupBegin is equal to true it inserts <div...
asked by 01.06.2018 / 19:09
0
answers

How to limit number of paragraphs in Ckeditor?

Good afternoon guys! I need to limit in a textarea, with Ckeditor, the number of paragraphs. I need the person to type just one paragraph, necessarily . I also need to limit this paragraph to a maximum of 1000 words. Beauty, this is easy....
asked by 07.06.2018 / 22:28
1
answer

Centralize Icons in mobile - Css + Html

I am not able to centralize my icons in the mobile, I need this forcinha, here is my code below @media (max-width: 700px); footer{ bottom:0 ; position: initial; padding: 10px 0; height: 78px; right:0; left:0;...
asked by 07.06.2018 / 23:23