Questions tagged as 'css'

1
answer

Create divs with text and images

I have very basic knowledge in html and css, so I want to help you guys to build some points of the layout below using HTML and CSS. img deals with an image size of 100px per 100px. Note: The text A, B and F must have a space between the image...
asked by 23.02.2016 / 23:56
1
answer

Why do divs move in place after inserting content? [closed]

If I remove the tags it is aligned correctly, but when I insert the image or, for example, h1 it already descends again, if it inserts in all it returns to normal, but why does it occur? body { background-color: #DDDDDD } #container1...
asked by 01.02.2016 / 18:48
2
answers

What code to search for available domains?

I have searched the net but found nothing that would help have a PHP script that would check the searched domain. See what I got: <? function whois ($domain, $tipo) { $server[0] = "whois.registro.br"; //--> Domínios Nacionais $ser...
asked by 28.01.2016 / 19:04
1
answer

How to solve dropdown menu problem that does not work on android?

I'm learning to program, I've done the whole site, and it's practically the way I wanted it, at first I had problems with IE, the menu did not work at all, I reformulated the menu, I used examples I got on the internet, I understood all the code...
asked by 30.01.2016 / 22:20
1
answer

Remove cloned DIV by clicking button

At some point I asked a question about how to clone a DIV of a form by clicking a button (+) ... I got the following answer that helped me back then.    ANSWER Now, I need to add a new button (-) so that when the user clicks, the clo...
asked by 11.11.2015 / 07:00
2
answers

Combobox Css Help

Can someone teach me how I can put that arrow with that dash beside it?     
asked by 26.10.2015 / 13:30
1
answer

CSS selector to modify TAG before or after inside the div

I'm in doubt when applying some styles in css . I want to modify a tag by using a div within it: header { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -web...
asked by 15.01.2016 / 19:49
1
answer

How to restrict the width of an absolute div element within another div while maintaining its position?

I'd like to create a div element with dynamic width, and another element div inside it with property position: absolute e width: 100% , but not that div inside goes "over%" of div pai . The image below demons...
asked by 05.10.2015 / 16:07
1
answer

How to leave the image in front of the text?

The image below shows that by placing the mouse over the image, it gets larger with a SCALE via CSS (% with%). But the content of the website that comes below is about the image, could someone tell me what CSS code I should use to put the image...
asked by 30.11.2015 / 17:41
1
answer

How to make a search box with hover effect?

When you click on the search icon the search box opens. .busca-organica{ width:120px; height:27px; background-color:#FFF; display:none; } .btn-pesq{ display:block; } <div class="btn-pesq"><img src="img/lupa.png">...
asked by 13.10.2015 / 17:21