Questions tagged as 'css3'

1
answer

Center button in IONIC

It turns out that I want to center this button: <div class=""> <button class="button button-block button-positive" ng-click="facebookLogin()" style="width:300px;"> <i class="icon ion-social-facebook"></i>...
asked by 29.11.2016 / 22:14
1
answer

Input type range does not show range

I am creating a form whose content consists of having some input of type range. However, the corresponding ranges are not shown and besides that, I would like to know how I can have two sliders instead of one, similar to this one, for example:...
asked by 15.02.2016 / 09:23
2
answers

How to apply in CSS3 edges rounded with gradient

Hi, I'm wanting to apply rounded borders with gradients to a box but I can not do it, although the gradient applies the edges, I would like them to be like the example I attached .box { border: 2px solid green; border-image-so...
asked by 05.12.2017 / 16:09
2
answers

Line break of a paragraph content in a popup?

I have the following code that dynamically puts some draggable images on top of another image with a popup . But, having a content in the <p> big% for example: sensor 1 2 3 4, 1234 goes to another line and I want it to continue on t...
asked by 06.04.2018 / 19:25
2
answers

Problem with FullScreen image in Mozilla

I have my function to enlarge a full-screen image, which works for me in Google Chrome but not in other browsers. I have the following code: $("#Button1").click(function (ev) { launchFullScreen(document.getElementById('image...
asked by 06.03.2016 / 22:18
1
answer

Animation and functionality (html structure) expand and counter specific boxes inside a container

Good, I'm working on a model, I have some idea of how to proceed but complicate me in doing so. First, it is a structure of boxes (divs) inside a container, organized to the grid, by clicking on 1 of them, it must expand and the 2 that are in th...
asked by 22.09.2017 / 22:18
1
answer

How to get cloud style under a Bootstrap Navbar

How could I get the following style in my navbar in bootstrap 3, referring to the cloud style? The design I want to obtain is the following: I have tried with IMG as an edge but I can not do it. .navbar-principal .img-logo {...
asked by 10.08.2017 / 20:28
1
answer

How can I lower the opacity of a background image from 1 to 0 and return from 0 to 1 and so on?

// find elements var $window = $(window) var $layer = $('#banner-message') var $section = $('.section') $(window).on('scroll', function() { var $windowScroll = $window.scrollTop() var $scroll = $windowScroll / 1000...
asked by 11.05.2018 / 15:52
1
answer

Align Image to html text in header

I need to align a header section in a code. I have and I want to get something like this The code is: <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class...
asked by 15.02.2017 / 13:16
3
answers

Change color of a div when moving the scroll

What I want is that when you move the scroll, change the color of a div. change from white to transparent <div style="position : fixed;width : 100%;margin-top:-20px; background-color: white;height: 80px; " data-collapse="all" data-animat...
asked by 21.11.2017 / 18:56