Posts by Lukas Monteiro • 189 points
27 posts
-
-1
votes2
answers147
viewsQ: Query and display JSON data according to url parameter
Hello everyone, I really need your help!!! I need to display data from a Json on a page (< p >, < H1 > etc...), according to the url parameter. My Json is like this: { "outputName":…
-
2
votes1
answer173
viewsQ: How to get the span number by an ID
I have the following situation: <span class="integral" id="precoVinho01"> <span data-attr="Integer">100</span> <span data-attr="Decimal">,99</span> </span> How do…
-
0
votes1
answer950
viewsQ: How to put a div in the middle of two elements inside another div?
Galley, How do I place a text from a div in the middle of another div that has two separate photos. <div> <img> <img> </div> <div> <p></p> <div>…
-
1
votes1
answer244
viewsQ: How to take a floating div after a certain scroll
I’m here at my job, and I’m having a problem here on the website. I have a lateral div that has a code js to stay fixed on the page (floating) as soon as it reaches top0 (follow the link below)…
-
0
votes2
answers1348
viewsA: How to close the menu by clicking on the links?
Guys, I was able to do... This was my menu <button class="btn-menu"> <i class="fa fa-bars fa-2x" aria-hidden="true"></i> </button> <div class="menu"> <a…
-
0
votes2
answers1348
viewsQ: How to close the menu by clicking on the links?
Good morning, for the mobile menu of my site, I made this template: The site is one page, and when I click on "contacts", the page goes down, but the menu remains open... How I do for when click on…
-
0
votes3
answers520
viewsQ: How to put this Alert JS to appear when entering the page
Guys, I found this Alert custom on a website, and I’m willing to put it on my page, to enter the page, to appear the Alert. I could not follow the instruction of the site, because in their example…
-
0
votes1
answer57
viewsQ: How to exchange the SVG drawing for a PNG image after completing the animation?
Good afternoon! I put a drawing in SVG on my site, and put an animation for when the drawing is visible on the screen, start the animation of the drawing if "completing", follows the JS code.…
-
0
votes1
answer157
viewsQ: Is it necessary to use meta tag on all pages of a website?
created a multipage site. And my question is the following: It is necessary to put the tags < meta > on all pages of the site? (Biography, contacts, etc...) I am using on my site (mainly on…
htmlasked Lukas Monteiro 189 -
0
votes1
answer205
viewsQ: Different font style in each browser
I created a website and went to test in the browsers, and noticed that in each browser the font used is in a way. I even put up a picture for you to see how it looks, the question is: It is possible…
-
1
votes1
answer787
viewsA: Dotted or striped background in css
Follow the code to create the stripes. The first two colors is for the first stripe, and the last two colors for the second. div { background: repeating-linear-gradient( 90deg, #000, #000 10px,…
-
1
votes1
answer500
viewsQ: Change background image without fade
Good afternoon, in a site I’m creating has this image as "background image" in a div. I’m trying to make some of the windows in the buildings blink, to have a nice effect, animation in the…
-
1
votes1
answer133
viewsQ: How to activate animation of the SVG drawing when arriving in his div?
I put a file in SVG to have an animation as if creating it in lines (unfortunately in the example below is not working, but in my file is.) With this code below, as soon as I enter the page, the…
-
0
votes3
answers38304
viewsA: Position DIV in the center of the page
First, in this background photo, set its size in width 100%. Next: .fundo{ background-color: rgba(10,23,55,0.7); margin: auto; } <div class="col-md-12 fundo" align="center"> <button…
-
0
votes1
answer244
viewsA: How to turn list into responsivel menu?
You can do the following. HTML: (link in your head the link rel) <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">…
-
0
votes1
answer575
viewsQ: Submit button giving error - PHP
I am putting a form in my index.php, to be sent the completed data to my email. How do I stop when the person clicks the Submit(submit) button, the page nay upgrade? The system is working fine, send…
-
0
votes1
answer191
viewsQ: Pass PHP code to HTML
I made exactly the PHP code of this video click here to have my form send the data to my e-mail. However, now that I have the entire code, I don’t know how to pass it to my html. Why, like, the boy…
-
1
votes0
answers34
viewsQ: Is it only possible to send form data to server email?
I am beginner in php, learning at home alone. I was watching a video of how send form data to an email, like those "talk to us" fields you have on some websites. And I saw that in several videos,…
-
1
votes1
answer25
viewsQ: Media Queries messing up the site
Guys, next. I already own 4 CSS that make the necessary adjustments on my website. (unfortunately I started from biggest to smallest since I didn’t know it was good to have started from mobile). My…
-
1
votes2
answers7004
viewsA: Customize option of select
It’s very complicated and boring styling options. It can vary a lot from each browser, and each operating system (Windows and Mac has big difference, just like Opera and Chrome). The only thing you…
-
1
votes1
answer2919
viewsQ: Put responsive website
Guys good afternoon, next. It is the first time that I am making a website, and in my head I would make the desktop site first to then make the responsive modifications (reduce size of letters,…
-
-1
votes1
answer176
viewsQ: Div moving in changing screen
My home site has a start html: <header class="headd"> <div id="divcentral"> <a href="index.html" id="linklogocentral"><img src="img/logo.png" id="logocentral"></a>…
-
2
votes1
answer716
viewsQ: How to switch between 2 style sheets?
Guys, I own a site that all the color of it is on gold and black. Some font colors in gold, gold logo, gold sidebar, etc... How do I stop, when I put one button on the side of my website, written…
-
1
votes1
answer2072
viewsQ: When pinning menu at the top after scroll, everything below moves
Whoa, guys, first I’ll explain what I’m gonna do. I want you to when using scroll and going through my menu, it gets fixed at the top. My site will have the menu in this style EXAMPLE SITE, an…
-
-1
votes1
answer34
viewsQ: How to animate cursive font
In my home of the site I’m creating, has the very large name of the person with a cursive source. I’d like to know how to open the page, start an animation as if a person is writing the name. The…
-
2
votes4
answers676
viewsQ: Background gradient repeating itself
I’m setting up a website for myself, and I’ve defined the site structures (header, Section, aside, footer). However, I am willing to put a gradient background on the entire site. So I applied it to…
-
0
votes0
answers22
viewsQ: How to make objects complete themselves with scrolling?
I found this website while I was surfing the Internet, and I found in it an incredible thing that I can’t do. Actually I don’t even know how to search something about. Does anyone know how to go…