Questions tagged as 'css'

1
answer

doubts about css action in div

Well, I'd like to know how I can make a display div when I'm focusing on the input code ex //CSS .email:focus > div.oculta{ display:none; } //HTML <div class="form"> <input type="text" class="email" name="email" placeholder=...
asked by 22.09.2017 / 04:51
1
answer

Use label instead of href

I have the following css * { margin: 0; padding: 0; } ul { display: block; list-style: none; border: rgb(0,0,0) 1px solid; } ul li { display: inline-block; width: 50px; height: 50px; text-align: center;...
asked by 22.09.2017 / 18:09
2
answers

banner image is on the right side

How do I make the image to be on the right side of the div? See below: ThecodeI'mtryinghereisthis:<divclass="img img-responsive" style="background-color: #1F356A;" align="right"> <div style="background-image: url('banner/banner....
asked by 26.07.2017 / 21:02
1
answer

Father Div Diving

I have the following HTML: <div id="fotos-listagem"> <div id="fotos-listagem-imagem"> <img src="http://localhost/proyectopen/assets/uploads/interno_fotos/ingresso/1348357833.jpg"class="img-responsive corte-imagem">...
asked by 25.07.2017 / 22:42
2
answers

How to position one element in relation to another easily?

I'm creating something like an online store, but I'm not able to stylize my HTML right, I'd like the <div>s empty (I put div in the example just to illustrate, but it's actually images), get the price on I have created a different d...
asked by 27.07.2017 / 20:05
2
answers

How to align the close button of the pop-up window?

I'm creating a pop-up window in CSS , but the close button is not within the element where the advertisement is displayed in the pop-up. The button is in the far left corner of the site. Look below my popup, you're right. However, look...
asked by 24.07.2017 / 14:36
1
answer

Put Items in Scroll

Hello! I'm trying to create a horizontal scroll with certain items. But it breaks down instead of continuing to the side. I want to do a scrolling effect to show more content next. .container { width: 1200px; margin: auto; }...
asked by 23.07.2017 / 23:21
1
answer

size an image inside a button

I have a button that was created using the custom css buttons, but I changed the background for a custom image, how do I scale this image to fit the button? follow the css .port { -moz-box-shadow: 0px 1px 0px 0px #000000; -webkit-box-sh...
asked by 08.08.2017 / 20:29
2
answers

How to make CSS hide a PHP routine

I need a PHP routine to be hidden and displayed another, using CSS . Because I have a routine in PHP that generates column numbers to display my information, but it will be necessary that when the browser is a certain width t...
asked by 06.07.2017 / 10:27
3
answers

Visited in table tr

I have a table that when a tr is clicked, a screen is generated in the page itself according to what was selected, I need a css code (if possible), that when the tr is clicked it will have a different background of the others, when another tr is...
asked by 26.07.2017 / 21:15