Questions tagged as 'html'

1
answer

Javascript: when it is midnight add +1 on the date

My date when midnight arrives continues the day before, I wanted it to go to the next day. For example: At 23:50 on the 6th, it shows Saturday, October 6, 2018 at 00:00 As the midnight is already the next day, I want it to stay: Sund...
asked by 06.10.2018 / 08:21
1
answer

Ionic 3 !! one slide + two buttons down side by side

I want to create a slide with two buttons below. But I did get the two buttons on the bottom side side, but the slide does not work when I try to move to slide 2, 3. <ion-slides id="slide"> <ion-slide style="background-color: white...
asked by 03.10.2018 / 01:03
1
answer

Add HTML with JavaScript and Remain [closed]

I want to be able to add and then when I refresh the page it stays safe in my HTML. .menu { width: 100%; height: 70px; background-color: #56B8BD; max-height: 70px; } .menu ul li { float: left; list-style: none; tex...
asked by 24.09.2018 / 14:54
1
answer

How to create a button with the Custom Scrollbar plugin? [closed]

Custom Scrollbar My idea is to create just one button. When you click it it is enabled and automatic scrolling works, clicking again turns it off and disables automatic scrolling.     
asked by 11.02.2014 / 18:35
1
answer

What is the structure in ftp of a default site? [closed]

I would like to know the default directory when I create a basic website? and which ones can I use? (where does js, css, html etc go) ex: ftp access, and which files and folders do I have to create?     
asked by 27.07.2018 / 14:24
1
answer

Keep a site of a standard size mobile / desktop

I'm developing a website and I need it to stay the same standard for desktop and mobile css, without becoming responsive. link as this site, if you test in the inspection and testing on different types of mobiles screens, the images decrease,...
asked by 24.07.2018 / 13:24
1
answer

Screen does not fit

I'm using Wordpress. On the computer, the following page: link , shows all tables in the correct way. Already in the cell phone and devices with smaller screens, the tables are incomplete. By the way, or something. IMAGES:     
asked by 25.07.2018 / 19:07
1
answer

HTML - Buttom separation

I made the following HTML: <p> <html> <head> </head> <body> <!-- Menu com Submenu --> <div class="dropdown"> <link rel="stylesheet" type="text/css" href="\Dr...
asked by 26.07.2018 / 15:44
1
answer

ngFor with checkbox you are selecting all values

I have the following checkbox with a repeat structure: <div *ngFor="let tela of telas" class="custom-control custom-checkbox check"> <input type="checkbox" id="{{tela.nome_tela}}" [(ngModel)]="operador.permissao_telas" n...
asked by 23.07.2018 / 22:31
1
answer

Slidershow Carrousel video and image [duplicate]

I have a slide with 3 images and a video that is in the beginning, I need to make the video stay until the end, however it is going to the next images and if you click to go back and view it is passing. Is there any html tag to make a video mo...
asked by 13.08.2018 / 18:07