Questions tagged as 'css3'

1
answer

Remove dashed border when clicking on a select combo

I can not remove the dashed border that comes up when I click on an item in a combo box, I already tried the outline: none feature of css3, but it did not work. Can anyone help me? Ex:     
asked by 20.07.2016 / 20:11
1
answer

Bootstrap interfering ImageAreaSelect (Primefaces)

I'm using the component, from the Extesions primefaces, called ImageAreaSelect. Primefaces Extesion - ImageAreaSelect But this Bootstrap TAG is causing ImageAreaSelect's background to be disproportionate. * { -webkit-box-sizing: bord...
asked by 10.08.2016 / 15:31
0
answers

Use webcams with the highest resolution possible

I'm developing a simple application to capture photos through a web cam, the part of capturing the photo and saving it is working quietly, however I'm having problems of resolution. When I use a software installed on the pc, the image gets great...
asked by 14.07.2016 / 13:04
1
answer

How to change 3 flipboxes to 8, with 4 each in each row?

I would like to know how to put instead of 3 flip boxes, 8 flip boxes. 4 on top and 4 on bottom. CodePen HTML: $(document).ready(function() { // set up hover panels // although this can be done without JavaScript, we've att...
asked by 02.07.2016 / 16:38
0
answers

z-index google chrome error

Google Chrome is with error in the z-index of my css, I put a jquery slider plugin and it was above my menus, so I changed the z-index to change the position, except that firefox and safari works normally , already in google chrome not when I ho...
asked by 30.06.2016 / 20:39
1
answer

Div overlapping even after clear Both

The page is this: link You have a banner that is covering div's below it. I already put div clear both below it but it did not work. div's class="base" and class="final" are being overridden Any outpu...
asked by 16.06.2016 / 22:02
1
answer

DropDown Menu in CSS

Good afternoon, people, How do I make the dropdown work in the menu I created?    Hiding the dropdown of what we do was easy, but how do I make it appear with the mouse over the "what do we do" option?    I tried putting an id and hover prope...
asked by 23.05.2016 / 00:50
1
answer

Align text horizontally with a div on the diagonal

Hello everyone, I need a help to leave the text aligned to a pie div without distorting the text. (Same in the image) I need something in css or css3 if possible.     
asked by 16.05.2016 / 17:10
0
answers

JQuery Carousel disrupting the display: inline-block

The page is this: link The code is this: echo "<div class='fotosProduto'>"; require_once "_required/carousel.php"; echo "</div>"; echo ' <div class="detalhesProduto"> texto </div>'; Inside req...
asked by 11.06.2016 / 21:40
2
answers

Centralization of ul in a strange way

I have a very strange problem. css .lista { margin:0 auto; } ul.listaTopo, ul.listaRegistros { margin:0 auto; padding:0; width:100%; } ul.listaTopo { background-color:#000; color:#FFF; } ul.listaTopo li, ul.lis...
asked by 05.05.2016 / 20:52