Questions tagged as 'css'

2
answers

Put my email to receive the contact messages

Where do I add my email to receive the messages from the contact form? <form name='contact-form'> <div class='fm_namer'> <input class='contact-form-name' id='ContactForm1_contact-form-name' name='Nome' onblur='this.placeho...
asked by 04.10.2017 / 15:17
0
answers

How to center img inside a div? [duplicate]

I'm doing a grid of images (which will be links to lightbox), I want 5 images per line, but they have different sizes, so I made the following html for each image: <div class="thumb"> <a href="images/900x600/img01.jpg" data-lightbo...
asked by 21.05.2014 / 07:18
2
answers

Text on image [duplicate]

Hi, I'm new to this and I need to know how to make a text appear on the img by hovering a mouse over it for a school project, can anyone help me?     
asked by 12.08.2017 / 02:41
2
answers

In CSS, is there any way to set the hover inline?

I often need to develop templates for sending emails. However in some cases using the style tag to make the style definitions does not work. Thus, you need to set the style values for the inline elements. For those who do not understan...
asked by 29.06.2016 / 14:16
4
answers

How to close a dropdown if the user clicks another place on the page?

What is the best method to hide a div , which is fulfilling the role of dropdown , when the user clicks another place on the page? At first, I value cross-browser solutions and without frameworks , but any extra application con...
asked by 23.12.2013 / 21:38
3
answers

Linking resources, such as CSS, within the structure of a site

I'm a beginner and I'm having trouble linking scripts, CSS, and images. I have the following structure in my site folders, just an example: - Pasta Raiz --cadastro --- cadastro.html --images --- icon.png --script...
asked by 24.06.2014 / 21:03
3
answers

Round Image Mask with CSS

original image I would like to know how to put the gray background and cut the outside of the player to stay just inside the circle.     
asked by 15.05.2017 / 23:24
2
answers

Disable css and image cache in browser

Recently, I developed a project that had some drastic changes in its design, mainly on the side of css and images. In this, accessing it on some machines, I verified that to view your new design it was necessary to clear the cache (ctrl + f5). H...
asked by 19.07.2016 / 13:47
2
answers

How to put an input submit inside the input text?

I have this HTML: <form action="" method="post"> <input type="text" name="pesquisa" placeholder="O que você procura?"/> <input type="submit"> </form> And I have this CSS: body>header form{ margin:25px...
asked by 10.12.2014 / 04:22
2
answers

Darken screen by clicking the search bar

On the Americas and Submarine websites, it has an effect that, when you click on the search bar, the whole site is slightly darkened to highlight the search bar. I do not know the name of the effect. But would it be possible to do something simi...
asked by 07.02.2018 / 00:31