Questions tagged as 'css'

1
answer

Label placement

I use JQuery Validate to do input validation, but when validation fails, an error message label is created next to the input. My goal is to make this label appear below the input, without changing the position of the inputs next to the valid...
asked by 08.01.2018 / 18:42
1
answer

Customers are in html

I would like to set up an area that shows all our clients on my site, as if it were a mini slide, as in the image below, which is the simplest way to do it? Ifollowedallthestepscorrectlybutitstilldoesnotstartorshowtheimages:I'musingareadytempla...
asked by 09.01.2018 / 17:08
1
answer

Toogle button, with html action

I'm developing a website, and I would like to create a "Show More" button when clicked it will show a text, but the list that will be down will go down, as exemplified in the image, which is the simplest and most practical method to do ?    ...
asked by 08.01.2018 / 20:26
1
answer

HTML-CSS hide and show submenu does not work

I'm trying to make a menu that opens when mouseover opens the corresponding submenu. In this case, the menu "blouses and shirts" should be with its submenu closed, opening just by hovering over it to show the short sleeve options and the others....
asked by 04.01.2018 / 15:08
1
answer

Include menu for other pages

Talk, I'm trying to learn in the php race, I'm developing a Home Site and I'd like my Menu to stay on every page of my site. This is the file menu.php which in this case is what I want to use on all other pages with include: <html> &l...
asked by 04.01.2018 / 22:34
1
answer

Create progress bar with jQuery hover ()

I need to create a progress bar while my cursor is over an image. If the cursor exits, then I need the progress to be reset to repeat the process if the cursor returns to the top of the image. When I get to 100% I'm going to open a modal. Any...
asked by 01.12.2017 / 19:56
1
answer

Create a sub menu using bootstrap with an indicator

I'm having a question about creating a menu using the bootstrap framework where I would like to create a menu and a submenu that contains an indicator in the case a simple stroke as in the attached image. <!--IniciodoNavbar--><navcl...
asked by 15.01.2018 / 14:30
3
answers

Image rendering problem

The image is all "pixelated" does not stay as it should, what can it be? The original image has great resolution and the size of it is 1200x1200, shrinking it also did not change the result In CSS I'm using width: 40px; height: 40px;...
asked by 15.01.2018 / 13:21
1
answer

I can not leave the menu bar correctly

Myhtml:<!DOCTYPEhtml><html><head><metacharset="UTF-8"> <title>Ensintech</title> <link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="css/style.css">...
asked by 16.01.2018 / 12:40
1
answer

Menu with hover CSS

I'm developing a web application and would like that when hovering over the <h4 class="entre">Entre/Cadastre-se</h4> it shows the menu of the class with name <div class="conteudo_dropdow"></div> . @medi...
asked by 24.01.2018 / 22:22