Posts by Fabio • 59 points
11 posts
-
1
votes2
answers313
viewsQ: Keep the value of a countdown counter with javascript
I have a regressive quoter, but when the browser is updated it returns from the beginning, what I need is for it to keep counting even updating the page. I have been researching this solution with…
-
0
votes3
answers1111
viewsQ: Invert Divs positions with responsive
.a-right { padding: 2%; float: right; width: 30%; margin: 0; } .a-center { padding: 2%; width: 50%; margin-left: 5%; } @media screen and (max-width: 600px){ ul.topnav li.right, ul.topnav li {float:…
-
0
votes2
answers714
viewsQ: Can you create a menu from an image?
Suppose I’m creating a website, and I put this image icon, and when I click on that image, open a menu, it’s like? Ex; I’m sorry if this is too obvious, but I only saw menus with lists, I researched…
-
3
votes1
answer88
viewsQ: Fill in the bar?
How do I so that when I open the site with this code, it already "fills" this bar and remains filled, without me having to stay with the mouse on top? div { width: 50px; height: 50px; background:…
-
-2
votes2
answers47
viewsQ: Difficulty with responsive
I’m creating a website for testing, his menu is responsive, the text part I’m not able to make responsive, you know what I’m doing wrong? https://jsfiddle.net/abudc84k/ Obs¹: Ignore the text of the…
-
2
votes4
answers182
viewsQ: Adjustable design for mobile
I would like to know what I am doing wrong, I want when the user enters my site by mobile, change some dimensions of my page, background and other things that I will change.. @media screen and…
-
0
votes1
answer1598
viewsQ: Command "see more"
I have a mobile page, it has enough texts with various information on such a subject, with a few paragraphs, I wonder if there is a way to leave a paragraph of each subject in view with three dots…
-
0
votes3
answers655
viewsQ: Lateral alignment of Divs
I have 2 Divs in my code, the first div is an image, the second div is a form, I want to put side by side the two, and when seen in the mobile it breaks, stay one div on top and the other on bottom,…
-
0
votes1
answer28
viewsQ: Size in various screen sizes
I’m creating a website on my laptop, when I go to test on my computer that has a bigger screen, the site gets all messed up, as I do to maintain a dimension standard for various screen sizes?
-
0
votes1
answer86
viewsQ: List Alignment
How do I get a list lined up side by side and center? I have created some types of lists but in my computer it is right, but in others it is always crooked! follows the example code: <ul>…
-
-2
votes2
answers176
viewsQ: Pop Up Discount
Hello, I have a sales page and I am developing a pop up that offers a discount when the user moves his mouse to try to close the page! I don’t want the user to get stuck on my site, I just want you…