Questions tagged as 'css'

1
answer

hover button problem to change background color

Basically, I'm trying to make the hover effect on a button make the background change color, but I can not find any solution on the internet, including here. I've tried to do this with the elements like siblings , and also parent> child ....
asked by 12.09.2017 / 01:39
1
answer

superimpose text in the background

How do I put half the text on top of the blue background? .event_background { background: #bdecef; } .flexbox_grid { display: flex; } .flexbox_event_image { width: 70.0%; margin: 1%; } .flexbox_event_description { width...
asked by 24.10.2017 / 02:44
0
answers

Login screen just like Gmail

I've been watching the login screen of Gmail has the imput field and text that looks like placeholder, but when the mouse cursor Being from the field, this text goes up and stands as a label, does anyone know how to do it?     
asked by 27.09.2017 / 03:21
1
answer

How to change the background color of a DIV with Class and Id defnidos?

I'm having a problem with my Javascript code, I can not change the background of a div, so I set it in CSS with a class and its color is white. function escolha(id){ if(document.getElementById(id).style.backgroundColor=="#FFFFFF"){ do...
asked by 26.09.2017 / 07:32
3
answers

How to simulate click another HTML element?

In this image below it is normal now, but every time I move the mouse over it is placed the element figcaption in the image, this figcaption used to paint the image of black. Here, the image before I hover the mouse with your...
asked by 04.09.2017 / 14:56
1
answer

Correct positioning of image and text

I'm using Bootstrap 3.3.7 and I'm having a question about how to correctly position an image and text next to it. The image needs to be "pasted" in the browser and the text next to it and in the responsive, I need that image to occupy 100% th...
asked by 24.08.2017 / 16:43
1
answer

Change anchor position on a page

The anchor is the same as image 1. I would like the anchor to be the same as image 2. "I solved" putting the anchor in another div , but can you solve this by HTML / CSS itself or JavaScript?     
asked by 29.08.2017 / 21:24
1
answer

CSS to stylize WooCommerce Total [closed]

I'm setting up a virtual store on wordpress and would like to know how I can style Total at the top of the site. Currently it gets broken, as if they had given block between R$ and value. It looks something like th...
asked by 18.08.2017 / 17:33
0
answers

Modal within a query

Well, I have a modal within a php query and when I run the first time it works fine, but when I run the second time it does not open, what if it's happening?     
asked by 18.08.2017 / 17:47
1
answer

css Display: grid; I can not align

I'm learning how to use display: grid; What I want to do is that in the first column there is a blue square on top of a green and the second column is all red. What I have is link Html <div class="wrapper"> <div class="upper...
asked by 18.08.2017 / 23:23