Questions tagged as 'css'

1
answer

how to add a semicolon in Animated number that activates with scrolling in javascript

I am a layperson in javascript . My boss dreams of putting such a "timer" on the site (animated numbers that trigger a machine-like movement by counting the numbers, which activate when you reach the window through the scroll). But I can...
asked by 24.09.2018 / 18:15
1
answer

Assign NAV command on buttons - Owl.Carousel

I would like to understand how I pull the Owl.Carousel NAV's command for my already styled buttons on a separate div. Example: Samplecode: $(document).ready(function(){ $('.owl-carousel').owlCarousel({ loop:true, margin:10,...
asked by 13.09.2018 / 00:16
1
answer

Show data from the mysql database on a php / html page

I have a problem while displaying data from a database table on the screen. I was able to show the data but I can not skip the line, show the data sequentially, code below.      $sql = $connection->query("Select * from usuarios"...
asked by 13.09.2018 / 21:17
1
answer

JQuery Tab System Javascript

I have a system with tabs in JS / JQuery , which unites it with Owl.Carousel , I have tried everything to fix the error and I do not understand what may be causing the conflict. When I load the page, and I change the tab for the first tim...
asked by 15.09.2018 / 08:20
1
answer

Add and remove classes in Angular

I have a card that will appear on certain occasions. As effect I am using the bootstrap design material to give a ZoomIn. I'm using ng4-clickout so when I click outside my element it will apply the ZoomOut class and disappear with the element....
asked by 14.09.2018 / 13:37
2
answers

Prevent DIV from changing a defined size

I'm trying to assemble an HTML page to print a label with 80mm x 40mm. It's working fine, but when the person's name is too big the label loses alignment, consuming 2 tags. I need to lock the size of the div , and if the text is bigger...
asked by 19.10.2018 / 16:25
1
answer

Doubts about the media querys! [closed]

Let's say you have a fairly large CSS sheet and when I finish styling HTML , I'll do the responsive part of the page. My problem is that when I start using the media query , all the stylization and programming I've done for the page eleme...
asked by 19.10.2018 / 04:25
1
answer

Place the checkbox label on the left of it [closed]

I'm trying to put the checkbox label on his left but I can not, could you help me? <label> <span>Text goes here</span> <input type="checkbox" class="checkbox style-2 " checked="checked"> </label>...
asked by 19.10.2018 / 23:22
1
answer

Slide Transition

I have this automatic slide transition (Internet template) code. I would like to know how I would put the "Fade" effect. <img class="mySlides" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSFh65LFf2UPsjvNxBuBISj4C4WC3K9FtKfc1_v...
asked by 11.09.2018 / 01:18
1
answer

Select mobile navigation

I have a responsive site with INPUT's and SELECT's items, but by navigating Chrome Android, by the GO KEY key of the virtual keyboard, when I'm focused on an item, and the next navigation item is a type <select> it skips this item a...
asked by 10.09.2018 / 23:59