Questions tagged as 'css'

1
answer

How to keep menu open after: active

I have a menu made exclusively with css and html. When clicking the button it opens the menu, but if I release the button it disappears, to keep the menu open I need to hold the mouse button. I wanted opinions on how I can fix this, just click o...
asked by 03.06.2017 / 00:12
1
answer

Carousel Boostrap

Hello. I'm trying to make a carousel for the first time using Bootstrap. The carousel is only in the first image, it does not change automatically or when I click the side buttons. HTML: <!DOCTYPE html> <html> <head>...
asked by 28.04.2017 / 22:18
1
answer

Inner shadow of the parent element on the child

I need to make the inner shadow of the parent element over the child element. I have a div with overflow: scroll and a table inside it that can be larger than this div . I'm causing an inner shadow to appear in this...
asked by 28.04.2017 / 13:47
1
answer

JSP Eclipse Project - Linking CSS style page

How to properly link my stylesheets in my JSP Servlet project? Below is the structure of my project. I also do not know if the hierarchy is correct. Help me. I'vealreadytried../webapp/style/estilo.cssandnothing.Itriedmodifyingandputtingthestyle...
asked by 30.04.2017 / 15:20
1
answer

Gif loading

Hello I'm implementing this autocomplete And I would like that while the system searches the items, it shows a loading gif in the corner of the input. <!doctype html> <html lang="en"> <head> <meta charset=...
asked by 24.05.2017 / 22:06
2
answers

Import a file containing script and link tags

I'm creating a website where, on all pages, the script and link tags to import the JS and CSS libraries are repeated. Is there any way to, for example, I create a script.html file (for example) and import this file to all my pages accordingly...
asked by 24.05.2017 / 20:40
1
answer

Center select text

How to center the text of a select? I removed the arrows down with the -moz-appearance: none; -webkit-appearance: none; But the text is next to it and does not center. It looks like this: -------------------------- |TEXTO DO SELECT...
asked by 25.05.2017 / 13:37
1
answer

Element exceeding the size of the div

I have a col-md-4 that has a figure and a figcaption , while hovering the mouse on it should be displayed figcaption with two buttons the effect works, the problem is that figcaption is exceeding width of image. Any su...
asked by 16.05.2017 / 00:36
1
answer

Checkbox Alignment

Personal speech, beauty? I'm a beginner, I ended up with a difficulty to align my checkbox, if anyone can give a hint how I should proceed, follow the excerpt from my HTML: <li> <label class="bloco">Deseja receber novidades...
asked by 27.04.2017 / 03:15
1
answer

Div daughter override the parent div that has overflow: hidden

I'm wanting the div div 'overlap' the parent div that has an overflow: hidden and a fixed size. This parent div is an item from one of a carrousel library made with JS and it adds a fixed size and an overflow: hidden and inside that div I have a...
asked by 26.04.2017 / 20:56