Questions tagged as 'front-end'

2
answers

How to fit all content on the screen? Border at the bottom of the page does not appear in the display or browser

I'm trying to create a responsive layout **, and I have problems with the end of div border. I purposely put a red border around the div, so if something goes wrong I'd immediately identify it. The goal is for me to have all the page content dis...
asked by 08.02.2017 / 19:23
1
answer

Using SPA (Single page application) and browser back button

Does anyone who works with SPA know the best way to work with the browser back button? For example, we have a list of users and the detail of these users through a click. As we are on the "page" of detail of some user we need that, when click...
asked by 02.06.2014 / 16:56
1
answer

Adjust the middle slide according to the proposed layout

I'm trying to adjust the slides according to the proposed layout, but I'm trying hard. I'm using the Owl Carousel plugin, I looked for some plugin on the internet that contains this option, but I did not find anything. The layout follows:...
asked by 19.12.2018 / 15:02
2
answers

How to use before in CSS?

The image below demonstrates my expected result. In fact, I would like every time I instantiate the tags h1, h2, h3 in html, come to toast this stroke under the title. I was researching something similar to before, but I still have not had any r...
asked by 03.05.2018 / 20:20
1
answer

Print with setInterval in the same place

I need to make sure that when "filling ..." is printed by setInterval , it's exactly the same place as the first impression. It turns out you're going down or forward. Is there any way to do this, print several times in the same place in 3...
asked by 02.09.2017 / 02:10
1
answer

How to navigate a site if a single page?

I want to make one of those one-page sites, but I can not think of one thing: how can I do that when I click a button it scrolls down the page to the referring content? In the menu you have to have a Contact button and when I click on it it g...
asked by 06.05.2015 / 14:26
1
answer

How to organize the body of HTML on the screen with CSS

I made a header and retractable side menu, but I can not now organize the body of the site next to the menu, it always stays down and if I float left and right it gets occupying 10% of the screen size and glued to the right side. HTML and CSS...
asked by 17.04.2015 / 14:07
1
answer

Show a collapse and hide the other BOOTSTRAP 4

I found several answers here, but for bootstrap 3. I even tried to adapt to 4 but without success. I'm trying to make sure that when I show a collapse it hides the other and vice versa (I can not use static id because it will have multiple ca...
asked by 20.12.2018 / 14:50
2
answers

How to increase the top margin of the element

The problem I'm facing is raising the top margin between this "Login" title of the main div, I thought with a margin-top in> I could do this, maybe I'm misusing it, tried it, tried it but I could not! body { background-color: hsla...
asked by 22.09.2018 / 23:08
1
answer

Show the number of rows and columns Javascript

I want the user to enter the row and column quantity of a table and display its values in the table. But when typing the number of rows and columns in the prompt does not display the table and values. <!DOCTYPE html> <html> <hea...
asked by 06.10.2017 / 07:06