Questions tagged as 'css'

2
answers

Image about a text

I found a code for you to move the mouse and display a text, I would like it to show a photo. Can be done with css or javascript but I do not know the part of the photo. type this <style> #mostrar{<br /> display:none;<br /&...
asked by 21.08.2017 / 21:06
4
answers

How to get down a form?

I have this form: <!DOCTYPE html> <html lang="pt-br"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta charset="utf-8"/> <title>Jornal Web</title> <meta n...
asked by 24.10.2017 / 21:40
2
answers

How to apply change in placeholder color only in some text-box

I would like to know how to change the placeholder color of specific inputs. Example: input{ display:block; margin-bottom:5px; width:200px; } ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: red; } :-moz-pla...
asked by 06.07.2017 / 16:33
1
answer

Add link to image by * .CSS file

I have a *.css file that determined the position and size of the image I have in my header, you can add a hyperlink to that image in the *.css file itself, and then when I assign that image that id file *.css does it...
asked by 27.06.2017 / 21:49
3
answers

CSS or JS selector

I have a paragraph with no id that I need to stylize. Stylization can only occur for this paragraph. Example: <p>Conteúdo</p> So I want to apply CSS only to it. seletor {estilo;} Note: I can not add an id in the "p".     
asked by 20.06.2017 / 21:14
2
answers

problem with form with tabs

I took a code on the internet that configures tabs, everything works fine, except that when I change the tab and return to previous, the data entered in the form has been erased and the masks of the fields are also lost. This is the config code:...
asked by 04.04.2018 / 15:13
2
answers

Hide elements according to screen size

Does anyone know any function in JavaScript, if in case the screen is mobile does it appear an option in the menu? And desktop appears normal, but without appearing the option and mobile appears. <li class="drop-left"><a href...
asked by 08.04.2018 / 21:05
2
answers

Why does not the background color appear?

Well, I have the following code: body { background-image: url("imagens/fundo.png"); background-repeat: no-repeat; background-size: cover; margin: 0; } .container { margin-left: 10%; margin-right: 10%; width: 80%;...
asked by 17.03.2017 / 01:33
1
answer

Responsive Site with%

Well, my question is a bit abstract, however I would like some aspects regarding Responsive Site to be clarified. I wonder how a site looks best for all screens. That is, if I use '%' instead of 'px', is the site at least 90% responsive? W...
asked by 16.03.2017 / 00:35
2
answers

load in css and jquery

I'm trying to make a load system to inform the user that the page is loading. I have a page in php that mounts a very large report, and it takes around 10 seconds to be displayed. As long as the page is blank. What I want is to put a...
asked by 07.03.2017 / 20:22