Questions tagged as 'html5'

1
answer

wanted to put dot / circle controls in my slideshow, can anyone help me?

I would like some dots below the slideshow so when I click on the first dot the slider goes straight to the first slide, but I can not, can anyone help me? HTML: <html lang="pt-br"> <head> <meta charset="UTF-8"/> <ti...
asked by 10.08.2018 / 18:00
1
answer

How do I place next / prev buttons and dots controls in my slideshow with css / javascript?

Hello, I'm going through a lot of difficulties to make my slideshow, the best I got was an automatic slideshow, but I'd like to include prev / next arrows to control and buttons underneath as well, can anyone help me? HTML: <div class="...
asked by 09.08.2018 / 19:11
0
answers

How to leave a predefined HTML inside a WYSIWYG editor, such as CKEditor 4?

Good evening, just find out recently about the WYSIWYG editors. I'm using CKEditor 4, and would like to know if there is a possibility to put pre-defined text inside it. In other words put an already pre-defined HTML text where the person will o...
asked by 09.08.2018 / 02:15
0
answers

Ionic creator sending incomplete files?

I am creating a new App by ionic creator and I am using version 3, but I noticed that the App comes without some important parts such as the subtitle in the list of projects. Here is a print showing the project running on ionic creator An...
asked by 08.08.2018 / 04:30
1
answer

My checkboxes are not ticking / unchecking

I'm implementing some checkbox with React, I can set it to initially be checked or not, but I can not change that state. How to solve? My PrincipaL Class class NewsletterConfig extends Component { constructor(props) { super(props)...
asked by 16.08.2018 / 17:51
0
answers

How do I put a second horizontal dropdown-submenu to the first existing dropdown-submenu?

Have I tried to N put a second horizontal submenu next to the first submenu and I can not perform successfully? I am wrong in CSS UL and LI? Do I need more CSS classes? In the AS DELES submenu, I would like to open another submenu on the righ...
asked by 13.08.2018 / 18:49
0
answers

navigator, vibrate - html5

I'm developing an html5 chat for my company, and I'm using the navigator.vibrate library to activate the mobile vibration mode. Everything works when I'm focusing on the browser tab with the application. The problem I have is when the phone is i...
asked by 05.08.2018 / 18:08
1
answer

HTML - moving menu image

Good afternoon! I am training to build a website, and when I minimize the screen, the menu bar that is an image moves and leaves the position (it rises). I would like it to stay fixed and fit the screen size. Note: I'm still not making a r...
asked by 07.08.2018 / 21:34
0
answers

how do I make a slideshow with divs?

Currently my carrot has 3 divs, and I would like the divs to transition from 1 to 2 and 2 to 3 and 3 to 1 with a 2-second timer, how do I do that? my code looks like this: <div class="container"> <div class="wall wall-1"...
asked by 01.08.2018 / 20:49
0
answers

Format table autocomplete of the text-box field using angularjs

Hello, I have some difficulties to leave the format of my data list after inserting a text with autocomplete with the same format of my text-box, it happens that after I type a name in the text field, when doing the search of data with auto-compl...
asked by 09.08.2018 / 17:29