Questions tagged as 'css'

2
answers

Pick position of element top, left of element according to parent element

I'm using offset from jquery to get the position of an element and I'm using draggable to move this element. The offset element is inside a div and I would like to get the position of the element by the parent element, not the entire document as...
asked by 08.10.2016 / 17:49
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

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

Problem with context Menu

I'm putting this context menu inside a table, it is working perfectly, right-clicking it opens. But who clicks the link it closes without redirecting to page, does anyone know what the problem is. // Abre menu var aberto = false; $(docum...
asked by 20.03.2017 / 19:36
2
answers

CSS - How to select the last brother?

I have the following HTML structure: <form action="" id="form-contato"> <label for="nome">Nome</label> <input type="text" name="nome" id="nome" placeholder="Nome"/> <label for="email">E-mail</lab...
asked by 18.09.2016 / 15:08
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

Set up form for printing

I created a form where, when it is filled, it should be printed. However, when I go to print, it comes out completely unformatted. Does anyone know how I can make the print output formatted? And how do I hide the send, print, and delete bu...
asked by 29.08.2016 / 13:57