Questions tagged as 'css'

2
answers

Hover over the image and change the caption color

Good morning dear friends, I wanted to know how to move the mouse over an image, and the background of the caption change color, in the example below I can only change the color when I specifically step over the caption. How do I move the mouse...
asked by 16.10.2018 / 18:22
1
answer

Making my menu work on all pages

On my system, I have a menu that works perfectly, however I'm trying to include a dropdown, with more links, the dropdown works only when I'm on the menu page, when I'm on other pages, the dropdown does not work. Example: When I open the menu.ph...
asked by 15.06.2018 / 14:12
2
answers

Position div in relation to an image

I'm doing a sort of map in my application, where an image that takes the whole screen has several buttons on it. Currently,Ipositionthebuttonslikethis:.btn_padaria{left:75.00%;top:20.25%;}Inmobile,I'mdoingthesamething,butthebackgroundimageis...
asked by 14.05.2018 / 19:28
1
answer

place one div inside another!

I have a div and need to put two divs inside it, the problem is that the div in which the other divs will be inserted, does not have enough height for this. How can I do this placement? follow the codes below! .leftside { width: 75...
asked by 13.05.2018 / 23:29
1
answer

How to make a footer (footer) get fixed after the Parallax effect?

I have this image and would like to have an effect equal to option 3 (three) of that image, it follows: DETAIL: could be option 2 (two) only I do not want the footer to go to the area of the screen regardless of whether the content is s...
asked by 15.05.2018 / 13:33
2
answers

Center text in header [duplicate]

Hello everyone. I created a header with 100% of screen size (regardless of screen size) like this: header { background-image: url('img/background.jpg'); height: 100vh; width: 100%; } <header> <div class="texto-head...
asked by 23.05.2018 / 22:00
1
answer

Text-Align of a Label only

On a ".cshtml" web page I have several labels declaring the form-horizontal class and the control-label class. By default, these classes align right in my project, ie .. implement the text-align: right property, but I need to change the val...
asked by 16.05.2018 / 18:41
1
answer

Checkbox menu with smooth transition, without the use of "visibility :;" or "display: none;"

I have a small menu here, which has the use of overflow: hidden; / max-height :; and height :; to make a smooth transition by clicking on the checkbox and displaying the sub-menus, but I'm not able to smoothly display the 'SUB 2' class by clicki...
asked by 29.05.2018 / 17:36
1
answer

How to put background image? [duplicate]

How do I put an image to the bottom of my site? It's not working. HTML <!DOCTYPE html> <html> <head> <title> Praticando #1 </title> <meta charset="UTF-8"> <meta name="view...
asked by 26.05.2018 / 22:29
1
answer

How do I do when clicking outside a div it closes?

Good Night, well I'm doing some tests and I came across this problem, I'm a beginner in Js, and I was able to make the div appear when I clicked on the "div" button, and I tried to make it disappear when clicking on the body, it worked out howev...
asked by 30.05.2018 / 04:02