Questions tagged as 'css'

2
answers

Allow the submit to appear only when DEFAULT fields are filled in PHP

I need the DIV with Submit: <div class="botaonovochamado"> <input type="submit" name="CODIGO" value="Novo"> </div> Only appear when certain fields are filled in. For example: <select name="tipobroblema" id="tipopr...
asked by 23.05.2018 / 13:53
1
answer

How to make the dropdown overlap the other elements?

When I pass the button above the dropdown it does not overlap the other elements of the navbar-only site. HTML <nav class="navbar"> <a href="#">INÍCIO</a> <a href="#">SOBRE</a> <a...
asked by 24.05.2018 / 01:44
1
answer

Error form login (front)

I'm doing a login screen and register, but what was meant to be 2 in 1 ends up separating, the sign up form is below the login. Html <div class="login-box"> <div class="lb-header"> <a href="#" class="active" id="login-b...
asked by 01.07.2018 / 23:06
2
answers

Is it possible to change the "href" of the rel="stylesheet" link of an iframe, or even change the class / style of an iFrame element?

I need to change the CSS of a iFrame , but searching here, I discovered that it is not that simple, so I saw that the iFrame that I want to style has a <link rel="stylesheet" href="styles/report.css" /> and it's in that...
asked by 02.07.2018 / 14:16
2
answers

Leave the CSS centralized

I just made this code but it has a problem. How do I leave the img centralized? I'm trying to change by body but nothing happens. can anybody help me? Thanks! body { margin: 0; padding: 0; } #back { position: absolute; top:...
asked by 24.05.2018 / 10:53
1
answer

Make record popup done!

Good morning, I want to pop up popup when registration is successful and placed in the base and I want to know where in the code I should put it This is the php file: <?php if(isset($_POST)&&!empty($_P...
asked by 21.05.2018 / 16:01
1
answer

I have a question in the html and css of this code

Failing to adjust the CSS below. I made a code where jokempo play with the machine but the score is out of the player and computer divs. I've done everything to put it but it will not. <!DOCTYPE html> <html lang="pt-br"> <hea...
asked by 21.05.2018 / 02:49
1
answer

event with scroll javascript

I have the code below creating the effect of fadein and fadeout with the animate.css library in a scroll event, but when the event occurs applying fadeOut, it reappears until it scrolls, and the other error is that while the scroll is less than...
asked by 31.05.2018 / 06:43
1
answer

Increase the size of the shield

I'm having trouble making the shell fill up to the bottom of the page. How do I do this? .circle { margin: auto; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid #3c404f;...
asked by 30.05.2018 / 18:23
1
answer

take the margin out of google font

Is there any way to get this margin-top from google source? I know I have a property that removes or approaches the source letter-spacing , but that's not what I need, I just wanted to get this margin from the source, if poss...
asked by 14.06.2018 / 22:28