Questions tagged as 'css3'

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

Many checkboxes locking browser with Materialize CSS

I have a problem that is as follows: I'm using the Materialize CSS, and Vue Js. I have a table with registers, and in each register has a checkbox next to it to be able to carry out some action with this register, like to send notification by...
asked by 07.08.2018 / 00:04
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
1
answer

Navbar fixed after second section

The code is crashing here in the stackflow, but anyway, I'm trying to make navbar scroll with the page until the beginning of the second section where it stays fixed, but I'm not getting it, even if in the example below it's half broken, the pro...
asked by 01.08.2018 / 14:23
1
answer

Aligning inputs and reducing label spacing using CSS

I am not able to align my labels and reduce the vertical spacing between labels and inputs . Some are adjusting and some are not. I would like to reduce the vertical / horizontal spacing that distances the fields to make better use of scree...
asked by 31.07.2018 / 11:45
1
answer

Problem with setting the site to the browser screen

Hello, Developers! I have a problem with the site that I made, I'm having a lot of headache for something so stupid ... As you can see in the image, this is the site, and I can not get rid of this "leftovers", I can not find the code that is...
asked by 25.07.2018 / 23:41
0
answers

pseudo-class: not e: focus in CSS

I have the following class in the CSS: .iconQuemSomos { cursor: pointer; margin: 0 15px; transition: all 0.3s ease; } .iconQuemSomos:focus { opacity: 1; position: absolute; -webkit-transform: translateX(-100%); tran...
asked by 01.08.2018 / 18:13
0
answers

Add Next and Previous buttons embedded in HTML5 Video Player

I'm looking for a way to do something that Youtube has in their app, though, in an HTML5 video player using only HTML, CSS and Javascript / Typescript. See: I already have all the code and logic of the button operation. But I can not...
asked by 06.08.2018 / 17:03