Questions tagged as 'html'

2
answers

TabPanel does not work with angular

I'm making a screen that has some tabs, I do not have much familiarity with it, so I'm making an example: <div> <!-- Nav tabs --> <ul class="nav nav-tabs" role="tablist"> <li role="presentation" class="act...
asked by 10.05.2017 / 15:57
1
answer

HTML - I can not align a textarea, all other items are aligned

HTML: <body> <table class="Cabecalho" width="100%"> <tr> <th width="33%"><a href="Home.html">Home</a></th> <th width="33%"><a href="PaginaContato.html">Atendimento</a...
asked by 15.05.2017 / 04:03
2
answers

How to center Menu in css?

I would like to know how to centralize the menu below: .dropdownmenu ul, .dropdownmenu li { margin: 0; padding: 0; } .dropdownmenu ul { background: gray; list-style: none; width: 100%; } .dropdownmenu li { float: right; p...
asked by 07.05.2017 / 19:00
2
answers

Centering objects within the div

What is the best way to center objects within a div horizontally and vertically, if it is a responsive div with no fixed size, with width and eight in%. The div is inside a bootstrap row div class="row" >    div class="col-md-6" >      ...
asked by 08.09.2017 / 19:55
2
answers

Form with calculation

I am now making an equipment rental website, however, I only have the essentials to finish it, a form that allows me to calculate the cost of the rent taking into account the price of the product, the quantity, and the days will be used, somethi...
asked by 07.09.2017 / 11:12
1
answer

You can insert new HTML with pure.js

I want to use the pure.js framework, to create a post via json. I found it on the Stack platform in English this topic , which is what I want to do, but there is a problem, I am not able to make the example of the second person who answered...
asked by 06.09.2017 / 19:04
2
answers

Loading in css does not work in IE11 and Edge

I'm building a loading in css, but it's not working on IE11 and Edge. Follow the code: .loading { background-color: #EEF2F5; position: fixed; left: 0px; width: 100%; height: 100%; z-index: 1000; } .lo...
asked by 14.03.2017 / 18:56
1
answer

Where can I use the -webkit-details-marker?

I was looking to remove the default arrow from the details/summary tag in HTML and found this solution to use -webkit-details-marker . I wanted to know what it actually does, because I did not find any explanatory tutorial on the ne...
asked by 20.09.2016 / 21:45
1
answer

Ng-repeat with pre-selected value

I'm building% complete%, and at the time of editing, I'm having a problem with CRUD . To save, I have a form with a ng-repeat and select that contains the functions that a collaborator can have (Coordinator, supervisor, teach...
asked by 07.09.2016 / 05:23
1
answer

How to filter html text and display div as found text

Save list! I need some help here I have the following tags in the html: <html> <body> <div id="div01" style="display: none"> <p> esse texto está aqui para ser pesquisado.</p> <p> esse outro texto...
asked by 06.08.2016 / 00:38